-
Bug
-
Resolution: Done
-
Major
-
None
This affects camel 3.23.
The camel-parent pom contains a reference to the following dependency:
<!-- Optional Jira --> <dependency> <groupId>com.atlassian.jira</groupId> <artifactId>jira-rest-java-client</artifactId> <version>${jira-rest-client-version}</version> </dependency>
However, the jira-rest-client-version property is not defined anywhere, but there is a jira-rest-client-api-version api defined instead.
This impacts the automatic creation of offline repository manifests for customers wishing to use camel in air-gapped systems.