diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2015-07-21 15:31:13 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2015-07-21 15:31:13 +0200 |
commit | 959f63845a58fa5b14b6442672ef74e6338c16b2 (patch) | |
tree | 28a9cedb6d01447b1fd3a3fa310a386c0798d84e /id/server/moa-id-commons | |
parent | 4795b273bb734f04056babe963d8588ffbf50fb0 (diff) | |
download | moa-id-spss-959f63845a58fa5b14b6442672ef74e6338c16b2.tar.gz moa-id-spss-959f63845a58fa5b14b6442672ef74e6338c16b2.tar.bz2 moa-id-spss-959f63845a58fa5b14b6442672ef74e6338c16b2.zip |
update maven pom to 3.x
Diffstat (limited to 'id/server/moa-id-commons')
-rw-r--r-- | id/server/moa-id-commons/pom.xml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/id/server/moa-id-commons/pom.xml b/id/server/moa-id-commons/pom.xml index f4adb1368..05c4a4756 100644 --- a/id/server/moa-id-commons/pom.xml +++ b/id/server/moa-id-commons/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>MOA.id</groupId> <artifactId>moa-id</artifactId> - <version>2.x</version> + <version>3.x</version> </parent> <artifactId>moa-id-commons</artifactId> <name>moa-id-commons</name> @@ -54,13 +54,11 @@ <groupId>at.gv.egiz.components</groupId> <artifactId>egiz-configuration-api</artifactId> <version>0.2</version> - <classifier>sources</classifier> </dependency> <dependency> <groupId>at.gv.egiz.components</groupId> <artifactId>egiz-configuration-file</artifactId> <version>0.2</version> - <classifier>sources</classifier> </dependency> <dependency> @@ -156,7 +154,6 @@ <dependency> <groupId>commons-cli</groupId> <artifactId>commons-cli</artifactId> - <version>1.2</version> </dependency> <dependency> @@ -171,12 +168,10 @@ <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> |