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 214bb7a + a025469 commit 060a402Copy full SHA for 060a402
pom.xml
@@ -700,6 +700,10 @@
700
<groupId>net.java.dev.jets3t</groupId>
701
<artifactId>jets3t</artifactId>
702
</exclusion>
703
+ <exclusion>
704
+ <groupId>io.netty</groupId>
705
+ <artifactId>netty-all</artifactId>
706
+ </exclusion>
707
</exclusions>
708
</dependency>
709
<dependency>
@@ -1127,6 +1131,11 @@
1127
1131
</build>
1128
1132
1129
1133
<dependencies>
1134
+ <dependency>
1135
+ <groupId>com.google.guava</groupId>
1136
+ <artifactId>guava</artifactId>
1137
+ <version>31.1-jre</version>
1138
+ </dependency>
1130
1139
1140
<groupId>io.cdap.tests.e2e</groupId>
1141
<artifactId>cdap-e2e-framework</artifactId>
0 commit comments