1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
3+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5+ <modelVersion >4.0.0</modelVersion >
6+ <parent >
7+ <groupId >com.microsoft.semantic-kernel</groupId >
8+ <artifactId >semantickernel-parent</artifactId >
9+ <version >1.4.4-RC2-SNAPSHOT</version >
10+ <relativePath >../../pom.xml</relativePath >
11+ </parent >
12+
13+ <groupId >com.microsoft.semantic-kernel</groupId >
14+ <artifactId >semantickernel-data-hsqldb</artifactId >
15+ <name >Semantic Kernel HLSQLDB connector</name >
16+ <description >Provides a HLSQLDB connector for the Semantic Kernel</description >
17+
18+ <dependencies >
19+ <dependency >
20+ <groupId >com.microsoft.semantic-kernel</groupId >
21+ <artifactId >semantickernel-api</artifactId >
22+ </dependency >
23+ <dependency >
24+ <groupId >com.microsoft.semantic-kernel</groupId >
25+ <artifactId >semantickernel-data-jdbc</artifactId >
26+ </dependency >
27+ <dependency >
28+ <groupId >com.microsoft.semantic-kernel</groupId >
29+ <artifactId >semantickernel-api-exceptions</artifactId >
30+ </dependency >
31+ <dependency >
32+ <groupId >com.microsoft.semantic-kernel</groupId >
33+ <artifactId >semantickernel-api-data</artifactId >
34+ </dependency >
35+ <dependency >
36+ <groupId >com.microsoft.semantic-kernel</groupId >
37+ <artifactId >semantickernel-api-builders</artifactId >
38+ </dependency >
39+
40+ <dependency >
41+ <groupId >com.fasterxml.jackson.core</groupId >
42+ <artifactId >jackson-databind</artifactId >
43+ <scope >compile</scope >
44+ </dependency >
45+ <dependency >
46+ <groupId >com.fasterxml.jackson.core</groupId >
47+ <artifactId >jackson-core</artifactId >
48+ <scope >compile</scope >
49+ </dependency >
50+ <dependency >
51+ <groupId >com.github.spotbugs</groupId >
52+ <artifactId >spotbugs-annotations</artifactId >
53+ </dependency >
54+ </dependencies >
55+ </project >
0 commit comments