You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by st...@apache.org on 2016/08/29 11:44:08 UTC

svn commit: r1758208 - in /openwebbeans/trunk: webbeans-jms/pom.xml webbeans-tck/testng-dev.xml webbeans-tomcat6/src/it/servletinjection/pom.xml webbeans-tomcat7/src/it/servletinjection/pom.xml

Author: struberg
Date: Mon Aug 29 11:44:08 2016
New Revision: 1758208

URL: http://svn.apache.org/viewvc?rev=1758208&view=rev
Log:
fix ITs

Modified:
    openwebbeans/trunk/webbeans-jms/pom.xml
    openwebbeans/trunk/webbeans-tck/testng-dev.xml
    openwebbeans/trunk/webbeans-tomcat6/src/it/servletinjection/pom.xml
    openwebbeans/trunk/webbeans-tomcat7/src/it/servletinjection/pom.xml

Modified: openwebbeans/trunk/webbeans-jms/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-jms/pom.xml?rev=1758208&r1=1758207&r2=1758208&view=diff
==============================================================================
--- openwebbeans/trunk/webbeans-jms/pom.xml (original)
+++ openwebbeans/trunk/webbeans-jms/pom.xml Mon Aug 29 11:44:08 2016
@@ -36,7 +36,6 @@
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
-            <version>4.5</version>
             <scope>test</scope>
         </dependency>
 

Modified: openwebbeans/trunk/webbeans-tck/testng-dev.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-tck/testng-dev.xml?rev=1758208&r1=1758207&r2=1758208&view=diff
==============================================================================
--- openwebbeans/trunk/webbeans-tck/testng-dev.xml (original)
+++ openwebbeans/trunk/webbeans-tck/testng-dev.xml Mon Aug 29 11:44:08 2016
@@ -18,7 +18,7 @@
 <suite name="JSR-346-TCK" verbose="2" configfailurepolicy="continue">
   <test name="JSR-346 TCK">
     <classes>
-          <class name="org.jboss.cdi.tck.tests.alternative.broken.not.alternative.ClassIsNotAlternativeTest" />
+          <class name="org.jboss.cdi.tck.tests.context.DestroyedInstanceReturnedByGetTest" />
       <!--
       <class name="org.jboss.cdi.tck.tests.event.parameterized.ParameterizedEventTest" />
       <class name="org.jboss.cdi.tck.tests.event.fires.FireEventTest" />

Modified: openwebbeans/trunk/webbeans-tomcat6/src/it/servletinjection/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-tomcat6/src/it/servletinjection/pom.xml?rev=1758208&r1=1758207&r2=1758208&view=diff
==============================================================================
--- openwebbeans/trunk/webbeans-tomcat6/src/it/servletinjection/pom.xml (original)
+++ openwebbeans/trunk/webbeans-tomcat6/src/it/servletinjection/pom.xml Mon Aug 29 11:44:08 2016
@@ -49,7 +49,7 @@
         <dependency>
             <groupId>org.apache.httpcomponents</groupId>
             <artifactId>httpclient</artifactId>
-            <version>4.2.1</version>
+            <version>${httpclient.version}</version>
             <scope>test</scope>
         </dependency>
 

Modified: openwebbeans/trunk/webbeans-tomcat7/src/it/servletinjection/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-tomcat7/src/it/servletinjection/pom.xml?rev=1758208&r1=1758207&r2=1758208&view=diff
==============================================================================
--- openwebbeans/trunk/webbeans-tomcat7/src/it/servletinjection/pom.xml (original)
+++ openwebbeans/trunk/webbeans-tomcat7/src/it/servletinjection/pom.xml Mon Aug 29 11:44:08 2016
@@ -48,7 +48,7 @@
         <dependency>
             <groupId>org.apache.httpcomponents</groupId>
             <artifactId>httpclient</artifactId>
-            <version>4.2.1</version>
+            <version>${httpclient.version}</version>
             <scope>test</scope>
         </dependency>
 
@@ -232,7 +232,7 @@
                         <dependency>
                             <groupId>org.apache.geronimo.specs</groupId>
                             <artifactId>geronimo-jcdi_1.1_spec</artifactId>
-                            <version>1.0-SNAPSHOT</version>
+                            <version>1.0</version>
                         </dependency>
 
                         <dependency>
@@ -244,7 +244,7 @@
                         <dependency>
                             <groupId>org.apache.geronimo.specs</groupId>
                             <artifactId>geronimo-interceptor_1.2_spec</artifactId>
-                            <version>1.0-SNAPSHOT</version>
+                            <version>1.0</version>
                         </dependency>
                     </dependencies>
                 </plugin>