We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec3753c commit 29e7ffdCopy full SHA for 29e7ffd
1 file changed
oracle-plugin/pom.xml
@@ -88,9 +88,9 @@
88
<scope>provided</scope>
89
</dependency>
90
<dependency>
91
- <groupId>com.oracle.database.jdbc</groupId>
92
- <artifactId>ojdbc8</artifactId>
93
- <version>21.1.0.0</version>
+ <groupId>org.glassfish</groupId>
+ <artifactId>jakarta.json</artifactId>
+ <version>1.1.6</version>
94
<scope>test</scope>
95
96
0 commit comments