Skip to content

Commit a4f3a7c

Browse files
committed
build: add bot-ai-qna dependency
1 parent d7c51af commit a4f3a7c

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

botbuilder-spring-boot-autoconfig/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>com.microsoft.bot</groupId>
3737
<artifactId>bot-integration-spring</artifactId>
38-
<version>4.13.0</version>
38+
<version>4.14.0</version>
3939
<scope>compile</scope>
4040
</dependency>
4141
</dependencies>

botbuilder-spring-boot-starter/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@
4343
<version>4.14.0</version>
4444
<scope>compile</scope>
4545
</dependency>
46+
<dependency>
47+
<groupId>com.microsoft.bot</groupId>
48+
<artifactId>bot-ai-qna</artifactId>
49+
<version>4.14.0</version>
50+
<scope>compile</scope>
51+
</dependency>
4652
</dependencies>
4753

4854
<dependencyManagement>

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@
126126
<id>release</id>
127127
<build>
128128
<plugins>
129-
130129
<plugin>
131130
<groupId>org.sonatype.plugins</groupId>
132131
<artifactId>nexus-staging-maven-plugin</artifactId>

0 commit comments

Comments
 (0)