diff options
Diffstat (limited to 'id/server/auth-final')
-rw-r--r-- | id/server/auth-final/pom.xml | 14 |
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> |