aboutsummaryrefslogtreecommitdiff
path: root/id/server/idserverlib/pom.xml
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2014-10-30 16:48:14 +0100
committerThomas Lenz <tlenz@iaik.tugraz.at>2014-10-30 16:48:14 +0100
commit5202dc81fd956baac83e0b6551faa455e3de0797 (patch)
tree43848a55c7a8aa974dffcf9ef47e67e047621083 /id/server/idserverlib/pom.xml
parent0a2bc8013cc6dc737bd653a4ec8a221d35d9538f (diff)
downloadmoa-id-spss-5202dc81fd956baac83e0b6551faa455e3de0797.tar.gz
moa-id-spss-5202dc81fd956baac83e0b6551faa455e3de0797.tar.bz2
moa-id-spss-5202dc81fd956baac83e0b6551faa455e3de0797.zip
fix dependency problems
Diffstat (limited to 'id/server/idserverlib/pom.xml')
-rw-r--r--id/server/idserverlib/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/id/server/idserverlib/pom.xml b/id/server/idserverlib/pom.xml
index 32c8f5705..52e064d3f 100644
--- a/id/server/idserverlib/pom.xml
+++ b/id/server/idserverlib/pom.xml
@@ -75,6 +75,10 @@
<artifactId>axis-wsdl4j</artifactId>
<groupId>axis</groupId>
</exclusion>
+ <exclusion>
+ <artifactId>jaxb-impl</artifactId>
+ <groupId>com.sun.xml.bind</groupId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
@@ -115,6 +119,14 @@
<artifactId>bcprov-jdk16</artifactId>
<groupId>bouncycastle</groupId>
</exclusion>
+ <exclusion>
+ <artifactId>jaxb-impl</artifactId>
+ <groupId>com.sun.xml.bind</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>jaxb-core</artifactId>
+ <groupId>com.sun.xml.bind</groupId>
+ </exclusion>
</exclusions>
</dependency>