diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2015-06-19 12:14:39 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2015-06-19 12:14:39 +0200 |
commit | 0ac1586549bf1bb391c48a4151a5f32a0863a5f4 (patch) | |
tree | 639b3ea2f7835c70ca0de4d69398d986eedcd4e6 /id/server/idserverlib | |
parent | 1fb729e35f4c423cf2a1996cdcc6a213122f4e0e (diff) | |
download | moa-id-spss-0ac1586549bf1bb391c48a4151a5f32a0863a5f4.tar.gz moa-id-spss-0ac1586549bf1bb391c48a4151a5f32a0863a5f4.tar.bz2 moa-id-spss-0ac1586549bf1bb391c48a4151a5f32a0863a5f4.zip |
update pom
Diffstat (limited to 'id/server/idserverlib')
-rw-r--r-- | id/server/idserverlib/pom.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/id/server/idserverlib/pom.xml b/id/server/idserverlib/pom.xml index eefa3761b..0bda107be 100644 --- a/id/server/idserverlib/pom.xml +++ b/id/server/idserverlib/pom.xml @@ -444,17 +444,20 @@ <dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
+ <version>2.5.4</version>
</dependency>
<!-- databinding; ObjectMapper, JsonNode and related classes are here -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
+ <version>2.5.4</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
+ <version>2.5.4</version>
</dependency>
<dependency>
|