Skip to content

Commit

Permalink
Fix dependencies required by JBossWS testsuite due to recent wfly upd…
Browse files Browse the repository at this point in the history
…ates (in particular Remoting 5 one)
  • Loading branch information
asoldano committed Nov 21, 2016
1 parent 6d118ad commit 73048fc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions webservices/tests-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,10 @@
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-commons</artifactId>
</dependency>
<dependency> <!-- Required by activemq... -->
<groupId>org.glassfish</groupId>
<artifactId>javax.json</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.xnio</groupId>
<artifactId>xnio-api</artifactId>
Expand All @@ -139,6 +143,14 @@
<groupId>org.jboss.xnio</groupId>
<artifactId>xnio-nio</artifactId>
</dependency>
<dependency>
<groupId>org.wildfly.client</groupId>
<artifactId>wildfly-client-config</artifactId>
</dependency>
<dependency>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-naming-client</artifactId>
</dependency>
</dependencies>

</project>

0 comments on commit 73048fc

Please sign in to comment.