We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ee0ffc commit dbc7b76Copy full SHA for dbc7b76
mvnw
100644
100755
pom.xml
@@ -104,6 +104,13 @@
104
<artifactId>botbuilder-spring-boot-autoconfigure</artifactId>
105
<version>${project.version}</version>
106
</dependency>
107
+
108
+ <!-- json-smart 2.3-SNAPSHOT is not found -->
109
+ <dependency>
110
+ <groupId>net.minidev</groupId>
111
+ <artifactId>json-smart</artifactId>
112
+ <version>2.4.7</version>
113
+ </dependency>
114
</dependencies>
115
</dependencyManagement>
116
0 commit comments