Skip to content
Snippets Groups Projects
Commit ee6082d0 authored by Christoph Berg's avatar Christoph Berg :satellite:
Browse files

pgjdbc/pom.xml: Manually patch scram dependency scope to be "provided" instead...

pgjdbc/pom.xml: Manually patch scram dependency scope to be "provided" instead of relying on maven.rules. (Closes: #900615, induced by #900763, thanks Emmanuel Bourg.)
parent cccb69c0
No related branches found
No related tags found
No related merge requests found
libpgjava (42.2.2-3) UNRELEASED; urgency=medium
* pgjdbc/pom.xml: Manually patch scram dependency scope to be "provided"
instead of relying on maven.rules. (Closes: #900615, induced by #900763,
thanks Emmanuel Bourg.)
-- Christoph Berg <christoph.berg@credativ.de> Tue, 05 Jun 2018 09:18:15 +0200
libpgjava (42.2.2-2) unstable; urgency=medium
* debian/maven.rules: Set scram scope to "provided" to properly remove the
......
com.ongres.scram client * s/.*/debian/ * s/.*/provided/
--- a/pgjdbc/pom.xml
+++ b/pgjdbc/pom.xml
@@ -54,7 +54,8 @@
<dependency>
<groupId>com.ongres.scram</groupId>
<artifactId>client</artifactId>
- <version>1.0.0-beta.2</version>
+ <version>debian</version>
+ <scope>provided</scope>
</dependency>
</dependencies>
01-missing-pom-configuration.patch
02-scram-scope.patch
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment