diff options
Diffstat (limited to 'id/oa/pom.xml')
-rw-r--r-- | id/oa/pom.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/id/oa/pom.xml b/id/oa/pom.xml index c2eb6238c..06c406951 100644 --- a/id/oa/pom.xml +++ b/id/oa/pom.xml @@ -115,16 +115,16 @@ <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> </dependency> - - <dependency> - <groupId>iaik</groupId> - <artifactId>commons-iaik</artifactId> - <version>0.7.1</version> - </dependency> - + <dependency> <groupId>MOA.id.server</groupId> - <artifactId>moa-id-commons</artifactId> + <artifactId>moa-id-commons</artifactId> + <exclusions> + <exclusion> + <groupId>*</groupId> + <artifactId>*</artifactId> + </exclusion> + </exclusions> </dependency> </dependencies> |