This is an automated email from the git hooks/post-receive script. matthew pushed a commit to branch master in repository libopensaml2-java.
commit 377d7a5d7fafeb72119eddd7a3951eed873f1834 Author: Matthew Vernon <[email protected]> Date: Wed Feb 19 17:00:06 2014 +0000 POM changes to make it build Tweak some bits of the POM so that maven can get the dependencies right --- pom.xml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 57772f3..b8e32dc 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> @@ -128,23 +128,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> @@ -152,6 +155,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> + <version>3.x</version> </dependency> <dependency> <groupId>ch.qos.logback</groupId> @@ -172,6 +176,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/libopensaml2-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

