[seam-commits] Seam SVN: r15437 - in branches/enterprise/WFK-2_1: distribution/src/main/assembly and 1 other directories.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Mon Mar 4 08:03:22 EST 2013


Author: vdedik
Date: 2013-03-04 08:03:21 -0500 (Mon, 04 Mar 2013)
New Revision: 15437

Modified:
   branches/enterprise/WFK-2_1/distribution/get-arquillian-libs.xml
   branches/enterprise/WFK-2_1/distribution/pom.xml
   branches/enterprise/WFK-2_1/distribution/src/main/assembly/dist.xml
   branches/enterprise/WFK-2_1/jboss-seam-gen/dist/ide-project-files/eclipse/.classpath
Log:
bz 877063 - jboss-remoting and remoting-jmx updated to version for EAP 6.0.1

Modified: branches/enterprise/WFK-2_1/distribution/get-arquillian-libs.xml
===================================================================
--- branches/enterprise/WFK-2_1/distribution/get-arquillian-libs.xml	2013-03-01 16:47:57 UTC (rev 15436)
+++ branches/enterprise/WFK-2_1/distribution/get-arquillian-libs.xml	2013-03-04 13:03:21 UTC (rev 15437)
@@ -12,7 +12,10 @@
         <mkdir dir="${test.lib.dir}"/>
 		<aether:resolve>
 		    <aether:dependencies>
-		        <aether:dependency groupid="org.jboss.as" artifactid="jboss-as-arquillian-container-remote" version="${version.jboss-as7}" />
+		        <aether:dependency groupid="org.jboss.as" artifactid="jboss-as-arquillian-container-remote" version="${version.jboss-as7}">
+		            <aether:exclusion groupid="org.jboss.remotingjmx" artifactid="remoting-jmx" />
+		            <aether:exclusion groupid="org.jboss.remoting3" artifactid="jboss-remoting" />
+		        </aether:dependency>
 		    	<aether:dependency groupid="org.jboss.arquillian.junit" artifactid="arquillian-junit-container" version="${version.arquillian-junit}" />
 		    	<aether:dependency groupid="org.jboss.arquillian.protocol" artifactid="arquillian-protocol-servlet" version="${version.arquillian-junit}" />
 		    </aether:dependencies>

Modified: branches/enterprise/WFK-2_1/distribution/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/distribution/pom.xml	2013-03-01 16:47:57 UTC (rev 15436)
+++ branches/enterprise/WFK-2_1/distribution/pom.xml	2013-03-04 13:03:21 UTC (rev 15437)
@@ -210,6 +210,18 @@
         		</exclusion>
         	</exclusions>
         </dependency>
+
+        <!-- Specific version to make remoting compatible with EAP 6.0.1 -->
+        <dependency>
+            <groupId>org.jboss.remotingjmx</groupId>
+            <artifactId>remoting-jmx</artifactId>
+            <version>1.0.4.Final-redhat-1</version>
+        </dependency>
+        <dependency>
+            <groupId>org.jboss.remoting3</groupId>
+            <artifactId>jboss-remoting</artifactId>
+            <version>3.2.13.GA-redhat-1</version>
+        </dependency>
 	</dependencies>
 	<dependencyManagement>
 		<dependencies>

Modified: branches/enterprise/WFK-2_1/distribution/src/main/assembly/dist.xml
===================================================================
--- branches/enterprise/WFK-2_1/distribution/src/main/assembly/dist.xml	2013-03-01 16:47:57 UTC (rev 15436)
+++ branches/enterprise/WFK-2_1/distribution/src/main/assembly/dist.xml	2013-03-04 13:03:21 UTC (rev 15437)
@@ -164,6 +164,18 @@
          </excludes>
          <outputFileNameMapping>${artifact.artifactId}.${artifact.extension}</outputFileNameMapping>
       </dependencySet>
