Skip to content

Commit 7e976b7

Browse files
committed
build: add bot-ai-luis-v3 dependency
1 parent a4f3a7c commit 7e976b7

File tree

1 file changed

+5
-0
lines changed
  • botbuilder-spring-boot-starter

1 file changed

+5
-0
lines changed

botbuilder-spring-boot-starter/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@
4949
<version>4.14.0</version>
5050
<scope>compile</scope>
5151
</dependency>
52+
<dependency>
53+
<groupId>com.microsoft.bot</groupId>
54+
<artifactId>bot-ai-luis-v3</artifactId>
55+
<version>4.14.0</version>
56+
</dependency>
5257
</dependencies>
5358

5459
<dependencyManagement>

0 commit comments

Comments
 (0)