We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f15ee7 commit 4f6cf30Copy full SHA for 4f6cf30
services/transcribestreaming/pom.xml
@@ -84,5 +84,10 @@
84
<artifactId>http-auth-aws-eventstream</artifactId>
85
<version>${awsjavasdk.version}</version>
86
</dependency>
87
+ <dependency>
88
+ <groupId>io.netty</groupId>
89
+ <artifactId>netty-handler</artifactId>
90
+ <scope>test</scope>
91
+ </dependency>
92
</dependencies>
93
</project>
0 commit comments