zhfeng commented on code in PR #5000: URL: https://github.com/apache/camel-quarkus/pull/5000#discussion_r1235072448
########## 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: Good point - I will add it! -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org