Skip to content

Commit

Permalink
Merge pull request #164 from stuartwdouglas/xnio-version
Browse files Browse the repository at this point in the history
Fixes #161 align XNIO versions
  • Loading branch information
stuartwdouglas committed Nov 30, 2018
2 parents 86d144f + 79fb45a commit a240a94
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions undertow/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@
<groupId>org.jboss.xnio</groupId>
<artifactId>xnio-nio</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.xnio</groupId>
<artifactId>xnio-api</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.shamrock</groupId>
<artifactId>shamrock-core-runtime</artifactId>
Expand Down

0 comments on commit a240a94

Please sign in to comment.