Skip to content

Commit 4d61f13

Browse files
authored
Fix: Run Java Integration Tests and Samples
1 parent f0c9615 commit 4d61f13

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

api-test/integration-tests/pom.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,21 @@
6161
<artifactId>semantickernel-data-jdbc</artifactId>
6262
<scope>test</scope>
6363
</dependency>
64+
<dependency>
65+
<groupId>com.microsoft.semantic-kernel</groupId>
66+
<artifactId>semantickernel-data-mysql</artifactId>
67+
<scope>test</scope>
68+
</dependency>
69+
<dependency>
70+
<groupId>com.microsoft.semantic-kernel</groupId>
71+
<artifactId>semantickernel-data-hsqldb</artifactId>
72+
<scope>test</scope>
73+
</dependency>
74+
<dependency>
75+
<groupId>com.microsoft.semantic-kernel</groupId>
76+
<artifactId>semantickernel-data-sqlite</artifactId>
77+
<scope>test</scope>
78+
</dependency>
6479
<dependency>
6580
<groupId>com.microsoft.semantic-kernel</groupId>
6681
<artifactId>semantickernel-data-redis</artifactId>

semantickernel-bom/pom.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,21 @@
106106
<artifactId>semantickernel-data-jdbc</artifactId>
107107
<version>${project.version}</version>
108108
</dependency>
109+
<dependency>
110+
<groupId>com.microsoft.semantic-kernel</groupId>
111+
<artifactId>semantickernel-data-mysql</artifactId>
112+
<version>${project.version}</version>
113+
</dependency>
114+
<dependency>
115+
<groupId>com.microsoft.semantic-kernel</groupId>
116+
<artifactId>semantickernel-data-sqlite</artifactId>
117+
<version>${project.version}</version>
118+
</dependency>
119+
<dependency>
120+
<groupId>com.microsoft.semantic-kernel</groupId>
121+
<artifactId>semantickernel-data-hsqldb</artifactId>
122+
<version>${project.version}</version>
123+
</dependency>
109124
<dependency>
110125
<groupId>com.microsoft.semantic-kernel</groupId>
111126
<artifactId>semantickernel-data-redis</artifactId>

0 commit comments

Comments
 (0)