jamesnetherton opened a new issue, #5493:
URL: https://github.com/apache/camel-quarkus/issues/5493
### Bug description
Observed on the latest `quarkus-main` nightly build and when attempting to
upgrade to Quarkus 3.5.1.
```
[ERROR] Failed to execute goal org.l2x6.cq:cq-maven-plugin:4.3.0:flatten-bom
(flatten-bom) on project camel-quarkus-bom: Execution flatten-bom of goal
org.l2x6.cq:cq-maven-plugin:4.3.0:flatten-bom failed: Additional BOM
io.quarkus:quarkus-bom:3.5.1 contains unresolved versions:
[ERROR] - org.jboss:jdk-misc:${version.jdk-misc}
```
`jdk-misc` seems to have been added to `quarkus-bom` with an unresolvable
version property:
```
<dependency>
<groupId>org.jboss</groupId>
<artifactId>jdk-misc</artifactId>
<version>${version.jdk-misc}</version>
<scope>provided</scope>
</dependency>
```
I opened a discussion about it on Quarkus Zulip:
https://quarkusio.zulipchat.com/#narrow/stream/187038-dev/topic/jdk-misc.20in.20quarkus-bom
@ppalaga is there any way to work around 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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]