Bug#900615: osmosis FTBFS Could not resolve all dependencies for configuration ':osmosis-hstore-jdbc:compileClasspath'

Emmanuel Bourg ebourg at apache.org
Mon Jun 4 14:54:11 BST 2018


Le 02/06/2018 à 12:21, Christoph Berg a écrit :

> @java-team: comments?

It looks like the scope of the com.ongres.scram:client dependency in the
pom of org.postgresql:postgresql wasn't changed to 'provided' as
intended. I installed libpostgresql-jdbc-java/42.2.2-2 and got this in
/usr/share/maven-repo/org/postgresql/postgresql/debian/postgresql-debian.pom
:

      <dependencies>
            <dependency>
                  <groupId>com.ongres.scram</groupId>
                  <artifactId>client</artifactId>
                  <version>debian</version>
            </dependency>
      </dependencies>

This explains the build issue with osmosis.



More information about the pkg-java-maintainers mailing list