Skip to content

Commit bf0c167

Browse files
committed
Removed dependencies
1 parent 7d476fc commit bf0c167

5 files changed

Lines changed: 10 additions & 116 deletions

File tree

data/semantickernel-data-hsqldb/pom.xml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@
2424
<groupId>com.microsoft.semantic-kernel</groupId>
2525
<artifactId>semantickernel-data-jdbc</artifactId>
2626
</dependency>
27-
28-
<dependency>
29-
<groupId>org.slf4j</groupId>
30-
<artifactId>slf4j-api</artifactId>
31-
</dependency>
3227
<dependency>
3328
<groupId>com.fasterxml.jackson.core</groupId>
3429
<artifactId>jackson-databind</artifactId>
@@ -39,26 +34,9 @@
3934
<artifactId>jackson-core</artifactId>
4035
<scope>compile</scope>
4136
</dependency>
42-
<dependency>
43-
<groupId>com.github.jknack</groupId>
44-
<artifactId>handlebars</artifactId>
45-
</dependency>
46-
<dependency>
47-
<groupId>com.google.code.findbugs</groupId>
48-
<artifactId>jsr305</artifactId>
49-
</dependency>
50-
<dependency>
51-
<groupId>com.fasterxml.jackson.dataformat</groupId>
52-
<artifactId>jackson-dataformat-yaml</artifactId>
53-
<scope>compile</scope>
54-
</dependency>
5537
<dependency>
5638
<groupId>com.github.spotbugs</groupId>
5739
<artifactId>spotbugs-annotations</artifactId>
5840
</dependency>
59-
<dependency>
60-
<groupId>org.apache.commons</groupId>
61-
<artifactId>commons-text</artifactId>
62-
</dependency>
6341
</dependencies>
6442
</project>

data/semantickernel-data-jdbc/pom.xml

Lines changed: 4 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,14 @@
1313
<description>Provides a JDBC connector for the Semantic Kernel</description>
1414

1515
<dependencies>
16-
<dependency>
17-
<groupId>com.microsoft.semantic-kernel</groupId>
18-
<artifactId>semantickernel-api-data</artifactId>
19-
</dependency>
20-
2116
<dependency>
2217
<groupId>org.slf4j</groupId>
2318
<artifactId>slf4j-api</artifactId>
2419
</dependency>
20+
<dependency>
21+
<groupId>com.microsoft.semantic-kernel</groupId>
22+
<artifactId>semantickernel-api-data</artifactId>
23+
</dependency>
2524
<dependency>
2625
<groupId>com.fasterxml.jackson.core</groupId>
2726
<artifactId>jackson-databind</artifactId>
@@ -32,36 +31,9 @@
3231
<artifactId>jackson-core</artifactId>
3332
<scope>compile</scope>
3433
</dependency>
35-
<dependency>
36-
<groupId>com.github.jknack</groupId>
37-
<artifactId>handlebars</artifactId>
38-
</dependency>
39-
<dependency>
40-
<groupId>com.google.code.findbugs</groupId>
41-
<artifactId>jsr305</artifactId>
42-
</dependency>
43-
<dependency>
44-
<groupId>com.fasterxml.jackson.dataformat</groupId>
45-
<artifactId>jackson-dataformat-yaml</artifactId>
46-
<scope>compile</scope>
47-
</dependency>
4834
<dependency>
4935
<groupId>com.github.spotbugs</groupId>
5036
<artifactId>spotbugs-annotations</artifactId>
5137
</dependency>
52-
<dependency>
53-
<groupId>org.apache.commons</groupId>
54-
<artifactId>commons-text</artifactId>
55-
</dependency>
56-
<dependency>
57-
<groupId>org.postgresql</groupId>
58-
<artifactId>postgresql</artifactId>
59-
<version>42.7.4</version>
60-
</dependency>
61-
<dependency>
62-
<groupId>org.xerial</groupId>
63-
<artifactId>sqlite-jdbc</artifactId>
64-
<version>3.47.0.0</version>
65-
</dependency>
6638
</dependencies>
6739
</project>

