claudemamo commented on code in PR #13024:
URL: https://github.com/apache/camel/pull/13024#discussion_r1479898097


##########
components/camel-dhis2/pom.xml:
##########
@@ -59,6 +59,12 @@
             <version>${dhis2-java-sdk.version}</version>
             <classifier>v40.2.2</classifier>
         </dependency>
+        <dependency>
+            <groupId>org.hisp.dhis.integration.sdk</groupId>
+            <artifactId>jackson-resource-model</artifactId>
+            <version>${dhis2-java-sdk.version}</version>
+            <classifier>v2.39.1</classifier>

Review Comment:
   You mean the classifier? We won't likely change the classifier but add more 
dependencies like this in the POM with different classifiers. For example, when 
DHIS2 v41 comes out, we'll declare another dependency like the one above:
   
   ```xml
   <groupId>org.hisp.dhis.integration.sdk</groupId>
   <artifactId>jackson-resource-model</artifactId>
   <version>${dhis2-java-sdk.version}</version>
   <classifier>v41</classifier>
   ```
   
   But the `v2.39.1` dependency will remain to avoid breaking any apps.



-- 
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