Skip to content

Commit

Permalink
FISH-7964 FISH-7239 Upgrade Metro, Santuario and Woodstox
Browse files Browse the repository at this point in the history
  • Loading branch information
kalinchan committed Nov 7, 2023
1 parent 4b0a9cf commit e9556f8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 17 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>
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 e9556f8

Please sign in to comment.