[seam-commits] Seam SVN: r15501 - in branches/enterprise/WFK-2_1: distribution and 1 other directory.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Mon May 13 07:22:24 EDT 2013
Author: manaRH
Date: 2013-05-13 07:22:23 -0400 (Mon, 13 May 2013)
New Revision: 15501
Modified:
branches/enterprise/WFK-2_1/distribution/pom.xml
branches/enterprise/WFK-2_1/pom.xml
Log:
tuning distribution deps
Modified: branches/enterprise/WFK-2_1/distribution/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/distribution/pom.xml 2013-05-10 14:21:14 UTC (rev 15500)
+++ branches/enterprise/WFK-2_1/distribution/pom.xml 2013-05-13 11:22:23 UTC (rev 15501)
@@ -208,6 +208,10 @@
<groupId>com.fasterxml</groupId>
<artifactId>classmate</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.jboss.spec.javax.transaction</groupId>
+ <artifactId>jboss-transaction-api_1.1_spec</artifactId>
+ </exclusion>
</exclusions>
</dependency>
@@ -215,12 +219,12 @@
<dependency>
<groupId>org.jboss.remotingjmx</groupId>
<artifactId>remoting-jmx</artifactId>
- <version>1.0.4.Final-redhat-1</version>
+<!-- <version>1.0.4.Final-redhat-1</version> -->
</dependency>
<dependency>
<groupId>org.jboss.remoting3</groupId>
<artifactId>jboss-remoting</artifactId>
- <version>3.2.14.GA-redhat-1</version>
+<!-- <version>3.2.14.GA-redhat-1</version> -->
</dependency>
</dependencies>
<dependencyManagement>
Modified: branches/enterprise/WFK-2_1/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/pom.xml 2013-05-10 14:21:14 UTC (rev 15500)
+++ branches/enterprise/WFK-2_1/pom.xml 2013-05-13 11:22:23 UTC (rev 15501)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss</groupId>
<artifactId>jboss-parent</artifactId>
- <version>9-redhat-1</version>
+ <version>10-redhat-2</version>
</parent>
<groupId>org.jboss.seam</groupId>
More information about the seam-commits
mailing list