fix: removing quarkus-devtools-common transitive dependencies (#38666)

closes: #38665

Signed-off-by: Steve Hawkins <shawkins@redhat.com>
This commit is contained in:
Steven Hawkins
2025-04-08 14:03:50 -04:00
committed by GitHub
parent 83001e4024
commit 00104461bf

View File

@@ -44,7 +44,6 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-reactive-routes-deployment</artifactId>
<exclusions>
<!-- Can be removed as part of the https://github.com/keycloak/keycloak/issues/22455 enhancement -->
<exclusion>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-vertx-http-dev-ui-resources</artifactId>
@@ -53,6 +52,30 @@
<groupId>io.mvnpm</groupId>
<artifactId>importmap</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.maven</groupId>
<artifactId>maven-embedder</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
</exclusion>
<exclusion>
<groupId>io.fabric8</groupId>
<artifactId>maven-model-helper</artifactId>
</exclusion>
<exclusion>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-bootstrap-maven-resolver</artifactId>
</exclusion>
<exclusion>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-devtools-codestarts</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>