[jboss-cvs] JBossAS SVN: r88314 - projects/ejb3/trunk/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed May 6 23:02:17 EDT 2009


Author: pferraro
Date: 2009-05-06 23:02:17 -0400 (Wed, 06 May 2009)
New Revision: 88314

Modified:
   projects/ejb3/trunk/testsuite/pom.xml
Log:
Upgrade jboss-ha-client/server-api versions used by test client until ejb3-core is updated to 1.1.5-SNAPSHOT


Modified: projects/ejb3/trunk/testsuite/pom.xml
===================================================================
--- projects/ejb3/trunk/testsuite/pom.xml	2009-05-07 00:18:11 UTC (rev 88313)
+++ projects/ejb3/trunk/testsuite/pom.xml	2009-05-07 03:02:17 UTC (rev 88314)
@@ -222,7 +222,70 @@
       <artifactId>jboss-ejb3-core</artifactId>
       <version>1.1.3-SNAPSHOT</version>
       <scope>test</scope>
+      <!--  Remove once ejb3-core is updated to at least 1.1.5-SNAPSHOT -->
+      <exclusions>
+        <exclusion>
+          <groupId>org.jboss.cluster</groupId>
+          <artifactId>jboss-ha-client</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.jboss.cluster</groupId>
+          <artifactId>jboss-ha-server-api</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
+
+    <!--  Remove once ejb3-core is updated to at least 1.1.5-SNAPSHOT -->
+    <dependency>
+      <groupId>org.jboss.cluster</groupId>
+      <artifactId>jboss-ha-client</artifactId>
+      <version>1.1.1.GA</version>
+      <scope>test</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>org.jboss.aspects</groupId>
+          <artifactId>jboss-remoting-aspects</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>jboss.remoting</groupId>
+          <artifactId>jboss-remoting</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.jboss.aop</groupId>
+          <artifactId>jboss-aop</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+
+    <!--  Remove once ejb3-core is updated to at least 1.1.5-SNAPSHOT -->
+    <dependency>
+      <groupId>org.jboss.cluster</groupId>
+      <artifactId>jboss-ha-server-api</artifactId>
+      <version>1.1.1.GA</version>
+      <scope>test</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>org.jboss</groupId>
+          <artifactId>jboss-common-core</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.jboss.logging</groupId>
+          <artifactId>jboss-logging-spi</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.jboss.cache</groupId>
+          <artifactId>jbosscache-core</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.jboss.cache</groupId>
+          <artifactId>jbosscache-pojo</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>jgroups</groupId>
+          <artifactId>jgroups</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
     
     <dependency>
       <groupId>org.jboss.ejb3</groupId>




More information about the jboss-cvs-commits mailing list