Skip to content

Commit

Permalink
Workaround quarkusio#36952 alias jboss/jboss-parent-pom#236 jboss-par…
Browse files Browse the repository at this point in the history
…ent:40 still manages jdk-misc, but does not define version.jdk-misc anymore
  • Loading branch information
ppalaga authored and phillip-kruger committed Nov 13, 2023
1 parent 4ff90d0 commit 0558ff1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3291,7 +3291,7 @@
<artifactId>importmap</artifactId>
<version>${importmap.version}</version>
</dependency>

<!-- Additional dependencies, keep in alphabetical order -->
<dependency>
<groupId>biz.paluch.logging</groupId>
Expand Down Expand Up @@ -6343,6 +6343,12 @@
<excludeScopes>test</excludeScopes>
<excludeArtifactKeys>
<key>junit:junit</key> <!-- comes from the jackson-bom -->

<!-- jboss-parent:40 still manages jdk-misc, but does not define version.jdk-misc anymore. -->
<!-- We can just remove it because is not needed anyway. -->
<!-- The exclusion can be removed once all imported BOMs depend on jboss-parent:41+ -->
<!-- See also https://github.com/jboss/jboss-parent-pom/issues/236 -->
<key>org.jboss:jdk-misc</key>
</excludeArtifactKeys>
</configuration>
</execution>
Expand Down

0 comments on commit 0558ff1

Please sign in to comment.