This is an automated email from the git hooks/post-receive script. bengen pushed a commit to annotated tag jackson-dataformat-smile-2.0.0 in repository jackson-dataformat-smile.
commit c8e26bb2062820c132bf71402c747ffc2bcbd6e5 Author: Tatu Saloranta <[email protected]> Date: Mon Nov 7 22:40:06 2011 -0800 minor fix to pom --- pom.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8f2eb84..15a9ea2 100644 --- a/pom.xml +++ b/pom.xml @@ -50,7 +50,7 @@ <!-- Extends Jackson core --> <dependency> <groupId>org.codehaus.jackson</groupId> - <artifactId>jackson-mapper-asl</artifactId> + <artifactId>jackson-core-asl</artifactId> <version>1.9.2</version> </dependency> @@ -61,6 +61,13 @@ <version>4.8.2</version> <scope>test</scope> </dependency> + <!-- and tests also use data-binding --> + <dependency> + <groupId>org.codehaus.jackson</groupId> + <artifactId>jackson-mapper-asl</artifactId> + <version>1.9.2</version> + <scope>test</scope> + </dependency> </dependencies> <build> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jackson-dataformat-smile.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

