Skip to content

Commit

Permalink
Merge pull request #6473 from kalinchan/FISH-7964
Browse files Browse the repository at this point in the history
FISH-7964 FISH-7239 FISH-7222 Upgrade Metro, Santuario and Woodstox
  • Loading branch information
kalinchan authored Nov 9, 2023
2 parents 770422c + 8786177 commit 39b69be
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 19 deletions.
5 changes: 0 additions & 5 deletions api/payara-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -415,11 +415,6 @@
<artifactId>xmlsec</artifactId>
<version>${org.apache.santuario.version}</version>
</dependency>
<dependency>
<groupId>org.glassfish.metro</groupId>
<artifactId>webservices-extra-xmlsec</artifactId>
<version>${webservices.version}</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-extra-osgi</artifactId>
Expand Down
4 changes: 0 additions & 4 deletions appserver/appclient/client/acc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -258,10 +258,6 @@
<groupId>org.apache.santuario</groupId>
<artifactId>xmlsec</artifactId>
</exclusion>
<exclusion>
<groupId>org.glassfish.metro</groupId>
<artifactId>webservices-extra-xmlsec</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down
5 changes: 0 additions & 5 deletions appserver/packager/external/metro-xmlsec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,5 @@
<artifactId>xmlsec</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.glassfish.metro</groupId>
<artifactId>webservices-extra-xmlsec</artifactId>
<optional>true</optional>
</dependency>
</dependencies>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Apache Ant 1.10.9
Apache BCEL 6.6.1
Apache Felix OSGI 7.x
Apache Log4j 1.2.12, 1.2.17
Apache Santuario 3.0.2
Apache Santuario 4.0.0
Classmate 1.5.1
Commons CLI 1.4
Commons Codec 1.15
Expand Down Expand Up @@ -60,7 +60,7 @@ SnakeYaml 1.33
SNMP4J 2.5.3
Tiger Types 1.4
Weld 5.0.1.Final
Woodstox Core 6.2.7
Woodstox Core 6.5.1
Xalan 2.7.2
XML APIs 1.3.04
XPP3 1.1.4c
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,9 @@
<mq.version>6.3.0.payara-p3</mq.version>
<com.ibm.jbatch.container.version>2.1.1</com.ibm.jbatch.container.version>
<com.ibm.jbatch.spi.version>2.1.1</com.ibm.jbatch.spi.version>
<webservices.version>4.0.1</webservices.version>
<org.apache.santuario.version>3.0.2</org.apache.santuario.version>
<woodstox.version>6.4.0</woodstox.version>
<webservices.version>4.0.3.payara-p1</webservices.version>
<org.apache.santuario.version>4.0.0</org.apache.santuario.version>
<woodstox.version>6.5.1</woodstox.version>
<woodstock-jsf.version>5.0.0</woodstock-jsf.version>
<woodstock-jsf-suntheme.version>5.0.0.payara-p1</woodstock-jsf-suntheme.version>
<angus.activation.version>1.0.0</angus.activation.version>
Expand Down

0 comments on commit 39b69be

Please sign in to comment.