diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-10-31 09:42:48 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-10-31 09:42:48 +0100 |
commit | a3f530aa7637f3be6c67653f63fbedb4d6bd16d3 (patch) | |
tree | f74933ea7019ef4472f9f6d4e259cabdd8a7ec35 /id/server | |
parent | bf13ac04e47f615ac0de207ee991c241d310419d (diff) | |
download | moa-id-spss-a3f530aa7637f3be6c67653f63fbedb4d6bd16d3.tar.gz moa-id-spss-a3f530aa7637f3be6c67653f63fbedb4d6bd16d3.tar.bz2 moa-id-spss-a3f530aa7637f3be6c67653f63fbedb4d6bd16d3.zip |
add depentency jaxrpc-impl for MOA-SPSS API calls
Diffstat (limited to 'id/server')
-rw-r--r-- | id/server/idserverlib/pom.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/id/server/idserverlib/pom.xml b/id/server/idserverlib/pom.xml index 52e064d3f..65004490b 100644 --- a/id/server/idserverlib/pom.xml +++ b/id/server/idserverlib/pom.xml @@ -135,6 +135,14 @@ <artifactId>jaxb-api</artifactId>
</dependency>
+ <!-- Required for MOA-SPSS API access -->
+ <dependency>
+ <groupId>com.sun.xml.rpc</groupId>
+ <artifactId>jaxrpc-impl</artifactId>
+ <version>1.1.3_01</version>
+ </dependency>
+
+
<dependency>
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>
@@ -382,6 +390,10 @@ <artifactId>bcprov-jdk16</artifactId>
<groupId>org.bouncycastle</groupId>
</exclusion>
+ <exclusion>
+ <artifactId>jaxws-tools</artifactId>
+ <groupId>com.sun.xml.ws</groupId>
+ </exclusion>
</exclusions>
</dependency>
</dependencies>
|