aboutsummaryrefslogtreecommitdiff
path: root/id/oa/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'id/oa/pom.xml')
-rw-r--r--id/oa/pom.xml28
1 files changed, 20 insertions, 8 deletions
diff --git a/id/oa/pom.xml b/id/oa/pom.xml
index c2eb6238c..07b84ed1b 100644
--- a/id/oa/pom.xml
+++ b/id/oa/pom.xml
@@ -115,16 +115,28 @@
<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>org.springframework</groupId>
+ <artifactId>*</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>mysql</groupId>
+ <artifactId>*</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.hibernate</groupId>
+ <artifactId>*</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.h2database</groupId>
+ <artifactId>*</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
</dependencies>