Skip to content

Commit

Permalink
Add Twitter Maven repository (close #234)
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzhanunlu committed Nov 1, 2021
1 parent 3318223 commit e5e0896
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ import sbt._
object Dependencies {
val resolvers = Seq(
("Snowplow Analytics Maven releases repo" at "http://maven.snplow.com/releases/").withAllowInsecureProtocol(true),
"Snowplow Bintray Maven repo" at "https://snowplow.bintray.com/snowplow-maven"
"Snowplow Bintray Maven repo" at "https://snowplow.bintray.com/snowplow-maven",
"Twitter" at "https://maven.twttr.com/"
)

object V {
Expand Down Expand Up @@ -64,7 +65,7 @@ object Dependencies {
.exclude("junit", "junit")
val elephantbird = ("com.twitter.elephantbird" % "elephant-bird-core" % V.elephantbird)
.exclude("com.hadoop.gplcompression", "hadoop-lzo")
val hadoopLZO = "com.snowplowanalytics" % "hadoop-lzo" % V.hadoopLZO
val hadoopLZO = "com.hadoop.gplcompression" % "hadoop-lzo" % V.hadoopLZO
val apacheCommons = "org.apache.directory.studio" % "org.apache.commons.collections" % V.apacheCommons
val sentry = "io.sentry" % "sentry" % V.sentry

Expand Down

0 comments on commit e5e0896

Please sign in to comment.