You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "swamirishi (via GitHub)" <gi...@apache.org> on 2023/03/30 21:51:26 UTC

[GitHub] [ozone] swamirishi commented on a diff in pull request #4497: HDDS-8320. Remove exclusion of jackson from ranger-intg

swamirishi commented on code in PR #4497:
URL: https://github.com/apache/ozone/pull/4497#discussion_r1153821833


##########
hadoop-ozone/ozone-manager/pom.xml:
##########
@@ -157,6 +157,13 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
       <artifactId>jersey-client</artifactId>
     </dependency>
 
+    <!-- Overriding ranger-intg jackson version -->
+    <dependency>
+      <groupId>org.codehaus.jackson</groupId>
+      <artifactId>jackson-core-asl</artifactId>
+      <version>${jackson1.version}</version>
+    </dependency>

Review Comment:
   jaxrs doesn't have the internal build version. Ozone depends on specific internal build jackson-core-asl & jackson-mapper-asl. In order to fix this we need to exclude jackson-core-asl & jackson-mapper-asl from jackson-jaxrs & include the specified version to fix the conflict.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org