[webbeans-commits] Webbeans SVN: r2392 - in ri/trunk: version-matrix and 1 other directory.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Fri Apr 10 15:06:17 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-04-10 15:06:17 -0400 (Fri, 10 Apr 2009)
New Revision: 2392

Modified:
   ri/trunk/impl/pom.xml
   ri/trunk/version-matrix/pom.xml
Log:
jax-ws deps for 1.5

Modified: ri/trunk/impl/pom.xml
===================================================================
--- ri/trunk/impl/pom.xml	2009-04-10 18:55:22 UTC (rev 2391)
+++ ri/trunk/impl/pom.xml	2009-04-10 19:06:17 UTC (rev 2392)
@@ -115,4 +115,19 @@
    	<defaultGoal>install</defaultGoal>
    </build>
    
+   <profiles>
+   	<profile>
+      <id>javax.xml.ws</id>
+      <activation>
+      	<jdk>1.5</jdk>
+      </activation>
+      <dependencies>
+      	<dependency>
+      		<groupId>javax.xml.ws</groupId>
+      		<artifactId>jaxws-api</artifactId>
+    		</dependency>
+      </dependencies>
+    </profile>
+   </profiles>
+   
 </project>

Modified: ri/trunk/version-matrix/pom.xml
===================================================================
--- ri/trunk/version-matrix/pom.xml	2009-04-10 18:55:22 UTC (rev 2391)
+++ ri/trunk/version-matrix/pom.xml	2009-04-10 19:06:17 UTC (rev 2392)
@@ -119,7 +119,7 @@
          <dependency>
             <groupId>jaxen</groupId>
             <artifactId>jaxen</artifactId>
-	    <version>1.1.1</version>
+	   		<version>1.1.1</version>
          </dependency>
 
          <dependency>
@@ -350,6 +350,12 @@
             <version>6.0.18</version>
          </dependency>
          
+         <dependency>
+      		<groupId>javax.xml.ws</groupId>
+      		<artifactId>jaxws-api</artifactId>
+      		<version>2.1</version>
+    		</dependency>
+         
       </dependencies>
    </dependencyManagement>
 




More information about the weld-commits mailing list