Skip to content

Commit 3ba3ea0

Browse files
committed
committed junit
1 parent 4605479 commit 3ba3ea0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

speech/grpc/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,12 @@ limitations under the License.
111111

112112
<!-- // [START dependency] -->
113113
<dependencies>
114+
<dependency>
115+
<groupId>junit</groupId>
116+
<artifactId>junit</artifactId>
117+
<version>4.12</version>
118+
<scope>test</scope>
119+
</dependency>
114120
<dependency>
115121
<groupId>commons-cli</groupId>
116122
<artifactId>commons-cli</artifactId>

0 commit comments

Comments
 (0)