-
Notifications
You must be signed in to change notification settings - Fork 61
Closed
Description
It looks like 13f87e5#diff-9c5fb3d1b7e3b0f54bc5c4182965c4fe1f9023d449017cece3005d3f90e8e4d8L185 aimed at removing jdk-misc
but forgot to remove the managed dependency?
Lines 777 to 786 in d2da46c
<dependencyManagement> | |
<dependencies> | |
<dependency> | |
<groupId>org.jboss</groupId> | |
<artifactId>jdk-misc</artifactId> | |
<version>${version.jdk-misc}</version> | |
<scope>provided</scope> | |
</dependency> | |
</dependencies> | |
</dependencyManagement> |
The current state breaks our BOM flattener in Quarkus CXF and Camel Quarkus, because the version.jdk-misc
property is not defined anymore.
I assume the proper fix would be to remove the manage dependency too?
dmlloyd
Metadata
Metadata
Assignees
Labels
No labels