Remove not needed Quarkus dependencies related to Dev UI services (#34309) (#34534)

Closes #34308

Signed-off-by: Václav Muzikář <vmuzikar@redhat.com>
(cherry picked from commit abb7c414abec3b30bf9a8bd552caaa20e3e3f206)
This commit is contained in:
Václav Muzikář 2024-10-31 10:24:35 +01:00 committed by GitHub
parent 6dbe8f7813
commit f59aae2b47
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,6 +49,10 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-vertx-http-dev-ui-resources</artifactId>
</exclusion>
<exclusion>
<groupId>io.mvnpm</groupId>
<artifactId>importmap</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>