Add oracle dependency required for IDELauncher

Closes #33627

Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
This commit is contained in:
Alexander Schwartz 2024-10-09 17:07:46 +02:00 committed by Alexander Schwartz
parent bf89897ba6
commit 988af11a39

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>