[jboss-cvs] JBossAS SVN: r110068 - branches/JBPAPP_5_1.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Dec 21 07:18:12 EST 2010


Author: alessio.soldano at jboss.com
Date: 2010-12-21 07:18:12 -0500 (Tue, 21 Dec 2010)
New Revision: 110068

Modified:
   branches/JBPAPP_5_1/pom.xml
Log:
[JBPAPP-5589] Fixing pom.xml which was missing dependency version for org.jboss.jbossas:jboss-as-webservices


Modified: branches/JBPAPP_5_1/pom.xml
===================================================================
--- branches/JBPAPP_5_1/pom.xml	2010-12-21 10:38:17 UTC (rev 110067)
+++ branches/JBPAPP_5_1/pom.xml	2010-12-21 12:18:12 UTC (rev 110068)
@@ -283,6 +283,11 @@
         <artifactId>jboss-as-tomcat</artifactId>
         <version>${project.version}</version>
       </dependency>
+      <dependency>
+        <groupId>org.jboss.jbossas</groupId>
+        <artifactId>jboss-as-webservices</artifactId>
+        <version>${project.version}</version>
+      </dependency>
     </dependencies>
   </dependencyManagement>
   



More information about the jboss-cvs-commits mailing list