[libopenws-java] 03/07: correct POM problems
Matthew Vernon
matthew at moszumanska.debian.org
Thu Apr 10 17:32:29 UTC 2014
This is an automated email from the git hooks/post-receive script.
matthew pushed a commit to branch master
in repository libopenws-java.
commit 3b4b356cac710f6bcec359819f3fc5c49bbc764b
Author: Matthew Vernon <mcv21 at cam.ac.uk>
Date: Tue Feb 18 15:37:04 2014 +0000
correct POM problems
---
pom.xml | 16 +++++++++++-----
1 file changed, 11 insertions(+), 5 deletions(-)
diff --git a/pom.xml b/pom.xml
index ce69392..67e303f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>parent-v2</artifactId>
- <version>1</version>
+ <version>debian</version>
</parent>
<groupId>org.opensaml</groupId>
@@ -84,23 +84,26 @@
<!-- Runtime dependencies -->
<dependency>
- <groupId>${xerces.groupId}</groupId>
+ <groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
+ <version>debian</version>
</dependency>
<dependency>
- <groupId>${xerces.groupId}</groupId>
+ <groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
+ <version>debian</version>
</dependency>
<dependency>
- <groupId>${xerces.groupId}</groupId>
+ <groupId>xalan</groupId>
<artifactId>serializer</artifactId>
+ <version>debian</version>
</dependency>
<dependency>
<groupId>xml-resolver</groupId>
<artifactId>xml-resolver</artifactId>
</dependency>
<dependency>
- <groupId>${xalan.groupId}</groupId>
+ <groupId>xalan</groupId>
<artifactId>xalan</artifactId>
</dependency>
@@ -108,6 +111,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
+ <version>3.x</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
@@ -117,6 +121,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
+ <version>3.x</version>
<scope>test</scope>
<exclusions>
<exclusion>
@@ -128,6 +133,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
+ <version>3.x</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libopenws-java.git
More information about the pkg-java-commits
mailing list