Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [geogig-dev] missing dependencies on dev branch

The "main" Boundless repo mirrors the GeoSolutions repo, but the "release" one probably doesn't. It also includes snapshot repos, so I'm unsure whether it should be used or not.

Gabriel, do you know whether it'll make a difference or not?

We've had some problems with the repo caching a 404 for the jaiext jar before, so that's another possible issue.

On 24 November 2015 at 00:21, <Schmidt.Sebastian2@xxxxxx> wrote:
Hi folks,

currently I'm failing to build the current "dev" branch of geogig,
because I cannot resolve the dependency to
it.geosolutions.jaiext.affine:jt-affine:jar:1.0.8 and many more of the
same group ID.

The following maven modules are failing for me:
geogig-cli-app
geogig-geotools
geogig-osm
geogig-web-api
geogig-web-app

If I look at the effective pom of geogig-geotools I see the following
repositories are configured:

<repositories>
     <repository>
       <snapshots>
         <enabled>true</enabled>
       </snapshots>
       <id>boundless</id>
       <name>Boundless Maven Repository</name>
<url>https://boundless.artifactoryonline.com/boundless/release/</url>
     </repository>
     <repository>
       <snapshots>
         <enabled>true</enabled>
       </snapshots>
       <id>osgeo</id>
       <name>Open Source Geospatial Foundation Repository</name>
<url>http://download.osgeo.org/webdav/geotools/</url>
     </repository>
     <repository>
       <snapshots>
         <enabled>false</enabled>
       </snapshots>
       <id>mapfish</id>
       <name>mapfish</name>
<url>http://dev.mapfish.org/maven/repository/</url>
     </repository>
     <repository>
       <snapshots>
         <enabled>false</enabled>
       </snapshots>
       <id>central</id>
       <name>Central Repository</name>
       <url>http://repo.maven.apache.org/maven2</url>
     </repository>
   </repositories>

...but by checking by hand I cannot find the group it.geosolutions.jaiext* in any of them.
Did I misconfigure something?

IMHO we should add Geosolution's Repository or ask them to publish jaiext in one of the listed Repos...

Kind regards,
Sebastian
_______________________________________________
geogig-dev mailing list
geogig-dev@xxxxxxxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
http://www.locationtech.org/mailman/listinfo/geogig-dev



--

Tyler Battle

Software Engineer| Boundless

tbattle@xxxxxxxxxxxxxxxx

Victoria, BC, Canada



Back to the top