diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2015-07-20 08:25:27 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2015-07-20 08:25:27 +0200 |
commit | 1a8fa3276a014597568967772515231cdad6c5c0 (patch) | |
tree | 913d0c6771b8adce73328f5ae7c49823eae72790 /id/server/idserverlib | |
parent | 59dee0f36a25d0c5f19d5d5d5652c3d919956cde (diff) | |
download | moa-id-spss-1a8fa3276a014597568967772515231cdad6c5c0.tar.gz moa-id-spss-1a8fa3276a014597568967772515231cdad6c5c0.tar.bz2 moa-id-spss-1a8fa3276a014597568967772515231cdad6c5c0.zip |
remove hyberJaxB from commons
Diffstat (limited to 'id/server/idserverlib')
-rw-r--r-- | id/server/idserverlib/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/id/server/idserverlib/pom.xml b/id/server/idserverlib/pom.xml index ba11f949b..722c41d43 100644 --- a/id/server/idserverlib/pom.xml +++ b/id/server/idserverlib/pom.xml @@ -60,6 +60,12 @@ <dependency>
<groupId>MOA.id.server</groupId>
<artifactId>moa-id-commons</artifactId>
+ <exclusions>
+ <exclusion>
+ <artifactId>hyperjaxb3-ejb-runtime</artifactId>
+ <groupId>org.jvnet.hyperjaxb3</groupId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
|