This is an automated email from the ASF dual-hosted git repository.

olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva-redback-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 0bbafdf7 do not use jakarta package
0bbafdf7 is described below

commit 0bbafdf71e6a2ba8328e3f2c0e63fb66c015e528
Author: Olivier Lamy <[email protected]>
AuthorDate: Mon Jun 6 07:27:06 2022 +1000

    do not use jakarta package
    
    Signed-off-by: Olivier Lamy <[email protected]>
---
 pom.xml                                                         | 2 +-
 redback-integrations/redback-rest/redback-rest-services/pom.xml | 4 ----
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 87684f04..26f6dc58 100644
--- a/pom.xml
+++ b/pom.xml
@@ -105,7 +105,7 @@
     <jakarta.servlet.version>4.0.4</jakarta.servlet.version>
     <jakarta.mail.version>1.6.5</jakarta.mail.version>
     <jakarta.persistence.version>2.2.3</jakarta.persistence.version>
-    <jakarta.xml.bind.version>3.0.0</jakarta.xml.bind.version>
+    <jakarta.xml.bind.version>2.3.3</jakarta.xml.bind.version>
     <jakarta.inject.version>1.0</jakarta.inject.version>
     <jakarta.annotation.version>1.3.5</jakarta.annotation.version>
     <jakarta.transaction.version>1.3.3</jakarta.transaction.version>
diff --git a/redback-integrations/redback-rest/redback-rest-services/pom.xml 
b/redback-integrations/redback-rest/redback-rest-services/pom.xml
index 6e649790..1b76b4ad 100644
--- a/redback-integrations/redback-rest/redback-rest-services/pom.xml
+++ b/redback-integrations/redback-rest/redback-rest-services/pom.xml
@@ -134,10 +134,6 @@
       <groupId>jakarta.transaction</groupId>
       <artifactId>jakarta.transaction-api</artifactId>
     </dependency>
-    <dependency>
-      <groupId>jakarta.xml.bind</groupId>
-      <artifactId>jakarta.xml.bind-api</artifactId>
-    </dependency>
     <dependency>
       <groupId>jakarta.inject</groupId>
       <artifactId>jakarta.inject-api</artifactId>

Reply via email to