Skip to content

Commit

Permalink
Update WF Swarm version and remove Shrinkwrap lib
Browse files Browse the repository at this point in the history
  • Loading branch information
kenfinnigan committed Feb 13, 2017
1 parent 43c22a8 commit 5153fbb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
Binary file not shown.
11 changes: 0 additions & 11 deletions microservice-session/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,16 +156,6 @@
</profiles>

<dependencies>

<!--<dependency>-->
<!--&lt;!&ndash;TODO - Remove/update when released - Resolves Windows file locking issues during build&ndash;&gt;-->
<!--<groupId>org.jboss.shrinkwrap</groupId>-->
<!--<artifactId>shrinkwrap-api</artifactId>-->
<!--<version>1.2.7-SNAPSHOT</version>-->
<!--<scope>system</scope>-->
<!--<systemPath>${project.basedir}/lib/shrinkwrap-api-1.2.7-SNAPSHOT.jar</systemPath>-->
<!--</dependency>-->

<dependency>
<groupId>javax</groupId>
<artifactId>javaee-api</artifactId>
Expand All @@ -188,7 +178,6 @@
<dependency>
<groupId>org.wildfly.swarm</groupId>
<artifactId>microprofile</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
<version.jackson>2.8.2</version.jackson>

<!-- App servers -->
<version.wildfly-swarm>2016.10.0</version.wildfly-swarm>
<version.wildfly-swarm>2017.2.0</version.wildfly-swarm>
<version.payara>4.1.1.163</version.payara>
<version.tomee>7.0.1</version.tomee>
<version.wildfly>10.0.0.Final</version.wildfly>
Expand Down

0 comments on commit 5153fbb

Please sign in to comment.