aboutsummaryrefslogtreecommitdiff
path: root/id/oa/pom.xml
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2016-10-21 10:14:14 +0200
committerThomas Lenz <tlenz@iaik.tugraz.at>2016-10-21 10:14:14 +0200
commit6e044fe2eff937e5a4d975005def49ee2e9a06d0 (patch)
treed3d013bb56cc8faee3a31cd53a03f71fba63b557 /id/oa/pom.xml
parent87be1b91493b0b5f4a03f049dfa99f7ba3c6f35e (diff)
downloadmoa-id-spss-6e044fe2eff937e5a4d975005def49ee2e9a06d0.tar.gz
moa-id-spss-6e044fe2eff937e5a4d975005def49ee2e9a06d0.tar.bz2
moa-id-spss-6e044fe2eff937e5a4d975005def49ee2e9a06d0.zip
update MOA-ID-OA demo application
Diffstat (limited to 'id/oa/pom.xml')
-rw-r--r--id/oa/pom.xml16
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>