Skip to content

Commit 29e7ffd

Browse files
fix UT (#214)
1 parent ec3753c commit 29e7ffd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

oracle-plugin/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@
8888
<scope>provided</scope>
8989
</dependency>
9090
<dependency>
91-
<groupId>com.oracle.database.jdbc</groupId>
92-
<artifactId>ojdbc8</artifactId>
93-
<version>21.1.0.0</version>
91+
<groupId>org.glassfish</groupId>
92+
<artifactId>jakarta.json</artifactId>
93+
<version>1.1.6</version>
9494
<scope>test</scope>
9595
</dependency>
9696
<dependency>

0 commit comments

Comments
 (0)