Skip to content

Commit

Permalink
ISPN-5182 Run tests against the EE 7 APIs so that we pick up JTA 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tristantarrant authored and pruivo committed Jan 27, 2015
1 parent 0a48cb3 commit aa7905f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cdi/pom.xml
Expand Up @@ -115,7 +115,7 @@
</dependency>
<dependency>
<groupId>org.jboss.spec</groupId>
<artifactId>jboss-javaee-6.0</artifactId>
<artifactId>jboss-javaee-7.0</artifactId>
<type>pom</type>
<scope>test</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions integrationtests/cdi-jcache-it/pom.xml
Expand Up @@ -93,7 +93,7 @@
</dependency>
<dependency>
<groupId>org.jboss.spec</groupId>
<artifactId>jboss-javaee-6.0</artifactId>
<artifactId>jboss-javaee-7.0</artifactId>
<type>pom</type>
<scope>test</scope>
</dependency>
Expand All @@ -111,4 +111,4 @@
</profile>
</profiles>

</project>
</project>
2 changes: 1 addition & 1 deletion jcache/pom.xml
Expand Up @@ -174,7 +174,7 @@
</dependency>
<dependency>
<groupId>org.jboss.spec</groupId>
<artifactId>jboss-javaee-6.0</artifactId>
<artifactId>jboss-javaee-7.0</artifactId>
<type>pom</type>
<scope>test</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions parent/pom.xml
Expand Up @@ -136,7 +136,7 @@
<version.jboss.logmanager>1.3.1.Final</version.jboss.logmanager>
<version.jboss.remotingjmx>2.0.0.Final</version.jboss.remotingjmx>
<version.jboss.sasl>1.0.4.Final</version.jboss.sasl>
<version.jboss.spec>1.0.0.Final</version.jboss.spec>
<version.jboss.spec>1.0.2.Final</version.jboss.spec>
<version.jboss.jboss-transaction-spi>7.1.0.Final</version.jboss.jboss-transaction-spi>
<version.jboss.xnio>3.2.2.Final</version.jboss.xnio>
<version.jcipannotations>1.0</version.jcipannotations>
Expand Down Expand Up @@ -568,7 +568,7 @@
</dependency>
<dependency>
<groupId>org.jboss.spec</groupId>
<artifactId>jboss-javaee-6.0</artifactId>
<artifactId>jboss-javaee-7.0</artifactId>
<version>${version.jboss.spec}</version>
<type>pom</type>
<scope>test</scope>
Expand Down

0 comments on commit aa7905f

Please sign in to comment.