Remove not needed Quarkus dependencies related to Dev UI services (#34309)
Closes #34308 Signed-off-by: Václav Muzikář <vmuzikar@redhat.com>
This commit is contained in:
parent
7e470e81f8
commit
abb7c414ab
1 changed files with 4 additions and 0 deletions
|
@ -49,6 +49,10 @@
|
||||||
<groupId>io.quarkus</groupId>
|
<groupId>io.quarkus</groupId>
|
||||||
<artifactId>quarkus-vertx-http-dev-ui-resources</artifactId>
|
<artifactId>quarkus-vertx-http-dev-ui-resources</artifactId>
|
||||||
</exclusion>
|
</exclusion>
|
||||||
|
<exclusion>
|
||||||
|
<groupId>io.mvnpm</groupId>
|
||||||
|
<artifactId>importmap</artifactId>
|
||||||
|
</exclusion>
|
||||||
</exclusions>
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
Loading…
Reference in a new issue