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 committed Nov 8, 2023
1 parent 75cdefb commit 17522bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 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,7 @@
<excludeScopes>test</excludeScopes>
<excludeArtifactKeys>
<key>junit:junit</key> <!-- comes from the jackson-bom -->
<key>org.jboss:jdk-misc</key> <!-- Workaround for https://github.com/jboss/jboss-parent-pom/issues/236 -->
</excludeArtifactKeys>
</configuration>
</execution>
Expand Down

0 comments on commit 17522bb

Please sign in to comment.