Skip to content

Commit

Permalink
Merge pull request #3595 from aws/hdavidh/transcribestreaming-depende…
Browse files Browse the repository at this point in the history
…ncy-netty

Add Netty test dependency to TranscribeStreaming
  • Loading branch information
davidh44 authored Jan 23, 2025
2 parents 9f15ee7 + 4f6cf30 commit 2c6979e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions services/transcribestreaming/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,10 @@
<artifactId>http-auth-aws-eventstream</artifactId>
<version>${awsjavasdk.version}</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-handler</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>

0 comments on commit 2c6979e

Please sign in to comment.