[jbossws-commits] JBossWS SVN: r11052 - stack/native/branches/jbossws-native-3.1.2.SP3-patch-02/modules/testsuite.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Tue Oct 27 11:44:07 EDT 2009


Author: richard.opalka at jboss.com
Date: 2009-10-27 11:44:06 -0400 (Tue, 27 Oct 2009)
New Revision: 11052

Modified:
   stack/native/branches/jbossws-native-3.1.2.SP3-patch-02/modules/testsuite/pom.xml
Log:
fixing test build issue

Modified: stack/native/branches/jbossws-native-3.1.2.SP3-patch-02/modules/testsuite/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.1.2.SP3-patch-02/modules/testsuite/pom.xml	2009-10-27 13:15:30 UTC (rev 11051)
+++ stack/native/branches/jbossws-native-3.1.2.SP3-patch-02/modules/testsuite/pom.xml	2009-10-27 15:44:06 UTC (rev 11052)
@@ -24,7 +24,7 @@
     <wsdl.publish.location>${project.build.directory}/wsdl-publish</wsdl.publish.location>
     <hibernate.version>3.2.4.sp1</hibernate.version>
     <endpoint.servlet>org.jboss.wsf.stack.jbws.EndpointServlet</endpoint.servlet>
-    <jboss.javaee.version>5.0.0.GA</jboss.javaee.version>
+    <jboss.javaee.version>5.0.1.GA</jboss.javaee.version>
   </properties>
 
   <!-- Modules -->
@@ -95,6 +95,12 @@
       <version>${jboss.jaxr.version}</version>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.jboss.javaee</groupId>
+      <artifactId>jboss-javaee</artifactId>
+      <version>${jboss.javaee.version}</version>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 
   <!-- Build -->



More information about the jbossws-commits mailing list