File tree Expand file tree Collapse file tree 1 file changed +3
-12
lines changed
samples/semantickernel-demos/sk-database-sample Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
33 <modelVersion >4.0.0</modelVersion >
4- <parent >
5- <groupId >com.microsoft.semantic-kernel</groupId >
6- <artifactId >semantickernel-demos</artifactId >
7- <version >1.4.4-RC3-SNAPSHOT</version >
8- <relativePath >../pom.xml</relativePath >
9- </parent >
104
5+ <groupId >com.microsoft.semantic-kernel</groupId >
116 <artifactId >sk-database-sample</artifactId >
7+ <version >1.4.4-RC3-SNAPSHOT</version >
128 <name >Database Sample</name >
139
1410 <dependencyManagement >
1511 <dependencies >
1612 <dependency >
1713 <groupId >com.microsoft.semantic-kernel</groupId >
1814 <artifactId >semantickernel-bom</artifactId >
19- <version >${project.version} </version >
15+ <version >1.4.4-RC2 </version >
2016 <type >pom</type >
2117 <scope >import</scope >
2218 </dependency >
4642 <version >9.1.0</version >
4743 <scope >compile</scope >
4844 </dependency >
49- <dependency >
50- <groupId >com.microsoft.semantic-kernel</groupId >
51- <artifactId >semantickernel-api-data</artifactId >
52- <scope >compile</scope >
53- </dependency >
5445 </dependencies >
5546
5647 <build >
You can’t perform that action at this time.
0 commit comments