jamesnetherton commented on code in PR #5000:
URL: https://github.com/apache/camel-quarkus/pull/5000#discussion_r1235063737
##########
integration-tests/jira/pom.xml:
##########
@@ -94,6 +94,16 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
+ <configuration>
+ <!-- Theses classpath configurations must be
removed when https://ecosystem.atlassian.net/browse/JRJC-262 gets resolved-->
+ <additionalClasspathElements>
+
<additionalClasspathElement>${project.build.directory}/camel-quarkus-integration-test-jira-${project.version}-native-image-source-jar/lib/modified-com.atlassian.jira.jira-rest-java-client-core-5.2.4.jar</additionalClasspathElement>
Review Comment:
This will fail on `camel-main` as the client has been upgraded in Camel to
5.2.5.
Can you add a version property for this into the project root pom.xml. E.g
```
<jira-rest-client.version>${jira-rest-client-api-version}</jira-rest-client.version>
```
--
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]