aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2014-10-31 09:42:48 +0100
committerThomas Lenz <tlenz@iaik.tugraz.at>2014-10-31 09:42:48 +0100
commita3f530aa7637f3be6c67653f63fbedb4d6bd16d3 (patch)
treef74933ea7019ef4472f9f6d4e259cabdd8a7ec35
parentbf13ac04e47f615ac0de207ee991c241d310419d (diff)
downloadmoa-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
-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 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>