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.
2 parents 9f15ee7 + 4f6cf30 commit 2c6979eCopy full SHA for 2c6979e
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