You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by dk...@apache.org on 2019/10/31 14:36:05 UTC

[ws-wss4j] 04/07: Merged Colm's POM fixes, and incorporated Glen's web site suggestions.

This is an automated email from the ASF dual-hosted git repository.

dkulp pushed a commit to annotated tag 1_5_5
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git

commit 34481221f92610f7b7eadc68d4e28a9c848fef86
Author: Fred Dushin <fa...@apache.org>
AuthorDate: Tue Nov 4 22:36:28 2008 +0000

    Merged Colm's POM fixes, and incorporated Glen's web site suggestions.
---
 pom.xml         | 20 +-------------------
 xdocs/index.xml |  6 ++++++
 2 files changed, 7 insertions(+), 19 deletions(-)

diff --git a/pom.xml b/pom.xml
index b66878a..61b9bc0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -276,24 +276,6 @@
         <junit.version>3.8.1</junit.version>
     </properties>
     
-    <repositories>
-        <repository>
-            <releases>
-                <enabled>true</enabled>
-                <updatePolicy>always</updatePolicy>
-                <checksumPolicy>warn</checksumPolicy>
-            </releases>
-            <snapshots>
-                <enabled>false</enabled>
-                <updatePolicy>never</updatePolicy>
-                <checksumPolicy>warn</checksumPolicy>
-            </snapshots>
-            <id>apache-ws-snapshots2</id>
-            <name>Apache ws.zones - 2</name>
-            <url>http://ws.zones.apache.org/repository2/</url>
-        </repository>
-    </repositories>
-
     <dependencies>
         <dependency>
             <groupId>commons-logging</groupId>
@@ -308,7 +290,7 @@
             <scope>compile</scope>
         </dependency>
         <dependency>
-            <groupId>opensaml</groupId>
+            <groupId>org.opensaml</groupId>
             <artifactId>opensaml</artifactId>
             <version>${opensaml.version}</version>
             <scope>compile</scope>
diff --git a/xdocs/index.xml b/xdocs/index.xml
index f99d5f3..bc3cd30 100644
--- a/xdocs/index.xml
+++ b/xdocs/index.xml
@@ -25,6 +25,7 @@
                         <li><a href="#WSS4J_on_Axis">WSS4J on Axis</a></li>
                         <li><a href="#Rampart:_WS-Security_Implementation_module_for_Axis2">
                         Rampart: WS-Security Implementation module for Axis2</a></li>
+                        <li><a href="#WSS4J_on_CXF">WSS4J on CXF</a></li>
                         <li><a href="#WSS4J_Configuration">WSS4J Configuration</a></li>
                     </ul>
                 </ul>
@@ -117,6 +118,11 @@ Deployment Tutorial</a> for a short tutorial and <a href="package.html">Axis Dep
                 </p>
                 <br/>
             </subsection>
+            <subsection name="WSS4J on CXF">
+                <p style="margin-left: 40px;">Please refer to the <a href="http://cwiki.apache.org/CXF20DOC/ws-security.html">WS-Security section of the CXF wiki</a> for more details.<br/>
+                </p>
+                <br/>
+            </subsection>
             <subsection name="WSS4J Configuration">
                 <p style="margin-left: 40px;"><a href="cert.html">Difference between issuer-serial (WSS4J default) and direct-reference modes</a> 
                 </p>