This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/master by this push:
new 1229ce2905 Upgrading Swagger Core
1229ce2905 is described below
commit 1229ce2905bf8071e928d4a68f5c2a6356273f51
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Wed Aug 28 13:53:22 2024 +0200
Upgrading Swagger Core
---
fit/build-tools/pom.xml | 37 -------------------------------------
1 file changed, 37 deletions(-)
diff --git a/fit/build-tools/pom.xml b/fit/build-tools/pom.xml
index 8b28e82e66..da12044ed7 100644
--- a/fit/build-tools/pom.xml
+++ b/fit/build-tools/pom.xml
@@ -34,9 +34,6 @@ under the License.
<packaging>war</packaging>
<properties>
- <jakarta.xml.version>3.0.1</jakarta.xml.version>
- <jaxb.version>3.0.2</jaxb.version>
-
<rootpom.basedir>${basedir}/../..</rootpom.basedir>
</properties>
@@ -77,40 +74,6 @@ under the License.
<artifactId>unboundid-ldapsdk</artifactId>
</dependency>
- <!-- Needed by CXF 4.0 to build the SOAP service -->
- <dependency>
- <groupId>jakarta.xml.ws</groupId>
- <artifactId>jakarta.xml.ws-api</artifactId>
- <version>${jakarta.xml.version}</version>
- </dependency>
- <dependency>
- <groupId>jakarta.xml.bind</groupId>
- <artifactId>jakarta.xml.bind-api</artifactId>
- <version>${jakarta.xml.version}</version>
- </dependency>
- <dependency>
- <groupId>org.glassfish.jaxb</groupId>
- <artifactId>jaxb-core</artifactId>
- <version>${jaxb.version}</version>
- <exclusions>
- <exclusion>
- <groupId>com.sun.activation</groupId>
- <artifactId>jakarta.activation</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>org.glassfish.jaxb</groupId>
- <artifactId>jaxb-runtime</artifactId>
- <version>${jaxb.version}</version>
- <exclusions>
- <exclusion>
- <groupId>com.sun.activation</groupId>
- <artifactId>jakarta.activation</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
-
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>