You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2008/02/07 17:31:20 UTC

svn commit: r619485 - in /geronimo/server/trunk: buildsupport/geronimo-maven-plugin/pom.xml plugins/monitoring/agent-jmx/pom.xml testsuite/pom.xml testsuite/webservices-testsuite/jaxws-tests/jaxws-ejb/pom.xml

Author: gawor
Date: Thu Feb  7 08:31:19 2008
New Revision: 619485

URL: http://svn.apache.org/viewvc?rev=619485&view=rev
Log:
remove snapshot dependencies, add annotation spec dependency to jaxws-ejb test

Modified:
    geronimo/server/trunk/buildsupport/geronimo-maven-plugin/pom.xml
    geronimo/server/trunk/plugins/monitoring/agent-jmx/pom.xml
    geronimo/server/trunk/testsuite/pom.xml
    geronimo/server/trunk/testsuite/webservices-testsuite/jaxws-tests/jaxws-ejb/pom.xml

Modified: geronimo/server/trunk/buildsupport/geronimo-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/buildsupport/geronimo-maven-plugin/pom.xml?rev=619485&r1=619484&r2=619485&view=diff
==============================================================================
--- geronimo/server/trunk/buildsupport/geronimo-maven-plugin/pom.xml (original)
+++ geronimo/server/trunk/buildsupport/geronimo-maven-plugin/pom.xml Thu Feb  7 08:31:19 2008
@@ -55,7 +55,7 @@
         <dependency>
             <groupId>org.apache.maven.surefire</groupId>
             <artifactId>surefire-api</artifactId>
-            <version>2.1-SNAPSHOT</version>
+            <version>2.3</version>
         </dependency>
 
     </dependencies>

Modified: geronimo/server/trunk/plugins/monitoring/agent-jmx/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/monitoring/agent-jmx/pom.xml?rev=619485&r1=619484&r2=619485&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/monitoring/agent-jmx/pom.xml (original)
+++ geronimo/server/trunk/plugins/monitoring/agent-jmx/pom.xml Thu Feb  7 08:31:19 2008
@@ -55,7 +55,6 @@
             <groupId>org.apache.xbean</groupId>
             <artifactId>xbean-naming</artifactId>
             <scope>provided</scope>
-            <version>3.4-SNAPSHOT</version>
         </dependency>
 
         <dependency>

Modified: geronimo/server/trunk/testsuite/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/pom.xml?rev=619485&r1=619484&r2=619485&view=diff
==============================================================================
--- geronimo/server/trunk/testsuite/pom.xml (original)
+++ geronimo/server/trunk/testsuite/pom.xml Thu Feb  7 08:31:19 2008
@@ -117,13 +117,10 @@
                         </webResources>
                     </configuration>
                 </plugin>
-                <!--
-                NOTE: Using 2.3-SNAPSHOT for TestNG w/JDK 1.5 support.
-                -->
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-plugin</artifactId>
-                    <version>2.3-SNAPSHOT</version>
+                    <version>2.3</version>
                     <configuration>
                         <skip>true</skip>
                     </configuration>

Modified: geronimo/server/trunk/testsuite/webservices-testsuite/jaxws-tests/jaxws-ejb/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/webservices-testsuite/jaxws-tests/jaxws-ejb/pom.xml?rev=619485&r1=619484&r2=619485&view=diff
==============================================================================
--- geronimo/server/trunk/testsuite/webservices-testsuite/jaxws-tests/jaxws-ejb/pom.xml (original)
+++ geronimo/server/trunk/testsuite/webservices-testsuite/jaxws-tests/jaxws-ejb/pom.xml Thu Feb  7 08:31:19 2008
@@ -51,6 +51,12 @@
 
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-annotation_1.0_spec</artifactId>
+            <scope>provided</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-ejb_3.0_spec</artifactId>
             <scope>provided</scope>
         </dependency>