Skip to content

Commit 250cfd1

Browse files
Update pom.xml
1 parent ea3d38f commit 250cfd1

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

java/hibernate-ucp/pom.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@
2727
<scope>test</scope>
2828
</dependency>
2929
<dependency>
30-
<groupId>com.oracle.database.jdbc</groupId>
31-
<artifactId>ojdbc11</artifactId>
32-
<version>23.3.0.23.09</version>
33-
</dependency>
30+
<groupId>com.oracle.database.jdbc</groupId>
31+
<artifactId>ojdbc11</artifactId>
32+
<version>23.3.0.23.09</version>
33+
</dependency>
34+
<dependency>
35+
<groupId>com.oracle.database.jdbc</groupId>
36+
<artifactId>ucp</artifactId>
37+
<version>23.3.0.23.09</version>
38+
</dependency>
3439
<dependency>
35-
<groupId>com.oracle.database.jdbc</groupId>
36-
<artifactId>ucp</artifactId>
37-
<version>23.3.0.23.09</version>
38-
</dependency>
39-
<dependency>
4040
<groupId>org.hibernate</groupId>
4141
<artifactId>hibernate-ucp</artifactId>
4242
<version>6.5.0.CR1</version>
@@ -52,4 +52,4 @@
5252

5353
</plugins>
5454
</build>
55-
</project>
55+
</project>

0 commit comments

Comments
 (0)