mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-10 15:32:05 -03:30
Add oracle dependency required for IDELauncher
Closes #33627 Signed-off-by: Alexander Schwartz <aschwart@redhat.com> (cherry picked from commit 988af11a3958fd8a2cb5c8b91a6b2bf0d0940715) Co-authored-by: Alexander Schwartz <aschwart@redhat.com>
This commit is contained in:
parent
ec578c0f9e
commit
12ff16e2ba
@ -34,6 +34,12 @@
|
||||
<artifactId>quarkus-vertx-http-dev-ui-resources</artifactId>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<!-- this dependency is necessary to start the IDELauncher -->
|
||||
<dependency>
|
||||
<groupId>com.oracle.database.jdbc</groupId>
|
||||
<artifactId>ojdbc11</artifactId>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<properties>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user