This is an automated email from the git hooks/post-receive script. jamespage pushed a commit to branch patch-queue/master in repository stapler.
commit 7d0ed7dfa9a860d9c0063b2d80997e14da4dc5f7 Author: Debian Java Maintainers <[email protected]> Date: Mon Aug 12 09:43:30 2013 +0100 fix-groovy-build --- groovy/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/groovy/pom.xml b/groovy/pom.xml index 6ff3470..8961ecc 100644 --- a/groovy/pom.xml +++ b/groovy/pom.xml @@ -22,6 +22,11 @@ <version>1.8.3</version> </dependency> <dependency> + <groupId>org.apache.ant</groupId> + <artifactId>ant</artifactId> + <version>1.8.2</version> + </dependency> + <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> <version>2.3</version> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/stapler.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

