8000 Added missing dependency · microsoft/botbuilder-java@d37959d · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Commit d37959d

Browse files
author
Tracy Boehrer
committed
Added missing dependency
1 parent 0fc1b70 commit d37959d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

libraries/bot-connector/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,12 @@
134134
<groupId>com.microsoft.bot</groupId>
135135
<artifactId>bot-schema</artifactId>
136136
</dependency>
137+
<dependency>
138+
<groupId>org.skyscreamer</groupId>
139+
<artifactId>jsonassert</artifactId>
140+
<version>1.5.0</version>
141+
<scope>test</scope>
142+
</dependency>
137143
</dependencies>
138144

139145
<profiles>

0 commit comments

Comments
 (0)
0