diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2018-09-26 14:07:41 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2018-09-26 14:07:41 +0200 |
commit | 8af729fe3025f384a8232a0c3de9f029d24d2e5d (patch) | |
tree | f43ff6f79d1ac0861db1941cbc6708e73cc9be4a /id/server/moa-id-commons/pom.xml | |
parent | 933abd692bccdfaaa4d36a832724a396cbe4ab66 (diff) | |
download | moa-id-spss-8af729fe3025f384a8232a0c3de9f029d24d2e5d.tar.gz moa-id-spss-8af729fe3025f384a8232a0c3de9f029d24d2e5d.tar.bz2 moa-id-spss-8af729fe3025f384a8232a0c3de9f029d24d2e5d.zip |
remove unused dependency
Diffstat (limited to 'id/server/moa-id-commons/pom.xml')
-rw-r--r-- | id/server/moa-id-commons/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/id/server/moa-id-commons/pom.xml b/id/server/moa-id-commons/pom.xml index 55a7e7be9..7ec1ddf73 100644 --- a/id/server/moa-id-commons/pom.xml +++ b/id/server/moa-id-commons/pom.xml @@ -270,13 +270,13 @@ </dependency> - <dependency> + <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> - <artifactId>jackson-annotations</artifactId> + <artifactId>jackson-annotations</artifactId> </dependency> <dependency> |