[jboss-svn-commits] JBL Code SVN: r36313 - labs/jbosstm/trunk/maven.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Thu Dec 9 11:05:32 EST 2010
Author: jhalliday
Date: 2010-12-09 11:05:32 -0500 (Thu, 09 Dec 2010)
New Revision: 36313
Modified:
labs/jbosstm/trunk/maven/pom-template.xml
Log:
Update deps for JBossAS 6.0.CR1
Modified: labs/jbosstm/trunk/maven/pom-template.xml
===================================================================
--- labs/jbosstm/trunk/maven/pom-template.xml 2010-12-09 16:04:09 UTC (rev 36312)
+++ labs/jbosstm/trunk/maven/pom-template.xml 2010-12-09 16:05:32 UTC (rev 36313)
@@ -1,26 +1,26 @@
<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">
-<!--
- JBoss, Home of Professional Open Source
- Copyright 2009, Red Hat Middleware LLC, and individual contributors
- as indicated by the @author tags.
- See the copyright.txt in the distribution for a
- full listing of individual contributors.
- This copyrighted material is made available to anyone wishing to use,
- modify, copy, or redistribute it subject to the terms and conditions
- of the GNU Lesser General Public License, v. 2.1.
- This program is distributed in the hope that it will be useful, but WITHOUT A
- WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
- PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
- You should have received a copy of the GNU Lesser General Public License,
- v.2.1 along with this distribution; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA.
+ <!--
+ JBoss, Home of Professional Open Source
+ Copyright 2009, Red Hat Middleware LLC, and individual contributors
+ as indicated by the @author tags.
+ See the copyright.txt in the distribution for a
+ full listing of individual contributors.
+ This copyrighted material is made available to anyone wishing to use,
+ modify, copy, or redistribute it subject to the terms and conditions
+ of the GNU Lesser General Public License, v. 2.1.
+ This program is distributed in the hope that it will be useful, but WITHOUT A
+ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
+ You should have received a copy of the GNU Lesser General Public License,
+ v.2.1 along with this distribution; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
- (C) 2009,
- @author JBoss Inc. (jonathan.halliday at redhat.com)
--->
+ (C) 2009,
+ @author JBoss Inc. (jonathan.halliday at redhat.com)
+ -->
<modelVersion>4.0.0</modelVersion>
<groupId>@groupid@</groupId>
@@ -158,7 +158,7 @@
<dependency>
<groupId>org.jboss.ejb3.depchain</groupId>
<artifactId>jboss-ejb3-depchain-as6</artifactId>
- <version>1.0.0-alpha-4</version>
+ <version>1.0.0-alpha-18</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@@ -176,7 +176,7 @@
<!-- https://repository.jboss.org/nexus/service/local/repositories/releases/content/org/jboss/jbossas/jboss-as-component-matrix/ -->
<groupId>org.jboss.jbossas</groupId>
<artifactId>jboss-as-component-matrix</artifactId>
- <version>6.0.0.20100911-M5</version>
+ <version>6.0.0.20101110-CR1</version>
<!--<version>6.0.0-SNAPSHOT</version>-->
<type>pom</type>
<scope>import</scope>
@@ -190,29 +190,33 @@
<!-- XTS also requires commons-codec and commons-httpclient to compile the localjunit module -->
<dependency>
- <groupId>commons-codec</groupId>
- <artifactId>commons-codec</artifactId>
+ <groupId>commons-codec</groupId>
+ <artifactId>commons-codec</artifactId>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
</dependency>
-
<dependency>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </dependency>
+
+ <dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
- </dependency>
+ </dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
- </dependency>
+ </dependency>
- <dependency>
+ <dependency>
<groupId>org.slf4j</groupId>
- <artifactId>slf4j-simple</artifactId>
- </dependency>
+ <artifactId>slf4j-simple</artifactId>
+ </dependency>
<!-- JTA (local: ArjunaJTA/jta and remote: ArjunaJTS/jtax) need JTA and JCA (for tx inflow) apis. -->
@@ -268,11 +272,11 @@
<artifactId>hornetq-core</artifactId>
</dependency>
- <dependency>
- <groupId>org.jboss.netty</groupId>
- <artifactId>netty</artifactId>
- <!--<version>3.2.0.Final</version>-->
- </dependency>
+ <dependency>
+ <groupId>org.jboss.netty</groupId>
+ <artifactId>netty</artifactId>
+ <!--<version>3.2.0.Final</version>-->
+ </dependency>
<!-- installation as a service requires the wrapper, but is an optional deployment model -->
<dependency>
@@ -296,7 +300,7 @@
<dependency>
<groupId>jfree</groupId>
<artifactId>jfreechart</artifactId>
- <version>1.0.2</version>
+ <version>1.0.2</version>
</dependency>
<dependency>
@@ -313,7 +317,7 @@
</dependency>
<dependency>
- <groupId>org.jboss.integration</groupId>
+ <groupId>org.jboss.integration</groupId>
<artifactId>jboss-transaction-spi</artifactId>
</dependency>
@@ -322,11 +326,6 @@
<artifactId>jboss-corba-ots-spi</artifactId>
</dependency>
- <dependency>
- <groupId>org.jboss.security</groupId>
- <artifactId>jbosssx</artifactId>
- </dependency>
-
<!-- qa test suite - JBossAS integration code -->
<dependency>
<groupId>org.jboss.jbossas</groupId>
@@ -360,16 +359,16 @@
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
</dependency>
-<!--
- <dependency>
- <groupId>com.sun.xml.bind</groupId>
- <artifactId>jaxb-api</artifactId>
- </dependency>
--->
+ <!--
+ <dependency>
+ <groupId>com.sun.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ </dependency>
+ -->
<!--<dependency>-->
- <!--<groupId>org.jboss.logging</groupId>-->
- <!--<artifactId>jboss-logging-spi</artifactId>-->
- <!--<version>2.2.0.CR1</version>-->
+ <!--<groupId>org.jboss.logging</groupId>-->
+ <!--<artifactId>jboss-logging-spi</artifactId>-->
+ <!--<version>2.2.0.CR1</version>-->
<!--</dependency>-->
<dependency>
@@ -379,6 +378,12 @@
</dependency>
<dependency>
+ <groupId>org.jboss.logging</groupId>
+ <artifactId>jboss-logging-tools</artifactId>
+ <version>1.0.0.Beta1</version>
+ </dependency>
+
+ <dependency>
<groupId>stax</groupId>
<artifactId>stax-api</artifactId>
</dependency>
@@ -392,18 +397,18 @@
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-common</artifactId>
</dependency>
-<!--
- <dependency>
- <groupId>javax.xml.ws</groupId>
- <artifactId>jaxws-api</artifactId>
- </dependency>
--->
+ <!--
+ <dependency>
+ <groupId>javax.xml.ws</groupId>
+ <artifactId>jaxws-api</artifactId>
+ </dependency>
+ -->
<!-- txbridge demo -->
<dependency>
<groupId>org.hibernate.javax.persistence</groupId>
<artifactId>hibernate-jpa-2.0-api</artifactId>
</dependency>
-
+
</dependencies>
</project>
More information about the jboss-svn-commits
mailing list