0x6A75626172 commented on code in PR #26673:
URL: https://github.com/apache/camel/pull/26673#discussion_r4061685606


##########
components/camel-jolt/pom.xml:
##########
@@ -51,13 +51,13 @@
         </dependency>
 
         <dependency>
-            <groupId>com.bazaarvoice.jolt</groupId>
-            <artifactId>jolt-core</artifactId>
+            <groupId>io.github.jolt-community.jolt</groupId>
+            <artifactId>jolt-community-core</artifactId>
             <version>${jolt-version}</version>
         </dependency>
         <dependency>
-            <groupId>com.bazaarvoice.jolt</groupId>
-            <artifactId>json-utils</artifactId>
+            <groupId>io.github.jolt-community.jolt</groupId>
+            <artifactId>json-community-utils</artifactId>

Review Comment:
   I switched the direct dependencies to Jackson 3 using the BOM like in the 
other Jackson 3 components.
   I not really sure if `jackson-core` is needed or just `jackson-databind` is 
sufficient.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to