Skip to content

Commit 5279407

Browse files
committed
Fix JDK 1.8 build
1 parent 87418f5 commit 5279407

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@
115115
</dependency>
116116
<dependency>
117117
<groupId>com.oracle.database.jdbc</groupId>
118-
<artifactId>ojdbc11</artifactId>
119-
<version>21.1.0.0</version>
118+
<artifactId>ojdbc8</artifactId>
119+
<version>19.7.0.0</version>
120120
<scope>test</scope>
121121
</dependency>
122122
<dependency>

0 commit comments

Comments
 (0)