Details
-
Task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.20.0
-
None
-
Novice
Description
Camel BOM and camel-hl7 lack the optional dependency to hapi-structures-v251 while }
hapi-structures-v25 and hapi-structures-v24 are present.
So if a maven project use dependency management like:
<dependencyManagement> <dependencies> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-parent</artifactId> <version>${camel.version}</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement>
is not able to do:
<dependency> <groupId>ca.uhn.hapi</groupId> <artifactId>hapi-structures-v251</artifactId> </dependency>
but need to specify the right version defeating the purpose of using a BOM.
Attachments
Issue Links
- relates to
-
CAMEL-11966 camel-parent - Cleanup and it is not a BOM!
- Resolved
- links to