Skip to content

Commit

Permalink
[JBWS-4034] upgraded woodstox to 5.0.2. Fix related to JBEAP-6848
Browse files Browse the repository at this point in the history
  • Loading branch information
rsearls authored and asoldano committed Nov 22, 2016
1 parent 45aeb7e commit b153e25
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions modules/client/pom.xml
Expand Up @@ -166,8 +166,8 @@
<artifactId>xmlsec</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.woodstox</groupId>
<artifactId>woodstox-core-asl</artifactId>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
</dependency>
<dependency>
<groupId>asm</groupId>
Expand Down
4 changes: 2 additions & 2 deletions modules/server/pom.xml
Expand Up @@ -163,8 +163,8 @@
<artifactId>xmlsec</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.woodstox</groupId>
<artifactId>woodstox-core-asl</artifactId>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
</dependency>
<dependency>
<groupId>asm</groupId>
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Expand Up @@ -107,7 +107,7 @@
<xerces.version>2.9.1</xerces.version>
<xmlsec.version>2.0.7</xmlsec.version>
<wss4j.version>2.1.7</wss4j.version>
<wstx.version>4.4.1</wstx.version>
<wstx.version>5.0.3</wstx.version>
<shrinkwrap.version>1.1.3</shrinkwrap.version>
<derby.version>10.2.2.0</derby.version>
<arquillian.version>1.1.7.Final</arquillian.version>
Expand Down Expand Up @@ -994,8 +994,8 @@
<version>${wss4j.version}</version>
</dependency>
<dependency>
<groupId>org.codehaus.woodstox</groupId>
<artifactId>woodstox-core-asl</artifactId>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
<version>${wstx.version}</version>
</dependency>
<dependency>
Expand Down Expand Up @@ -1151,8 +1151,8 @@
<version>${neethi.version}</version>
<exclusions>
<exclusion>
<groupId>org.codehaus.woodstox</groupId>
<artifactId>woodstox-core-asl</artifactId>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
</exclusion>
</exclusions>
</dependency>
Expand Down

0 comments on commit b153e25

Please sign in to comment.