[jackson-dataformat-smile] 03/31: minor fix to pom
Hilko Bengen
bengen at alioth.debian.org
Mon Sep 2 17:37:19 UTC 2013
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 <tsaloranta at gmail.com>
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
More information about the pkg-java-commits
mailing list