Fix Quarkus dev mode (#34550)
Closes #34549 Signed-off-by: Václav Muzikář <vmuzikar@redhat.com>
This commit is contained in:
parent
a7af380f71
commit
9a7cfb38ac
1 changed files with 5 additions and 0 deletions
|
@ -40,6 +40,11 @@
|
||||||
<artifactId>ojdbc11</artifactId>
|
<artifactId>ojdbc11</artifactId>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>io.mvnpm</groupId>
|
||||||
|
<artifactId>importmap</artifactId>
|
||||||
|
<scope>provided</scope>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
|
Loading…
Reference in a new issue