aboutsummaryrefslogtreecommitdiff
path: root/id/server/moa-id-commons
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2014-03-31 15:01:45 +0200
committerThomas Lenz <tlenz@iaik.tugraz.at>2014-03-31 15:01:45 +0200
commit2b986b919ec2057b3770af31f3307c46306e60cb (patch)
tree22cff7eb78fcfa69b60871cbe6fbd6795c38656a /id/server/moa-id-commons
parent24b55a1663ebb218f55b2ef443683c7328ceaef8 (diff)
downloadmoa-id-spss-2b986b919ec2057b3770af31f3307c46306e60cb.tar.gz
moa-id-spss-2b986b919ec2057b3770af31f3307c46306e60cb.tar.bz2
moa-id-spss-2b986b919ec2057b3770af31f3307c46306e60cb.zip
exclude Spring Framework from HyperJAXB plugin
Diffstat (limited to 'id/server/moa-id-commons')
-rw-r--r--id/server/moa-id-commons/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/id/server/moa-id-commons/pom.xml b/id/server/moa-id-commons/pom.xml
index e494033a0..c8593ee5f 100644
--- a/id/server/moa-id-commons/pom.xml
+++ b/id/server/moa-id-commons/pom.xml
@@ -75,6 +75,10 @@
<groupId>org.hibernate.javax.persistence</groupId>
<artifactId>hibernate-jpa-2.0-api</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>