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 5e45bae commit 9c09019Copy full SHA for 9c09019
javav2/example_code/kinesis/pom.xml
@@ -17,6 +17,11 @@
17
</build>
18
19
<dependencies>
20
+ <dependency>
21
+ <artifactId>netty-nio-client</artifactId>
22
+ <groupId>software.amazon.awssdk</groupId>
23
+ <version>2.0.0</version>
24
+ </dependency>
25
<dependency>
26
<groupId>software.amazon.awssdk</groupId>
27
<artifactId>kinesis</artifactId>
@@ -31,11 +36,6 @@
31
36
<groupId>io.projectreactor</groupId>
32
37
<artifactId>reactor-core</artifactId>
33
38
<version>3.2.3.RELEASE</version>
34
- </dependency>
35
- <dependency>
- <artifactId>netty-nio-client</artifactId>
- <groupId>software.amazon.awssdk</groupId>
- <version>2.0.0</version>
39
40
</dependencies>
41
-</project>
+</project>
0 commit comments