Add oracle dependency required for IDELauncher
Closes #33627 Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
This commit is contained in:
parent
bf89897ba6
commit
988af11a39
1 changed files with 6 additions and 0 deletions
|
@ -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…
Reference in a new issue