summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/cdi/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/cdi/pom.xml b/test/cdi/pom.xml
index cfd8f15c90..2a9ae94956 100644
--- a/test/cdi/pom.xml
+++ b/test/cdi/pom.xml
@@ -12,6 +12,7 @@
<properties>
<jetty.skip>true</jetty.skip>
+ <wildfly.version>12.0.0.Final</wildfly.version>
</properties>
<dependencies>
@@ -38,7 +39,7 @@
<plugin>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-maven-plugin</artifactId>
- <version>1.2.0.Final</version>
+ <version>1.2.2.Final</version>
<executions>
<execution>
<id>start-wildfly</id>