aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorChristian Wagner <c.wagner@datentechnik-innovation.com>2015-01-12 16:32:43 +0100
committerThomas Lenz <tlenz@iaik.tugraz.at>2015-06-19 11:05:52 +0200
commit4d16df7e7a3a893332248d20d032d23605eb091e (patch)
treeb1401e131e168e315b5a2442c34cb595d49be3ab /pom.xml
parentd1b7f7f87f0460f7c96359106a24a4a486d39b15 (diff)
downloadmoa-id-spss-4d16df7e7a3a893332248d20d032d23605eb091e.tar.gz
moa-id-spss-4d16df7e7a3a893332248d20d032d23605eb091e.tar.bz2
moa-id-spss-4d16df7e7a3a893332248d20d032d23605eb091e.zip
add Jackson 2.5.0 annotations
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 5bf9febdc..b05ac86b1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -671,6 +671,12 @@
<artifactId>jackson-databind</artifactId>
<version>${jackson-version}</version>
</dependency>
+ <dependency>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-annotations</artifactId>
+ <version>${jackson-version}</version>
+ </dependency>
+ </dependencies>
</dependencyManagement>
<dependencies>