Skip to content

Commit 2a8d372

Browse files
committed
Clean up and remove deps from pom
1 parent d6f63a5 commit 2a8d372

File tree

1 file changed

+0
-12
lines changed
  • data/semantickernel-data-oracle

1 file changed

+0
-12
lines changed

data/semantickernel-data-oracle/pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,6 @@
4343
<artifactId>jackson-core</artifactId>
4444
<scope>compile</scope>
4545
</dependency>
46-
<dependency>
47-
<groupId>com.fasterxml.jackson.datatype</groupId>
48-
<artifactId>jackson-datatype-jsr310</artifactId>
49-
<version>2.18.0</version>
50-
</dependency>
51-
<!--
52-
<dependency>
53-
<groupId>com.github.spotbugs</groupId>
54-
<artifactId>spotbugs-annotations</artifactId>
55-
</dependency>
56-
-->
5746
<dependency>
5847
<groupId>com.oracle.database.jdbc</groupId>
5948
<artifactId>ojdbc11</artifactId>
@@ -64,7 +53,6 @@
6453
<artifactId>ojdbc-provider-jackson-oson</artifactId>
6554
<version>1.0.4</version>
6655
</dependency>
67-
<!-- Tests use TestContainers to create an Oracle Database -->
6856
<dependency>
6957
<groupId>org.junit.jupiter</groupId>
7058
<artifactId>junit-jupiter</artifactId>

0 commit comments

Comments
 (0)