Skip to content

Commit 060a402

Browse files
authored
Merge pull request #1210 from cloudsufi/e2e_fix
Fixing the e2e tests errors
2 parents 214bb7a + a025469 commit 060a402

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -700,6 +700,10 @@
700700
<groupId>net.java.dev.jets3t</groupId>
701701
<artifactId>jets3t</artifactId>
702702
</exclusion>
703+
<exclusion>
704+
<groupId>io.netty</groupId>
705+
<artifactId>netty-all</artifactId>
706+
</exclusion>
703707
</exclusions>
704708
</dependency>
705709
<dependency>
@@ -1127,6 +1131,11 @@
11271131
</build>
11281132

11291133
<dependencies>
1134+
<dependency>
1135+
<groupId>com.google.guava</groupId>
1136+
<artifactId>guava</artifactId>
1137+
<version>31.1-jre</version>
1138+
</dependency>
11301139
<dependency>
11311140
<groupId>io.cdap.tests.e2e</groupId>
11321141
<artifactId>cdap-e2e-framework</artifactId>

0 commit comments

Comments
 (0)