as noted on the blog the boundless repo was replaced with the osgeo repo
eg.: https://geotoolsnews.blogspot.com/2020/05/geotools-223-released.html
 and https://geotoolsnews.blogspot.com/2020/04/geotools-230-released.html
example:
https://github.com/geotools/geotools/blob/e06313af1f29a60a7df98355bcde907cc4c0398b/pom.xml#L2303-L2320

You might be able to add that to your projects pom files and end up with a
working solution.
Still, you'd be better off using a supported version of GeoTools (eg 23.1)


Op vr 3 jul. 2020 om 14:11 schreef Schuster Stefan <stefan.schus...@gevas.de
>:

> Hi all,
>
>
>
> I´d like to use the gt-graph module, to use AStarShortestPathFinder
>
>
>
> See https://docs.geotools.org/stable/userguide/extension/graph/index.html
>
>
>
> I’m using geotools 20.1, and added the following to the pom
>
>
>
> <dependency>
>
>   <groupId>org.geotools</groupId>
>
>   <artifactId>gt-graph</artifactId>
>
>   <version>20.1</version>
>
> </dependency>
>
>
>
>
>
> Unfortunately this doesn’t work. My maven setup seems to be ok, as I
> successfully use other gt packages like gt-main, gt-swing, gt-jdbc-postig
> in a similar way in version 20.1
>
>
>
> Browsing the mvnrepository
> https://mvnrepository.com/artifact/org.geotools/gt-graph
>
> Version 20.1. is listed in “Boundless” repository, but I there is no jar
> behind the link
>
>
>
> Any Ideas?
>
>
>
> Thanks in advance for help!
>
>
>
> Stefan
> _______________________________________________
> GeoTools-GT2-Users mailing list
> GeoTools-GT2-Users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
>


-- 
Disclaimer;
This message is just a reflection of what I thought at the time of sending.
The message may contain information that is not intended for you or that
you don't understand.
_______________________________________________
GeoTools-GT2-Users mailing list
GeoTools-GT2-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to