+
+      <dependencySet>
+         <outputDirectory>lib/test</outputDirectory>
+         <useProjectArtifact>false</useProjectArtifact>
+         <useTransitiveDependencies>true</useTransitiveDependencies>
+         <includes>
+            <include>org.jboss.remotingjmx:remoting-jmx:jar</include>
+            <include>org.jboss.remoting3:jboss-remoting:jar</include>
+            <include>org.jboss.xnio:xnio-api:jar</include>
+            <include>org.jboss.xnio:xnio-nio:jar</include>
+         </includes>
+      </dependencySet>
       
       <dependencySet>
          <outputDirectory>lib/gen/src</outputDirectory>

Modified: branches/enterprise/WFK-2_1/jboss-seam-gen/dist/ide-project-files/eclipse/.classpath
===================================================================
--- branches/enterprise/WFK-2_1/jboss-seam-gen/dist/ide-project-files/eclipse/.classpath	2013-03-01 16:47:57 UTC (rev 15436)
+++ branches/enterprise/WFK-2_1/jboss-seam-gen/dist/ide-project-files/eclipse/.classpath	2013-03-04 13:03:21 UTC (rev 15437)
@@ -205,7 +205,7 @@
    <classpathentry kind="lib" path="lib/test/jboss-modules-1.1.1.GA.jar"/>
    <classpathentry kind="lib" path="lib/test/jboss-msc-1.0.2.GA.jar"/>
    <classpathentry kind="lib" path="lib/test/jboss-remote-naming-1.0.2.Final.jar"/>
-   <classpathentry kind="lib" path="lib/test/jboss-remoting-3.2.2.GA.jar"/>
+   <classpathentry kind="lib" path="lib/test/jboss-remoting-3.2.13.GA-redhat-1.jar"/>
    <classpathentry kind="lib" path="lib/test/jboss-sasl-1.0.0.Final.jar"/>
    <classpathentry kind="lib" path="lib/test/jboss-stdio-1.0.1.GA.jar"/>
    <classpathentry kind="lib" path="lib/test/jboss-threads-2.0.0.GA.jar"/>
@@ -230,7 +230,7 @@
    <classpathentry kind="lib" path="lib/test/plexus-interpolation-1.14.jar"/>
    <classpathentry kind="lib" path="lib/test/plexus-sec-dispatcher-1.3.jar"/>
    <classpathentry kind="lib" path="lib/test/plexus-utils-2.0.4.jar"/>
-   <classpathentry kind="lib" path="lib/test/remoting-jmx-1.0.2.Final.jar"/>
+   <classpathentry kind="lib" path="lib/test/remoting-jmx-1.0.4.Final-redhat-1.jar"/>
    <classpathentry kind="lib" path="lib/test/shrinkwrap-api-1.0.0-cr-1.jar"/>
    <classpathentry kind="lib" path="lib/test/shrinkwrap-descriptors-api-base-2.0.0-alpha-3.jar"/>
    <classpathentry kind="lib" path="lib/test/shrinkwrap-descriptors-spi-2.0.0-alpha-3.jar"/>
@@ -247,6 +247,6 @@
    <classpathentry kind="lib" path="lib/test/wagon-http-shared-1.0-beta-7.jar"/>
    <classpathentry kind="lib" path="lib/test/wagon-provider-api-1.0-beta-7.jar"/>
    <classpathentry kind="lib" path="lib/test/xbean-reflect-3.4.jar"/>
-   <classpathentry kind="lib" path="lib/test/xnio-api-3.0.3.GA.jar"/>
-   <classpathentry kind="lib" path="lib/test/xnio-nio-3.0.3.GA.jar"/>    
+   <classpathentry kind="lib" path="lib/test/xnio-api-3.0.7.GA-redhat-1.jar"/>
+   <classpathentry kind="lib" path="lib/test/xnio-nio-3.0.7.GA-redhat-1.jar"/>    
 </classpath>



More information about the seam-commits mailing list