You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by co...@apache.org on 2018/10/05 17:17:19 UTC

svn commit: r1842946 - /webservices/wss4j/branches/2_2_x-fixes/parent/pom.xml

Author: coheigea
Date: Fri Oct  5 17:17:19 2018
New Revision: 1842946

URL: http://svn.apache.org/viewvc?rev=1842946&view=rev
Log:
Removing some unused dependencies from the parent pom

Modified:
    webservices/wss4j/branches/2_2_x-fixes/parent/pom.xml

Modified: webservices/wss4j/branches/2_2_x-fixes/parent/pom.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/branches/2_2_x-fixes/parent/pom.xml?rev=1842946&r1=1842945&r2=1842946&view=diff
==============================================================================
--- webservices/wss4j/branches/2_2_x-fixes/parent/pom.xml (original)
+++ webservices/wss4j/branches/2_2_x-fixes/parent/pom.xml Fri Oct  5 17:17:19 2018
@@ -32,7 +32,6 @@
     <url>http://ws.apache.org/wss4j/</url>
 
     <properties>
-        <apacheds.version>2.0.0.AM25</apacheds.version>
         <bcprov.version>1.60</bcprov.version>
         <commons.compress.version>1.18</commons.compress.version>
         <ehcache.version>2.10.5</ehcache.version>
@@ -40,7 +39,6 @@
         <jasypt.version>1.9.2</jasypt.version>
         <junit.version>4.12</junit.version>
         <kerby.version>1.1.1</kerby.version>
-        <log4j.version>1.2.17</log4j.version>
         <neethi.version>3.1.1</neethi.version>
         <opensaml.version>3.3.0</opensaml.version>
         <slf4j.version>1.7.25</slf4j.version>
@@ -92,11 +90,6 @@
                 <version>${geronimo.javamail.version}</version>
             </dependency>
             <dependency>
-                <groupId>log4j</groupId>
-                <artifactId>log4j</artifactId>
-                <version>${log4j.version}</version>
-            </dependency>
-            <dependency>
                 <groupId>org.slf4j</groupId>
                 <artifactId>slf4j-api</artifactId>
                 <version>${slf4j.version}</version>
@@ -142,11 +135,6 @@
                 <version>${jasypt.version}</version>
             </dependency>
             <dependency>
-                <groupId>org.apache.directory.server</groupId>
-                <artifactId>apacheds-kerberos-codec</artifactId>
-                <version>${apacheds.version}</version>
-            </dependency>
-            <dependency>
                 <groupId>org.apache.commons</groupId>
                 <artifactId>commons-compress</artifactId>
                 <version>${commons.compress.version}</version>