data/semantickernel-data-mysql/pom.xml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@
2424
<groupId>com.microsoft.semantic-kernel</groupId>
2525
<artifactId>semantickernel-data-jdbc</artifactId>
2626
</dependency>
27-
28-
<dependency>
29-
<groupId>org.slf4j</groupId>
30-
<artifactId>slf4j-api</artifactId>
31-
</dependency>
3227
<dependency>
3328
<groupId>com.fasterxml.jackson.core</groupId>
3429
<artifactId>jackson-databind</artifactId>
@@ -39,26 +34,9 @@
3934
<artifactId>jackson-core</artifactId>
4035
<scope>compile</scope>
4136
</dependency>
42-
<dependency>
43-
<groupId>com.github.jknack</groupId>
44-
<artifactId>handlebars</artifactId>
45-
</dependency>
46-
<dependency>
47-
<groupId>com.google.code.findbugs</groupId>
48-
<artifactId>jsr305</artifactId>
49-
</dependency>
50-
<dependency>
51-
<groupId>com.fasterxml.jackson.dataformat</groupId>
52-
<artifactId>jackson-dataformat-yaml</artifactId>
53-
<scope>compile</scope>
54-
</dependency>
5537
<dependency>
5638
<groupId>com.github.spotbugs</groupId>
5739
<artifactId>spotbugs-annotations</artifactId>
5840
</dependency>
59-
<dependency>
60-
<groupId>org.apache.commons</groupId>
61-
<artifactId>commons-text</artifactId>
62-
</dependency>
6341
</dependencies>
6442
</project>

data/semantickernel-data-postgres/pom.xml

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@
2424
<groupId>com.microsoft.semantic-kernel</groupId>
2525
<artifactId>semantickernel-data-jdbc</artifactId>
2626
</dependency>
27-
28-
<dependency>
29-
<groupId>org.slf4j</groupId>
30-
<artifactId>slf4j-api</artifactId>
31-
</dependency>
3227
<dependency>
3328
<groupId>com.fasterxml.jackson.core</groupId>
3429
<artifactId>jackson-databind</artifactId>
@@ -39,26 +34,14 @@
3934
<artifactId>jackson-core</artifactId>
4035
<scope>compile</scope>
4136
</dependency>
42-
<dependency>
43-
<groupId>com.github.jknack</groupId>
44-
<artifactId>handlebars</artifactId>
45-
</dependency>
46-
<dependency>
47-
<groupId>com.google.code.findbugs</groupId>
48-
<artifactId>jsr305</artifactId>
49-
</dependency>
50-
<dependency>
51-
<groupId>com.fasterxml.jackson.dataformat</groupId>
52-
<artifactId>jackson-dataformat-yaml</artifactId>
53-
<scope>compile</scope>
54-
</dependency>
5537
<dependency>
5638
<groupId>com.github.spotbugs</groupId>
5739
<artifactId>spotbugs-annotations</artifactId>
5840
</dependency>
5941
<dependency>
60-
<groupId>org.apache.commons</groupId>
61-
<artifactId>commons-text</artifactId>
42+
<groupId>org.postgresql</groupId>
43+
<artifactId>postgresql</artifactId>
44+
<version>42.7.4</version>
6245
</dependency>
6346
</dependencies>
6447
</project>

data/semantickernel-data-sqlite/pom.xml

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@
2323
<groupId>com.microsoft.semantic-kernel</groupId>
2424
<artifactId>semantickernel-data-jdbc</artifactId>
2525
</dependency>
26-
27-
<dependency>
28-
<groupId>org.slf4j</groupId>
29-
<artifactId>slf4j-api</artifactId>
30-
</dependency>
3126
<dependency>
3227
<groupId>com.fasterxml.jackson.core</groupId>
3328
<artifactId>jackson-databind</artifactId>
@@ -38,26 +33,14 @@
3833
<artifactId>jackson-core</artifactId>
3934
<scope>compile</scope>
4035
</dependency>
41-
<dependency>
42-
<groupId>com.github.jknack</groupId>
43-
<artifactId>handlebars</artifactId>
44-
</dependency>
45-
<dependency>
46-
<groupId>com.google.code.findbugs</groupId>
47-
<artifactId>jsr305</artifactId>
48-
</dependency>
49-
<dependency>
50-
<groupId>com.fasterxml.jackson.dataformat</groupId>
51-
<artifactId>jackson-dataformat-yaml</artifactId>
52-
<scope>compile</scope>
53-
</dependency>
5436
<dependency>
5537
<groupId>com.github.spotbugs</groupId>
5638
<artifactId>spotbugs-annotations</artifactId>
5739
</dependency>
5840
<dependency>
59-
<groupId>org.apache.commons</groupId>
60-
<artifactId>commons-text</artifactId>
41+
<groupId>org.xerial</groupId>
42+
<artifactId>sqlite-jdbc</artifactId>
43+
<version>3.47.0.0</version>
6144
</dependency>
6245
</dependencies>
6346
</project>

0 commit comments

Comments
 (0)