Skip to content

Commit 845f088

Browse files
committed
build: add bot-dialogs dependency
1 parent ec28f2c commit 845f088

File tree

1 file changed

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

1 file changed

+6
-0
lines changed

botbuilder-spring-boot-starter/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@
3737
<version>4.14.0</version>
3838
<scope>compile</scope>
3939
</dependency>
40+
<dependency>
41+
<groupId>com.microsoft.bot</groupId>
42+
<artifactId>bot-dialogs</artifactId>
43+
<version>4.14.0</version>
44+
<scope>compile</scope>
45+
</dependency>
4046
</dependencies>
4147

4248
<dependencyManagement>

0 commit comments

Comments
 (0)