Author: coheigea
Date: Tue Jul 16 14:00:44 2019
New Revision: 1863140
URL: http://svn.apache.org/viewvc?rev=1863140&view=rev
Log:
Removing unused activation dependency
Modified:
webservices/wss4j/trunk/pom.xml
Modified: webservices/wss4j/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/wss4j/trunk/pom.xml?rev=1863140&r1=1863139&r2=1863140&view=diff
==============================================================================
--- webservices/wss4j/trunk/pom.xml (original)
+++ webservices/wss4j/trunk/pom.xml Tue Jul 16 14:00:44 2019
@@ -443,11 +443,6 @@
</build>
<dependencies>
<dependency>
- <groupId>javax.activation</groupId>
- <artifactId>activation</artifactId>
- <version>1.1.1</version>
- </dependency>
- <dependency>
<groupId>javax.xml.ws</groupId>
<artifactId>jaxws-api</artifactId>
<version>2.2.9</version>