Skip to content

Commit

Permalink
JBTM-2222 Moved back to using the old GAV for TXF for our community u…
Browse files Browse the repository at this point in the history
…sers
  • Loading branch information
tomjenkinson committed May 1, 2015
1 parent b26c983 commit bf16aee
Show file tree
Hide file tree
Showing 4 changed files with 87 additions and 0 deletions.
11 changes: 11 additions & 0 deletions feature-pack/pom.xml
Expand Up @@ -662,6 +662,17 @@
</exclusions>
</dependency>

<dependency>
<groupId>org.jboss.narayana.txframework</groupId>
<artifactId>txframework</artifactId>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>org.jboss</groupId>
<artifactId>jboss-ejb-client</artifactId>
Expand Down
@@ -0,0 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--
~ JBoss, Home of Professional Open Source.
~ Copyright 2011, Red Hat, Inc., and individual contributors
~ as indicated by the @author tags. See the copyright.txt file in the
~ distribution for a full listing of individual contributors.
~
~ This is free software; you can redistribute it and/or modify it
~ under the terms of the GNU Lesser General Public License as
~ published by the Free Software Foundation; either version 2.1 of
~ the License, or (at your option) any later version.
~
~ This software is distributed in the hope that it will be useful,
~ but WITHOUT ANY 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 along with this software; if not, write to the Free
~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->

<module xmlns="urn:jboss:module:1.3" name="org.jboss.narayana.txframework">

<resources>
<artifact name="${org.jboss.narayana.txframework:txframework}"/>
</resources>

<dependencies>
<module name="javax.ejb.api" />
<module name="org.jboss.jts" />
<module name="javax.xml.ws.api" />
<module name="org.jboss.weld.api" />
<module name="org.jboss.weld.core" />
<module name="javax.enterprise.api"/>
<module name="org.jboss.xts" />
<module name="javax.transaction.api" />
<module name="org.jboss.logging" />
<module name="org.jboss.resteasy.resteasy-jaxrs" />
<module name="javax.ws.rs.api" />
<module name="javax.servlet.api" />
<module name="javax.annotation.api" export="true" />
<module name="javax.interceptor.api" export="true" />
</dependencies>
</module>
Expand Up @@ -61,6 +61,7 @@
<module name="javax.transaction.api" />
<module name="org.jboss.logging" />
<module name="org.jboss.narayana.compensations" export="true" />
<module name="org.jboss.narayana.txframework" export="true" />
<module name="javax.annotation.api" export="true" />
<module name="javax.interceptor.api" export="true" />
<module name="org.jboss.weld.spi" />
Expand Down
28 changes: 28 additions & 0 deletions pom.xml
Expand Up @@ -1521,6 +1521,34 @@
</exclusions>
</dependency>

<dependency>
<groupId>org.jboss.narayana.txframework</groupId>
<artifactId>txframework</artifactId>
<version>${version.org.jboss.narayana}</version>
<exclusions>
<exclusion>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</exclusion>
<exclusion>
<groupId>org.jboss.narayana.rts</groupId>
<artifactId>restat-util</artifactId>
</exclusion>
<exclusion>
<groupId>org.jboss.arquillian.junit</groupId>
<artifactId>arquillian-junit-container</artifactId>
</exclusion>
<exclusion>
<groupId>org.hibernate.javax.persistence</groupId>
<artifactId>hibernate-jpa-2.0-api</artifactId>
</exclusion>
<exclusion>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-core</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-testsuite-shared</artifactId>
Expand Down

0 comments on commit bf16aee

Please sign in to comment.