diff options
author | Gerwin Gsenger <g.gsenger@datentechnik-innovation.at> | 2015-01-22 13:51:54 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2015-06-19 11:09:19 +0200 |
commit | cc7e339de3a905892be3afbd624509f3dd45b19e (patch) | |
tree | 38cc664df335b3dcedf25783231f981b0c9a34c1 /id/server/moa-id-commons/pom.xml | |
parent | d24179f90949ff6768f89eea0073f65990d0765a (diff) | |
download | moa-id-spss-cc7e339de3a905892be3afbd624509f3dd45b19e.tar.gz moa-id-spss-cc7e339de3a905892be3afbd624509f3dd45b19e.tar.bz2 moa-id-spss-cc7e339de3a905892be3afbd624509f3dd45b19e.zip |
move dependencies to more appropriate pom files, testNG warning NOT fixed
Diffstat (limited to 'id/server/moa-id-commons/pom.xml')
-rw-r--r-- | id/server/moa-id-commons/pom.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/id/server/moa-id-commons/pom.xml b/id/server/moa-id-commons/pom.xml index ab9688991..dd33a9198 100644 --- a/id/server/moa-id-commons/pom.xml +++ b/id/server/moa-id-commons/pom.xml @@ -138,11 +138,9 @@ <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> </dependency> - <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.11</version> <scope>test</scope> </dependency> |