aboutsummaryrefslogtreecommitdiff
path: root/id/oa
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2016-10-24 18:30:02 +0200
committerThomas Lenz <tlenz@iaik.tugraz.at>2016-10-24 18:30:02 +0200
commit87a05737164432886c3a2438aac3df4504daf72e (patch)
tree8aff741325a5fe21df1c80d0dc5ba96a365c2a37 /id/oa
parent193d31942cf21b38b78a629fb39993909e92b0ab (diff)
downloadmoa-id-spss-87a05737164432886c3a2438aac3df4504daf72e.tar.gz
moa-id-spss-87a05737164432886c3a2438aac3df4504daf72e.tar.bz2
moa-id-spss-87a05737164432886c3a2438aac3df4504daf72e.zip
update demo-OA
Diffstat (limited to 'id/oa')
-rw-r--r--id/oa/pom.xml16
1 files changed, 14 insertions, 2 deletions
diff --git a/id/oa/pom.xml b/id/oa/pom.xml
index 06c406951..07b84ed1b 100644
--- a/id/oa/pom.xml
+++ b/id/oa/pom.xml
@@ -121,9 +121,21 @@
<artifactId>moa-id-commons</artifactId>
<exclusions>
<exclusion>
- <groupId>*</groupId>
+ <groupId>org.springframework</groupId>
<artifactId>*</artifactId>
- </exclusion>
+ </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>