Skip to content

Commit ba99569

Browse files
author
Sanchit Garg
committed
Exclude guava from hydrator-common and upgrade version to 33.4.0-jre in e2e-tests profile
1 parent 15304f2 commit ba99569

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,12 @@
9292
<groupId>io.cdap.plugin</groupId>
9393
<artifactId>hydrator-common</artifactId>
9494
<version>${cdap.plugin.version}</version>
95+
<exclusions>
96+
<exclusion>
97+
<groupId>com.google.guava</groupId>
98+
<artifactId>guava</artifactId>
99+
</exclusion>
100+
</exclusions>
95101
</dependency>
96102
<dependency>
97103
<groupId>io.cdap.cdap</groupId>
@@ -506,7 +512,7 @@
506512
<dependency>
507513
<groupId>com.google.guava</groupId>
508514
<artifactId>guava</artifactId>
509-
<version>31.0.1-jre</version>
515+
<version>33.4.0-jre</version>
510516
<scope>compile</scope>
511517
</dependency>
512518
</dependencies>

0 commit comments

Comments
 (0)