Skip to content

Commit

Permalink
Xmlsec 4.0.0 (#421)
Browse files Browse the repository at this point in the history
- webservices-extra-xmlsec is not required any more
- slf4j is not mandatory any more

Signed-off-by: David Matějček <[email protected]>
  • Loading branch information
dmatej authored Oct 20, 2023
1 parent 1efe7d1 commit 00c08fd
Show file tree
Hide file tree
Showing 19 changed files with 503 additions and 693 deletions.
20 changes: 1 addition & 19 deletions wsit/boms/bom-ext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,9 @@
<cdi-api.version>4.0.1</cdi-api.version>
<inject-api.version>2.0.1</inject-api.version>
<el-api.version>5.0.1</el-api.version>

<!-- CQ: #24092 -->
<santuario.version>3.0.2</santuario.version>
<!-- CQ: #22187 -->
<slf4j-api.version>1.7.36</slf4j-api.version>
<!-- CQ: #22186 -->
<santuario.version>4.0.0</santuario.version>
<commons-codec.version>1.16.0</commons-codec.version>

<!-- CQ: #18393 -->
<stax-utils.version>20070216</stax-utils.version>

<hk2.version>3.0.5</hk2.version>
Expand Down Expand Up @@ -120,24 +114,12 @@
<groupId>org.apache.santuario</groupId>
<artifactId>xmlsec</artifactId>
<version>${santuario.version}</version>
<exclusions>
<!-- depends on jaxb2 which we are repackaging with other deps -->
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>${commons-codec.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${slf4j-api.version}</version>
</dependency>

<dependency>
<groupId>org.glassfish.grizzly</groupId>
Expand Down
5 changes: 0 additions & 5 deletions wsit/boms/bom-gf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@
<artifactId>webservices-extra</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>webservices-extra-xmlsec</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>webservices-rt</artifactId>
Expand Down
5 changes: 0 additions & 5 deletions wsit/bundles/metro-standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -157,11 +157,6 @@
<artifactId>webservices-extra</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>webservices-extra-xmlsec</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>webservices-rt</artifactId>
Expand Down
1 change: 0 additions & 1 deletion wsit/bundles/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
<module>webservices-rt</module>
<module>webservices-tools</module>
<module>webservices-extra</module>
<module>webservices-extra-xmlsec</module>
<module>webservices-api-osgi</module>
<module>webservices-osgi</module>
<module>webservices-extra-jdk-packages</module>
Expand Down
138 changes: 0 additions & 138 deletions wsit/bundles/webservices-extra-xmlsec/pom.xml

This file was deleted.

2 changes: 1 addition & 1 deletion wsit/bundles/webservices-extra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<name>Metro Web Services Extra Runtime non-OSGi Bundle</name>
<description>
This module contains the compilation of all additional classes required
for running Metro outside JavaEE container
for running Metro outside Jakarta EE container
</description>

<build>
Expand Down
7 changes: 0 additions & 7 deletions wsit/bundles/webservices-osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@
org.glassfish.pfl.tf.timer.spi;resolution:=optional,
org.glassfish.webservice;resolution:=optional,
org.glassfish.webservice.monitoring;resolution:=optional,
org.slf4j.impl;resolution:=optional,
sun.misc;resolution:=optional,
sun.security.util;resolution:=optional,
sun.security.x509;resolution:=optional,
Expand Down Expand Up @@ -367,12 +366,6 @@
<artifactId>xmlsec</artifactId>
</dependency>

<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>webservices-extra-xmlsec</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>org.glassfish.ha</groupId>
<artifactId>ha-api</artifactId>
Expand Down
5 changes: 0 additions & 5 deletions wsit/bundles/webservices-rt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -177,11 +177,6 @@
<groupId>org.apache.santuario</groupId>
<artifactId>xmlsec</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>webservices-extra-xmlsec</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>com.fasterxml.woodstox</groupId>
Expand Down
7 changes: 0 additions & 7 deletions wsit/bundles/wsit-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -266,13 +266,6 @@
<artifactId>xmlsec</artifactId>
</dependency>

<!-- santuario requires old "javax" jaxb runtime -->
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>webservices-extra-xmlsec</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>org.glassfish.grizzly</groupId>
<artifactId>grizzly-framework</artifactId>
Expand Down
1 change: 0 additions & 1 deletion wsit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,6 @@
<exclude>org/ietf/**</exclude>
<exclude>org/jcp/**</exclude>
<exclude>org/kohsuke/**</exclude>
<exclude>org/slf4j/**</exclude>
<exclude>com/sun/xml/ws/test/**</exclude>
<!-- -tests -->
<exclude>wspolicy/**</exclude>
Expand Down
5 changes: 0 additions & 5 deletions wsit/ws-sx/wssx-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,6 @@
<groupId>org.apache.santuario</groupId>
<artifactId>xmlsec</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>webservices-extra-xmlsec</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>

</project>
7 changes: 0 additions & 7 deletions wsit/ws-sx/wssx-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -164,13 +164,6 @@
<artifactId>xmlsec</artifactId>
</dependency>

<!-- santuario requires old "javax" jaxb runtime -->
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>webservices-extra-xmlsec</artifactId>
<version>${project.version}</version>
</dependency>

<!-- Test scope -->
<dependency>
<groupId>junit</groupId>
Expand Down
Loading

0 comments on commit 00c08fd

Please sign in to comment.