diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-03-31 15:01:45 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-03-31 15:01:45 +0200 |
commit | 2b986b919ec2057b3770af31f3307c46306e60cb (patch) | |
tree | 22cff7eb78fcfa69b60871cbe6fbd6795c38656a /id | |
parent | 24b55a1663ebb218f55b2ef443683c7328ceaef8 (diff) | |
download | moa-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')
-rw-r--r-- | id/server/moa-id-commons/pom.xml | 4 |
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> |