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:
Martin Bartoš 2024-10-29 12:24:14 +01:00 committed by GitHub
parent ec578c0f9e
commit 12ff16e2ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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>