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 2014/01/30 15:13:37 UTC

svn commit: r1562832 - in /webservices/wss4j/trunk: parent/ src/site/xdoc/ ws-security-common/ ws-security-common/src/site/ ws-security-common/src/site/xdoc/ ws-security-dom/ ws-security-dom/src/site/ ws-security-dom/src/site/xdoc/ ws-security-policy-s...

Author: coheigea
Date: Thu Jan 30 14:13:37 2014
New Revision: 1562832

URL: http://svn.apache.org/r1562832
Log:
Removing website stuff

Removed:
    webservices/wss4j/trunk/src/site/xdoc/best_practice.xml
    webservices/wss4j/trunk/ws-security-common/src/site/site.xml
    webservices/wss4j/trunk/ws-security-common/src/site/xdoc/axis.xml
    webservices/wss4j/trunk/ws-security-common/src/site/xdoc/config.xml
    webservices/wss4j/trunk/ws-security-common/src/site/xdoc/download.xml
    webservices/wss4j/trunk/ws-security-common/src/site/xdoc/index.xml
    webservices/wss4j/trunk/ws-security-common/src/site/xdoc/package.xml
    webservices/wss4j/trunk/ws-security-common/src/site/xdoc/topics.xml
    webservices/wss4j/trunk/ws-security-common/src/site/xdoc/using.xml
    webservices/wss4j/trunk/ws-security-common/src/site/xdoc/wss4j16.xml
    webservices/wss4j/trunk/ws-security-dom/src/site/site.xml
    webservices/wss4j/trunk/ws-security-dom/src/site/xdoc/axis.xml
    webservices/wss4j/trunk/ws-security-dom/src/site/xdoc/config.xml
    webservices/wss4j/trunk/ws-security-dom/src/site/xdoc/download.xml
    webservices/wss4j/trunk/ws-security-dom/src/site/xdoc/index.xml
    webservices/wss4j/trunk/ws-security-dom/src/site/xdoc/package.xml
    webservices/wss4j/trunk/ws-security-dom/src/site/xdoc/topics.xml
    webservices/wss4j/trunk/ws-security-dom/src/site/xdoc/using.xml
    webservices/wss4j/trunk/ws-security-dom/src/site/xdoc/wss4j16.xml
Modified:
    webservices/wss4j/trunk/parent/pom.xml
    webservices/wss4j/trunk/ws-security-common/pom.xml
    webservices/wss4j/trunk/ws-security-dom/pom.xml
    webservices/wss4j/trunk/ws-security-policy-stax/pom.xml
    webservices/wss4j/trunk/ws-security-stax/pom.xml

Modified: webservices/wss4j/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/trunk/parent/pom.xml?rev=1562832&r1=1562831&r2=1562832&view=diff
==============================================================================
--- webservices/wss4j/trunk/parent/pom.xml (original)
+++ webservices/wss4j/trunk/parent/pom.xml Thu Jan 30 14:13:37 2014
@@ -34,21 +34,23 @@
     <url>http://ws.apache.org/wss4j/</url>
 
     <properties>
+        <apacheds.version>1.5.7</apacheds.version>
         <bcprov.version>1.50</bcprov.version>
+        <commons.compress.version>1.4.1</commons.compress.version>
         <ehcache.version>2.7.4</ehcache.version>
         <geronimo.javamail.version>1.7.1</geronimo.javamail.version>
         <jasypt.version>1.9.0</jasypt.version>
+        <junit.version>4.11</junit.version>
         <log4j.version>1.2.17</log4j.version>
         <neethi.version>3.0.2</neethi.version>
+        <opensaml.version>2.6.0</opensaml.version>
         <slf4j.version>1.7.5</slf4j.version>
         <woodstox.core.asl.version>4.2.0</woodstox.core.asl.version>
+        <wsdl4j.version>1.6.2</wsdl4j.version>
         <xalan.version>2.7.1</xalan.version>
         <xerces.version>2.11.0</xerces.version>
