We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41106b7 commit 4ac23a3Copy full SHA for 4ac23a3
pom.xml
@@ -547,6 +547,9 @@
547
</profile>
548
<profile>
549
<id>wildfly-remote-arquillian</id>
550
+ <activation>
551
+ <activeByDefault>true</activeByDefault>
552
+ </activation>
553
<dependencies>
554
<dependency>
555
<groupId>io.undertow</groupId>
@@ -688,9 +691,6 @@
688
691
689
692
690
693
<id>glassfish-remote-arquillian</id>
- <activation>
- <activeByDefault>true</activeByDefault>
- </activation>
694
695
696
<groupId>org.glassfish</groupId>
0 commit comments