diff --git a/pom.xml b/pom.xml index 92300df0..1c13085b 100644 --- a/pom.xml +++ b/pom.xml @@ -90,6 +90,16 @@ + + + + com.google.guava + guava + 32.1.3-jre + + + + ch.qos.logback @@ -117,6 +127,12 @@ io.cdap.plugin hydrator-common ${hydrator.version} + + + com.google.guava + guava + + org.apache.hadoop @@ -321,6 +337,10 @@ ${cdap.version} test + + io.cdap.cdap + cdap-formats + org.apache.twill twill-core @@ -370,6 +390,12 @@ cdap-data-pipeline2_2.11 ${cdap.version} test + + + com.google.guava + guava + + org.apache.avro @@ -412,6 +438,12 @@ cdap-data-streams2_2.11 ${cdap.version} test + + + com.google.guava + guava + +