Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Upgrade to WildFly 9.0.0.CR1 for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
seanf committed May 5, 2015
1 parent 9352f3b commit bda401f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
24 changes: 12 additions & 12 deletions pom.xml
Expand Up @@ -285,13 +285,13 @@
<dependency>
<groupId>org.jboss.xnio</groupId>
<artifactId>xnio-api</artifactId>
<version>3.2.3.Final</version>
<version>3.3.0.Final</version>
</dependency>

<dependency>
<groupId>org.jboss.xnio</groupId>
<artifactId>xnio-nio</artifactId>
<version>3.2.3.Final</version>
<version>3.3.0.Final</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -1202,10 +1202,10 @@
</activation>
<properties>
<cargo.container>wildfly8x</cargo.container>
<wildfly.client.version>8.1.0.Final</wildfly.client.version>
<wildfly.client.version>8.2.0.Final</wildfly.client.version>
<!-- used in the wildfly8 profile in zanata-war -->
<!-- This is the server version -->
<wildfly.version>8.1.0.Final</wildfly.version>
<wildfly.version>9.0.0.CR1</wildfly.version>
<!-- In case this profile was activated by default: -->
<appserver>wildfly8</appserver>
<cargo.installation>http://download.jboss.org/wildfly/${wildfly.version}/wildfly-${wildfly.version}.zip</cargo.installation>
Expand Down Expand Up @@ -1269,7 +1269,7 @@
<dependency>
<groupId>org.jboss</groupId>
<artifactId>jandex</artifactId>
<version>1.1.0.Final</version>
<version>1.2.1.Final</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -1308,22 +1308,22 @@
<version>1.2.1.Final</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.marshalling</groupId>
<artifactId>jboss-marshalling</artifactId>
<version>1.4.6.Final</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.logmanager</groupId>
<artifactId>jboss-logmanager</artifactId>
<version>1.5.2.Final</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.marshalling</groupId>
<artifactId>jboss-marshalling</artifactId>
<version>1.4.9.Final</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.marshalling</groupId>
<artifactId>jboss-marshalling-river</artifactId>
<version>1.4.6.Final</version>
<version>1.4.9.Final</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
5 changes: 3 additions & 2 deletions zanata-war/pom.xml
Expand Up @@ -1205,6 +1205,7 @@
</build>
<dependencies>
<dependency>
<!-- This might be org.wildfly.arquillian in future: -->
<groupId>org.wildfly</groupId>
<artifactId>wildfly-arquillian-container-managed</artifactId>
<version>${wildfly.client.version}</version>
Expand Down Expand Up @@ -1547,14 +1548,14 @@
<dependency>
<groupId>io.undertow</groupId>
<artifactId>undertow-core</artifactId>
<version>1.0.15.Final</version>
<version>1.1.0.Final</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>io.undertow</groupId>
<artifactId>undertow-servlet</artifactId>
<version>1.0.15.Final</version>
<version>1.1.0.Final</version>
<scope>provided</scope>
<exclusions>
<exclusion>
Expand Down

0 comments on commit bda401f

Please sign in to comment.