File: 02-reactor-dependencies.patch

package info (click to toggle)
libscram-java 3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 668 kB
  • sloc: java: 3,223; xml: 1,313; sh: 240; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 413 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: Set the version of the reactor dependencies (otherwise the build fails)
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: not-needed
--- a/scram-client/pom.xml
+++ b/scram-client/pom.xml
@@ -17,6 +17,7 @@
     <dependency>
       <groupId>com.ongres.scram</groupId>
       <artifactId>scram-common</artifactId>
+      <version>${project.version}</version>
     </dependency>
   </dependencies>