Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit ec0b57b

Browse files
authored
Add Oracle jdbc dependencies
Fixes #1040
1 parent 1c0803a commit ec0b57b

File tree

1 file changed

+4
-0
lines changed
  • spring-cloud-skipper-server-core

1 file changed

+4
-0
lines changed

spring-cloud-skipper-server-core/pom.xml

+4
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@
105105
<groupId>org.postgresql</groupId>
106106
<artifactId>postgresql</artifactId>
107107
</dependency>
108+
<dependency>
109+
<groupId>com.oracle.database.jdbc</groupId>
110+
<artifactId>ojdbc8</artifactId>
111+
</dependency>
108112
<dependency>
109113
<groupId>com.microsoft.sqlserver</groupId>
110114
<artifactId>mssql-jdbc</artifactId>

0 commit comments

Comments
 (0)