[jboss-cvs] JBossAS SVN: r71305 - trunk/thirdparty.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Mar 26 12:21:48 EDT 2008


Author: pgier
Date: 2008-03-26 12:21:47 -0400 (Wed, 26 Mar 2008)
New Revision: 71305

Modified:
   trunk/thirdparty/pom.xml
Log:
Add jbossws-context and jbossws-client.

Modified: trunk/thirdparty/pom.xml
===================================================================
--- trunk/thirdparty/pom.xml	2008-03-26 16:17:39 UTC (rev 71304)
+++ trunk/thirdparty/pom.xml	2008-03-26 16:21:47 UTC (rev 71305)
@@ -410,14 +410,18 @@
                 <componentId>jboss.jbossws-common</componentId>
               </mapping>
             </dependency>
-            <!--<dependency>
-            <groupId>jboss</groupId>
-            <artifactId>jbossws-native50</artifactId>
-            <mapping>
-            <componentId>jboss.jbossws-native50</componentId>
-            </mapping>
-            </dependency>-->
             <dependency>
+              <groupId>jboss.jbossws</groupId>
+              <artifactId>jbossws-client</artifactId>
+              <exportArtifact>false</exportArtifact>
+            </dependency>
+            <dependency>
+              <groupId>jboss.jbossws</groupId>
+              <artifactId>jbossws-context</artifactId>
+              <type>war</type>
+              <exportArtifact>false</exportArtifact>
+            </dependency>
+            <dependency>
               <groupId>org.jboss</groupId>
               <artifactId>jbossxb</artifactId>
               <mapping>
@@ -1132,6 +1136,15 @@
     </dependency>
     <dependency>
       <groupId>jboss.jbossws</groupId>
+      <artifactId>jbossws-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>jboss.jbossws</groupId>
+      <artifactId>jbossws-context</artifactId>
+      <type>war</type>
+    </dependency>
+    <dependency>
+      <groupId>jboss.jbossws</groupId>
       <artifactId>jbossws-core</artifactId>
     </dependency>
     <dependency>




More information about the jboss-cvs-commits mailing list