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.