aboutsummaryrefslogtreecommitdiff
path: root/id/server/auth-final/pom.xml
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2016-03-10 16:07:58 +0100
committerThomas Lenz <tlenz@iaik.tugraz.at>2016-03-10 16:07:58 +0100
commit0fe2bed17c674587a60e63fac211a0354ab4ef03 (patch)
tree74b8942af743c2fb4c4fa66be9bb8a5325f14e8a /id/server/auth-final/pom.xml
parente8773689b175e5617fe116ac0e3d9978351ac4a8 (diff)
downloadmoa-id-spss-0fe2bed17c674587a60e63fac211a0354ab4ef03.tar.gz
moa-id-spss-0fe2bed17c674587a60e63fac211a0354ab4ef03.tar.bz2
moa-id-spss-0fe2bed17c674587a60e63fac211a0354ab4ef03.zip
remove axis 1 implementation completely
Diffstat (limited to 'id/server/auth-final/pom.xml')
-rw-r--r--id/server/auth-final/pom.xml14
1 files changed, 13 insertions, 1 deletions
diff --git a/id/server/auth-final/pom.xml b/id/server/auth-final/pom.xml
index a0f20ba1f..776ec00d3 100644
--- a/id/server/auth-final/pom.xml
+++ b/id/server/auth-final/pom.xml
@@ -90,7 +90,19 @@
<artifactId>axis-wsdl4j</artifactId>
<groupId>axis</groupId>
</exclusion>
- </exclusions>
+ <exclusion>
+ <artifactId>axis</artifactId>
+ <groupId>axis</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>axis-jaxrpc</artifactId>
+ <groupId>org.apache.axis</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>axis-saaj</artifactId>
+ <groupId>org.apache.axis</groupId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>