File tree Expand file tree Collapse file tree 2 files changed +30
-0
lines changed
api-test/integration-tests Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments