[jboss-svn-commits] JBL Code SVN: r37151 - in labs/jbosstm/trunk/rest-tx: tx and 1 other directories.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Fri Jun 24 12:39:31 EDT 2011
Author: tomjenkinson
Date: 2011-06-24 12:39:31 -0400 (Fri, 24 Jun 2011)
New Revision: 37151
Modified:
labs/jbosstm/trunk/rest-tx/pom.xml
labs/jbosstm/trunk/rest-tx/tx/pom.xml
labs/jbosstm/trunk/rest-tx/webservice/pom.xml
Log:
get the build working a bit more for rest-tx
Modified: labs/jbosstm/trunk/rest-tx/pom.xml
===================================================================
--- labs/jbosstm/trunk/rest-tx/pom.xml 2011-06-24 15:25:09 UTC (rev 37150)
+++ labs/jbosstm/trunk/rest-tx/pom.xml 2011-06-24 16:39:31 UTC (rev 37151)
@@ -16,10 +16,15 @@
02110-1301, USA.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.jboss.narayana</groupId>
+ <artifactId>narayana</artifactId>
+ <version>5.0.0.M1-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.narayana.rts</groupId>
<artifactId>rest-tx</artifactId>
- <version>1.0-M1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>RESTful Transactions</name>
<url>http://www.jboss.org/jbosstm</url>
Modified: labs/jbosstm/trunk/rest-tx/tx/pom.xml
===================================================================
--- labs/jbosstm/trunk/rest-tx/tx/pom.xml 2011-06-24 15:25:09 UTC (rev 37150)
+++ labs/jbosstm/trunk/rest-tx/tx/pom.xml 2011-06-24 16:39:31 UTC (rev 37151)
@@ -19,7 +19,7 @@
<parent>
<groupId>org.jboss.narayana.rts</groupId>
<artifactId>rest-tx</artifactId>
- <version>1.0-M1-SNAPSHOT</version>
+ <version>5.0.0.M1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -66,6 +66,35 @@
</dependencies>
</dependencyManagement>
<dependencies>
+ <dependency>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ <version>1.2.15</version>
+ <exclusions>
+ <exclusion>
+ <groupId>com.sun.jmx</groupId>
+ <artifactId>jmxri</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.sun.jdmk</groupId>
+ <artifactId>jmxtools</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.jms</groupId>
+ <artifactId>jms</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.mail</groupId>
+ <artifactId>mail</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.spec.javax.servlet</groupId>
+ <artifactId>jboss-servlet-api_3.0_spec</artifactId>
+ <version>1.0.0.Final</version>
+ <scope>provided</scope>
+ </dependency>
<!-- Jersey -->
<dependency>
<groupId>asm</groupId>
Modified: labs/jbosstm/trunk/rest-tx/webservice/pom.xml
===================================================================
--- labs/jbosstm/trunk/rest-tx/webservice/pom.xml 2011-06-24 15:25:09 UTC (rev 37150)
+++ labs/jbosstm/trunk/rest-tx/webservice/pom.xml 2011-06-24 16:39:31 UTC (rev 37151)
@@ -19,7 +19,7 @@
<parent>
<groupId>org.jboss.narayana.rts</groupId>
<artifactId>rest-tx</artifactId>
- <version>1.0-M1-SNAPSHOT</version>
+ <version>5.0.0.M1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -29,7 +29,7 @@
<description>Provides Transactions for web applications</description>
<properties>
<version.org.jboss.resteasy>2.0.0.GA</version.org.jboss.resteasy>
- <version.artifactId>1.0-M1-SNAPSHOT</version.artifactId>
+ <version.artifactId>5.0.0.M1-SNAPSHOT</version.artifactId>
<artifactId.name>rest-tx</artifactId.name>
<version.org.jboss.jbossas>6.0.0.20100721-M4</version.org.jboss.jbossas>
</properties>
More information about the jboss-svn-commits
mailing list