|
4 | 4 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
5 | 5 | <modelVersion>4.0.0</modelVersion> |
6 | 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> |
| 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 | 11 | </parent> |
12 | 12 |
|
13 | 13 | <groupId>com.microsoft.semantic-kernel</groupId> |
14 | 14 | <artifactId>semantickernel-data-hsqldb</artifactId> |
15 | 15 | <name>Semantic Kernel HLSQLDB connector</name> |
16 | 16 | <description>Provides a HLSQLDB connector for the Semantic Kernel</description> |
17 | 17 |
|
18 | | -<dependencies> |
| 18 | + <dependencies> |
19 | 19 | <dependency> |
20 | 20 | <groupId>com.microsoft.semantic-kernel</groupId> |
21 | 21 | <artifactId>semantickernel-api</artifactId> |
|
24 | 24 | <groupId>com.microsoft.semantic-kernel</groupId> |
25 | 25 | <artifactId>semantickernel-data-jdbc</artifactId> |
26 | 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 | + |
27 | 40 | <dependency> |
28 | 41 | <groupId>com.fasterxml.jackson.core</groupId> |
29 | 42 | <artifactId>jackson-databind</artifactId> |
|
0 commit comments