Skip to content

Commit 2c6979e

Browse files
authored
Merge pull request #3595 from aws/hdavidh/transcribestreaming-dependency-netty
Add Netty test dependency to TranscribeStreaming
2 parents 9f15ee7 + 4f6cf30 commit 2c6979e

File tree

1 file changed

+5
-0
lines changed
  • services/transcribestreaming

1 file changed

+5
-0
lines changed

services/transcribestreaming/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,10 @@
8484
<artifactId>http-auth-aws-eventstream</artifactId>
8585
<version>${awsjavasdk.version}</version>
8686
</dependency>
87+
<dependency>
88+
<groupId>io.netty</groupId>
89+
<artifactId>netty-handler</artifactId>
90+
<scope>test</scope>
91+
</dependency>
8792
</dependencies>
8893
</project>

0 commit comments

Comments
 (0)