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/moa-id-commons/pom.xml | |
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/moa-id-commons/pom.xml')
-rw-r--r-- | id/server/moa-id-commons/pom.xml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/id/server/moa-id-commons/pom.xml b/id/server/moa-id-commons/pom.xml index 9260f8b22..c04ea13fa 100644 --- a/id/server/moa-id-commons/pom.xml +++ b/id/server/moa-id-commons/pom.xml @@ -147,6 +147,7 @@ <dependency> <groupId>commons-cli</groupId> <artifactId>commons-cli</artifactId> + <version>1.2</version> </dependency> <dependency> @@ -158,11 +159,18 @@ <artifactId>spring-orm</artifactId> </dependency> - <dependency> + <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> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> |