We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4605479 commit 3ba3ea0Copy full SHA for 3ba3ea0
1 file changed
speech/grpc/pom.xml
@@ -111,6 +111,12 @@ limitations under the License.
111
112
<!-- // [START dependency] -->
113
<dependencies>
114
+ <dependency>
115
+ <groupId>junit</groupId>
116
+ <artifactId>junit</artifactId>
117
+ <version>4.12</version>
118
+ <scope>test</scope>
119
+ </dependency>
120
<dependency>
121
<groupId>commons-cli</groupId>
122
<artifactId>commons-cli</artifactId>
0 commit comments