diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-05-21 08:41:55 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-05-21 08:41:55 +0200 |
commit | 4889aaa5e75e1f4533c689add584ca37dba8aa39 (patch) | |
tree | 8a58188a933ba56e692c38f47b420d27d9bc9d4d /id/server/auth | |
parent | 57c8ec9d6e1a658907eca8f5386b07e4e483ccf1 (diff) | |
download | moa-id-spss-4889aaa5e75e1f4533c689add584ca37dba8aa39.tar.gz moa-id-spss-4889aaa5e75e1f4533c689add584ca37dba8aa39.tar.bz2 moa-id-spss-4889aaa5e75e1f4533c689add584ca37dba8aa39.zip |
remove unused depentencies
Diffstat (limited to 'id/server/auth')
-rw-r--r-- | id/server/auth/pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/id/server/auth/pom.xml b/id/server/auth/pom.xml index 577270221..f18f0e1b0 100644 --- a/id/server/auth/pom.xml +++ b/id/server/auth/pom.xml @@ -29,6 +29,13 @@ <!--testSourceDirectory>${basedir}/../idserverlib/src/test/java</testSourceDirectory--> <plugins> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>versions-maven-plugin</artifactId> + <version>2.1</version> + </plugin> + + <!-- <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>properties-maven-plugin</artifactId> |