-        <xmlsec.version>2.0.0-SNAPSHOT</xmlsec.version>
-        <opensaml.version>2.6.0</opensaml.version>
-        <junit.version>4.11</junit.version>
         <xml.apis.version>1.4.01</xml.apis.version>
-        <wsdl4j.version>1.6.2</wsdl4j.version>
+        <xmlsec.version>2.0.0-SNAPSHOT</xmlsec.version>
         <xmlunit.version>1.4</xmlunit.version>
         
         <!-- OSGi related properties -->
@@ -151,6 +153,17 @@
                 <artifactId>jasypt</artifactId>
                 <version>${jasypt.version}</version>
             </dependency>
+            <dependency>
+                <groupId>org.apache.directory.server</groupId>
+                <artifactId>apacheds-kerberos-shared</artifactId>
+                <version>${apacheds.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.commons</groupId>
+                <artifactId>commons-compress</artifactId>
+                <version>${commons.compress.version}</version>
+            </dependency>
+
         </dependencies>
     </dependencyManagement>
 

Modified: webservices/wss4j/trunk/ws-security-common/pom.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/trunk/ws-security-common/pom.xml?rev=1562832&r1=1562831&r2=1562832&view=diff
==============================================================================
--- webservices/wss4j/trunk/ws-security-common/pom.xml (original)
+++ webservices/wss4j/trunk/ws-security-common/pom.xml Thu Jan 30 14:13:37 2014
@@ -196,7 +196,6 @@
         <dependency>
             <groupId>org.apache.directory.server</groupId>
             <artifactId>apacheds-kerberos-shared</artifactId>
-            <version>1.5.7</version>
             <optional>true</optional>
             <exclusions>
                 <exclusion>

Modified: webservices/wss4j/trunk/ws-security-dom/pom.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/trunk/ws-security-dom/pom.xml?rev=1562832&r1=1562831&r2=1562832&view=diff
==============================================================================
--- webservices/wss4j/trunk/ws-security-dom/pom.xml (original)
+++ webservices/wss4j/trunk/ws-security-dom/pom.xml Thu Jan 30 14:13:37 2014
@@ -241,40 +241,4 @@
         </dependency>
     </dependencies>
 
-    <reporting>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-project-info-reports-plugin</artifactId>
-                <version>2.6</version>
-                <reportSets>
-                    <reportSet>
-                        <reports>
-                            <report>dependencies</report>
-                            <report>issue-tracking</report>
-                            <report>license</report>
-                            <report>mailing-list</report>
-                            <report>scm</report>
-                        </reports>
-                    </reportSet>
-                </reportSets>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-javadoc-plugin</artifactId>
-                <version>2.9.1</version>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-dependency-plugin</artifactId>
-                <version>2.7</version>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-jxr-plugin</artifactId>
-                <version>2.1</version>
-            </plugin>
-        </plugins>
-    </reporting>
-    
 </project>

Modified: webservices/wss4j/trunk/ws-security-policy-stax/pom.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/trunk/ws-security-policy-stax/pom.xml?rev=1562832&r1=1562831&r2=1562832&view=diff
==============================================================================
--- webservices/wss4j/trunk/ws-security-policy-stax/pom.xml (original)
+++ webservices/wss4j/trunk/ws-security-policy-stax/pom.xml Thu Jan 30 14:13:37 2014
@@ -78,7 +78,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-plugin</artifactId>
-                <version>2.9</version>
                 <configuration>
                     <systemPropertyVariables>
                         <log4j.configuration>log4j-wsp.xml</log4j.configuration>

Modified: webservices/wss4j/trunk/ws-security-stax/pom.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/trunk/ws-security-stax/pom.xml?rev=1562832&r1=1562831&r2=1562832&view=diff
==============================================================================
--- webservices/wss4j/trunk/ws-security-stax/pom.xml (original)
+++ webservices/wss4j/trunk/ws-security-stax/pom.xml Thu Jan 30 14:13:37 2014
@@ -177,7 +177,6 @@
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-compress</artifactId>
-            <version>1.4.1</version>
             <scope>test</scope>
         </dependency>
         <dependency>