Skip to content

Commit

Permalink
Fix Quarkus dev mode
Browse files Browse the repository at this point in the history
  • Loading branch information
melegiul committed Jan 22, 2025
1 parent 88d2e0a commit b007433
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app-authenticator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@
<artifactId>ojdbc11</artifactId>
<scope>provided</scope>
</dependency>
<!-- https://github.com/keycloak/keycloak/issues/34549 -->
<dependency>
<groupId>io.mvnpm</groupId>
<artifactId>importmap</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>

<build>
Expand Down
6 changes: 6 additions & 0 deletions enforce-mfa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@
<artifactId>ojdbc11</artifactId>
<scope>provided</scope>
</dependency>
<!-- https://github.com/keycloak/keycloak/issues/34549 -->
<dependency>
<groupId>io.mvnpm</groupId>
<artifactId>importmap</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>

<build>
Expand Down
6 changes: 6 additions & 0 deletions sms-authenticator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@
<artifactId>ojdbc11</artifactId>
<scope>provided</scope>
</dependency>
<!-- https://github.com/keycloak/keycloak/issues/34549 -->
<dependency>
<groupId>io.mvnpm</groupId>
<artifactId>importmap</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit b007433

Please sign in to comment.