[jboss-cvs] Repository SVN: r23250 - in maven2/wss4j: wss4j and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Mar 23 15:33:02 EDT 2009


Author: shawkins
Date: 2009-03-23 15:33:02 -0400 (Mon, 23 Mar 2009)
New Revision: 23250

Added:
   maven2/wss4j/wss4j/
   maven2/wss4j/wss4j/1.5.0/
   maven2/wss4j/wss4j/1.5.0/wss4j-1.5.0.jar
   maven2/wss4j/wss4j/1.5.0/wss4j-1.5.0.jar.sha1
   maven2/wss4j/wss4j/1.5.0/wss4j-1.5.0.pom
   maven2/wss4j/wss4j/1.5.0/wss4j-1.5.0.pom.sha1
Log:
add axis 1.3 dependency for teiid


Added: maven2/wss4j/wss4j/1.5.0/wss4j-1.5.0.jar
===================================================================
(Binary files differ)


Property changes on: maven2/wss4j/wss4j/1.5.0/wss4j-1.5.0.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: maven2/wss4j/wss4j/1.5.0/wss4j-1.5.0.jar.sha1
===================================================================
--- maven2/wss4j/wss4j/1.5.0/wss4j-1.5.0.jar.sha1	                        (rev 0)
+++ maven2/wss4j/wss4j/1.5.0/wss4j-1.5.0.jar.sha1	2009-03-23 19:33:02 UTC (rev 23250)
@@ -0,0 +1 @@
+a2b366973ce13074e6e3c3378c36e2e149fde32b
\ No newline at end of file

Added: maven2/wss4j/wss4j/1.5.0/wss4j-1.5.0.pom
===================================================================
--- maven2/wss4j/wss4j/1.5.0/wss4j-1.5.0.pom	                        (rev 0)
+++ maven2/wss4j/wss4j/1.5.0/wss4j-1.5.0.pom	2009-03-23 19:33:02 UTC (rev 23250)
@@ -0,0 +1,68 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!-- now under org.apache.ws.security -->
+
+<project
+        xmlns="http://maven.apache.org/POM/4.0.0"
+        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>wss4j</groupId>
+    <artifactId>wss4j</artifactId>
+    <name>WSS4J</name>
+    <version>1.5.0</version>
+    <description>
+    Apache WSS4J is an implementation of the Web Services Security (WS-Security) being developed at 
+    OASIS Web Services Security TC. WSS4J is a primarily a Java library that can be used to sign and 
+    verify SOAP Messages with WS-Security information. WSS4J will use Apache Axis and Apache XML-Security 
+    projects and will be interoperable with JAX-RPC based server/clients and .NET server/clients. 
+    </description>
+    <url>http://ws.apache.org/wss4j/</url>
+    <issueManagement>
+        <system>JIRA</system>
+        <url>http://issues.apache.org/jira/browse/WSS</url>
+    </issueManagement>
+    <ciManagement>
+        <system>Continuum</system>
+        <url>unknown</url>
+        <notifiers>
+            <notifier>
+                <sendOnError>false</sendOnError>
+                <sendOnFailure>false</sendOnFailure>
+                <sendOnSuccess>false</sendOnSuccess>
+                <sendOnWarning>false</sendOnWarning>
+                <configuration>
+                    <address>wss4j-dev at ws.apache.org</address>
+                </configuration>
+            </notifier>
+        </notifiers>
+    </ciManagement>
+    <mailingLists>
+        <mailingList>
+            <name>WSS4J Developer List</name>
+            <subscribe>wss4j-dev-subscribe at ws.apache.org</subscribe>
+            <unsubscribe>wss4j-dev-unsubscribe at ws.apache.org</unsubscribe>
+            <post>wss4j-dev at ws.apache.org</post>
+            <archive>http://mail-archives.apache.org/mod_mbox/ws-wss4j-dev/</archive>
+        </mailingList>
+    </mailingLists>
+    <inceptionYear>2004</inceptionYear>
+    <licenses>
+        <license>
+            <name>The Apache Software License, Version 2.0</name>
+            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+            <distribution>repo</distribution>
+        </license>
+    </licenses>
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/webservices/wss4j/trunk/</connection>
+        <developerConnection>
+            scm:svn:https://svn.apache.org/repos/asf/webservices/wss4j/trunk/</developerConnection>
+        <url>http://svn.apache.org/viewvc/webservices/wss4j/trunk</url>
+    </scm>
+    <organization>
+        <name>The Apache Software Foundation</name>
+        <url>http://www.apache.org/</url>
+    </organization>
+
+</project>

Added: maven2/wss4j/wss4j/1.5.0/wss4j-1.5.0.pom.sha1
===================================================================
--- maven2/wss4j/wss4j/1.5.0/wss4j-1.5.0.pom.sha1	                        (rev 0)
+++ maven2/wss4j/wss4j/1.5.0/wss4j-1.5.0.pom.sha1	2009-03-23 19:33:02 UTC (rev 23250)
@@ -0,0 +1 @@
+904d95f604aaef0dc33dbe01fe3f38e6ad295b1b  wss4j-1.5.0.pom




More information about the jboss-cvs-commits mailing list