@@ -33,8 +33,10 @@ object Dependencies {
33
33
val jacksonCbor = " 2.9.10"
34
34
val sentry = " 1.7.30"
35
35
val collections = " 3.2.2" // Address vulnerability
36
+ val jaxbApi = " 2.3.1"
36
37
// Thrift (test only)
37
38
val collectorPayload = " 0.0.0"
39
+ val thrift = " 0.15.0" // Address vulnerabilities
38
40
// Scala
39
41
val decline = " 2.0.0"
40
42
val circe = " 0.13.0"
@@ -54,6 +56,7 @@ object Dependencies {
54
56
val kinesisConnector = " com.amazonaws" % " amazon-kinesis-connectors" % V .kinesisConnector
55
57
val jacksonCbor = " com.fasterxml.jackson.dataformat" % " jackson-dataformat-cbor" % V .jacksonCbor
56
58
val jackson = " com.fasterxml.jackson.core" % " jackson-databind" % V .jackson
59
+ val thrift = " org.apache.thrift" % " libthrift" % V .thrift
57
60
val hadoop = (" org.apache.hadoop" % " hadoop-common" % V .hadoop)
58
61
.exclude(" org.slf4j" , " slf4j-log4j12" )
59
62
.exclude(" commons-beanutils" , " commons-beanutils" )
@@ -62,6 +65,19 @@ object Dependencies {
62
65
.exclude(" commons-logging" , " commons-logging" )
63
66
.exclude(" org.apache.htrace" , " htrace-core" )
64
67
.exclude(" junit" , " junit" )
68
+ .exclude(" org.apache.zookeeper" , " zookeeper" )
69
+ .exclude(" org.apache.hadoop" , " hadoop-auth" )
70
+ .exclude(" org.apache.curator" , " curator-client" )
71
+ .exclude(" log4j" , " log4j" )
72
+ .exclude(" com.google.code.gson" , " gson" )
73
+ .exclude(" org.apache.avro" , " avro" )
74
+ .exclude(" org.codehaus.jackson" , " jackson-mapper-asl" )
75
+ .exclude(" com.sun.jersey" , " jersey-json" )
76
+ .exclude(" org.mortbay.jetty" , " jetty-sslengine" )
77
+ .exclude(" org.mortbay.jetty" , " jetty-util" )
78
+ .exclude(" org.mortbay.jetty" , " jetty" )
79
+ val collections = " commons-collections" % " commons-collections" % V .collections
80
+ val jaxbApi = " javax.xml.bind" % " jaxb-api" % V .jaxbApi
65
81
val elephantbird = (" com.twitter.elephantbird" % " elephant-bird-core" % V .elephantbird)
66
82
.exclude(" com.hadoop.gplcompression" , " hadoop-lzo" )
67
83
val hadoopLZO = " com.hadoop.gplcompression" % " hadoop-lzo" % V .hadoopLZO
0 commit comments