Skip to content

Commit

Permalink
Remove not needed Quarkus dependencies related to Dev UI services (#3…
Browse files Browse the repository at this point in the history
…4309) (#34534)

Closes #34308

Signed-off-by: Václav Muzikář <vmuzikar@redhat.com>
(cherry picked from commit abb7c41)
  • Loading branch information
vmuzikar authored Oct 31, 2024
1 parent 6dbe8f7 commit f59aae2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions quarkus/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit f59aae2

Please sign in to comment.