This is an automated email from the git hooks/post-receive script. tjaalton pushed a commit to branch master in repository jackson-annotations.
commit 0caccde324328f4c324e62af456e02b3ee7b4652 Author: simonetripodi <[email protected]> Date: Tue Apr 17 22:44:38 2012 +0200 there are no tests in the annotations module, avoid to include junit for test purposes --- pom.xml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/pom.xml b/pom.xml index 27ae3a7..c049123 100644 --- a/pom.xml +++ b/pom.xml @@ -45,17 +45,4 @@ <osgi.export>com.fasterxml.jackson.annotation.*;version=${project.version}</osgi.export> </properties> - <dependencies> - <!-- No dependencies to core types (annotations that - do have dependencies are included in those packages) - --> - <!-- and for testing, JUnit is needed --> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>4.8.2</version> - <scope>test</scope> - </dependency> - </dependencies> - </project> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jackson-annotations.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

