Skip to content

Commit

Permalink
Removed Snowplow Maven Repo and scala-util dependency (closes #42)
Browse files Browse the repository at this point in the history
  • Loading branch information
chuwy committed May 13, 2016
1 parent f175f8d commit 829b7c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 1 addition & 5 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ import Keys._
object Dependencies {

val resolutionRepos = Seq(
// For scala-util
"Snowplow Analytics" at "http://maven.snplow.com/releases/",
// For Twitter's LRU cache
"Twitter Maven Repo" at "http://maven.twttr.com/",
"Sonatype" at "https://oss.sonatype.org/content/repositories/releases"
Expand All @@ -33,7 +31,6 @@ object Dependencies {
val jackson = "1.9.7"

// Scala
val scalaUtil = "0.1.0"
val json4s = "3.2.11"
val spray = "1.3.3"
val akka = "2.3.14"
Expand Down Expand Up @@ -64,7 +61,6 @@ object Dependencies {
val jackson = "org.codehaus.jackson" % "jackson-mapper-asl" % V.jackson

// Scala
val scalaUtil = "com.snowplowanalytics" % "scala-util" % V.scalaUtil
val sprayClient = "io.spray" %% "spray-client" % V.spray
val akka = "com.typesafe.akka" %% "akka-actor" % V.akka
val json4sJackson = "org.json4s" %% "json4s-jackson" % V.json4s
Expand Down Expand Up @@ -94,4 +90,4 @@ object Dependencies {
} else {
on211
}))
}
}
1 change: 0 additions & 1 deletion project/SnowplowTrackerBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ object SnowplowTrackerBuild extends Build {
Libraries.jodaConvert,
Libraries.jodaMoney,
Libraries.jackson,
Libraries.scalaUtil,
Libraries.json4sJackson,
Libraries.sprayClient,
Libraries.akka,
Expand Down

0 comments on commit 829b7c8

Please sign in to comment.