Co-authored-by: Benjamin Teke <bteke@cloudera.com>
@@ -229,6 +229,10 @@
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>com.cedarsoftware</groupId>
+ <artifactId>java-util</artifactId>
+ </exclusion>
</exclusions>
</dependency>
</dependencies>