diff options
Diffstat (limited to 'id/server/auth-edu/pom.xml')
-rw-r--r-- | id/server/auth-edu/pom.xml | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/id/server/auth-edu/pom.xml b/id/server/auth-edu/pom.xml index 0812745b6..404b7c354 100644 --- a/id/server/auth-edu/pom.xml +++ b/id/server/auth-edu/pom.xml @@ -106,7 +106,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> |