mirror of
https://github.com/keycloak/keycloak.git
synced 2026-02-09 08:49:03 -06:00
fix: removing quarkus-devtools-common transitive dependencies (#38666)
closes: #38665 Signed-off-by: Steve Hawkins <shawkins@redhat.com>
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user