Skip to content

Commit

Permalink
Explicitly export dependency to netty towards jbossws testsuite to be…
Browse files Browse the repository at this point in the history
… sure Artemis client ends up using the same version that's in the container
  • Loading branch information
asoldano committed Nov 22, 2016
1 parent d4db74e commit a6e4e5a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions webservices/tests-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@
<groupId>org.glassfish</groupId>
<artifactId>javax.json</artifactId>
</dependency>
<dependency> <!-- Required for activemq compatibility -->
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.xnio</groupId>
<artifactId>xnio-api</artifactId>
Expand Down

0 comments on commit a6e4e5a

Please sign in to comment.