Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
Integrate Metro 2.4.2 (#22586)
Browse files Browse the repository at this point in the history
* integrate metro 2.4.2

Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
  • Loading branch information
lukasj authored and vinayvishal committed Oct 3, 2018
1 parent 0f95c74 commit b2b99af
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions appserver/extras/embedded/all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1693,8 +1693,8 @@
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.codehaus.woodstox</groupId>
<artifactId>woodstox-core-asl</artifactId>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
<optional>true</optional>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1479,8 +1479,8 @@
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.codehaus.woodstox</groupId>
<artifactId>woodstox-core-asl</artifactId>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
<optional>true</optional>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions appserver/featuresets/glassfish/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -502,8 +502,8 @@
</exclusions>
</dependency>
<dependency>
<groupId>org.codehaus.woodstox</groupId>
<artifactId>woodstox-core-asl</artifactId>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
<exclusions>
<exclusion>
<groupId>*</groupId>
Expand Down
12 changes: 6 additions & 6 deletions appserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,10 @@
<javaee.version>${javaee.major_version}.${minor_version}${javaee.version_qualifier}</javaee.version>

<jsftemplating.version>2.1.3</jsftemplating.version>
<webservices.version>2.4.1</webservices.version>
<woodstox.version>4.4.1</woodstox.version>
<jaxb.version>2.3.0.1</jaxb.version>
<stax2-api.version>3.1.4</stax2-api.version>
<webservices.version>2.4.2</webservices.version>
<woodstox.version>5.1.0</woodstox.version>
<jaxb.version>2.3.1</jaxb.version>
<stax2-api.version>4.1</stax2-api.version>
<javax.xml.registry-api.version>1.0.8</javax.xml.registry-api.version>
<eclipselink.version>2.7.0</eclipselink.version>
<javax-persistence-api.version>2.2.0</javax-persistence-api.version>
Expand Down Expand Up @@ -646,8 +646,8 @@
<version>${eclipselink.version}</version>
</dependency>
<dependency>
<groupId>org.codehaus.woodstox</groupId>
<artifactId>woodstox-core-asl</artifactId>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
<version>${woodstox.version}</version>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions nucleus/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,10 @@
<jersey.version>2.26</jersey.version>
<jackson.version>2.9.4</jackson.version>
<jettison.version>1.3.7</jettison.version>
<jaxb-api.version>2.3.0</jaxb-api.version>
<jaxb-api.version>2.3.1</jaxb-api.version>
<jax-rs-api.spec.version>2.1</jax-rs-api.spec.version>
<jax-rs-api.impl.version>2.1</jax-rs-api.impl.version>
<mimepull.version>1.9.7</mimepull.version>
<mimepull.version>1.9.10</mimepull.version>
<glassfish-management-api.version>3.2.1-b003</glassfish-management-api.version>
<asm.version>6.0_ALPHA</asm.version>
<shoal.version>1.6.52</shoal.version>
Expand Down

0 comments on commit b2b99af

Please sign in to comment.