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 >
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 >
0 commit comments