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

bpatel pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ranger.git


The following commit(s) were added to refs/heads/master by this push:
     new 23bb60dc4 RANGER-3972:Upgrade jettison version to 1.5.2-miscellaneous
23bb60dc4 is described below

commit 23bb60dc4cea2d8c8e9abeccdcd1a64b7f309e36
Author: Patel <[email protected]>
AuthorDate: Thu Nov 24 11:49:13 2022 +0530

    RANGER-3972:Upgrade jettison version to 1.5.2-miscellaneous
---
 distro/src/main/assembly/kms.xml | 2 +-
 kms/pom.xml                      | 5 +++++
 ugsync/pom.xml                   | 5 +++++
 3 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/distro/src/main/assembly/kms.xml b/distro/src/main/assembly/kms.xml
index 0387dc6b5..4b4a2ac8e 100755
--- a/distro/src/main/assembly/kms.xml
+++ b/distro/src/main/assembly/kms.xml
@@ -74,7 +74,7 @@
                     <include>org.apache.httpcomponents:httpcore</include>
                     <include>javax.xml.bind:jaxb-api</include>
                     <include>com.sun.xml.bind:jaxb-impl</include>
-                    <include>org.codehaus.jettison:jettison</include>
+                    
<include>org.codehaus.jettison:jettison:jar:${jettison.version}</include>
                     <include>jline:jline</include>
                     <include>com.jcraft:jsch</include>
                     <include>com.google.code.findbugs:jsr305</include>
diff --git a/kms/pom.xml b/kms/pom.xml
index 65a5261d8..b6a2cf78e 100644
--- a/kms/pom.xml
+++ b/kms/pom.xml
@@ -521,6 +521,11 @@
             <artifactId>commons-codec</artifactId>
             <version>${commons.codec.version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.codehaus.jettison</groupId>
+            <artifactId>jettison</artifactId>
+            <version>${jettison.version}</version>
+        </dependency>
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-lang3</artifactId>
diff --git a/ugsync/pom.xml b/ugsync/pom.xml
index eb3695525..22918e554 100644
--- a/ugsync/pom.xml
+++ b/ugsync/pom.xml
@@ -111,6 +111,11 @@
             <artifactId>commons-codec</artifactId>
             <version>${commons.codec.version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.codehaus.jettison</groupId>
+            <artifactId>jettison</artifactId>
+            <version>${jettison.version}</version>
+        </dependency>
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>

Reply via email to