Skip to content

Commit

Permalink
Added json4s dependency (closes snowplow/snowplow#1673)
Browse files Browse the repository at this point in the history
  • Loading branch information
fblundun authored and jbeemster committed Jul 6, 2015
1 parent 77b41ae commit 7b92507
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ object Dependencies {
val commonsCodec = "1.5"
val scalazon = "0.11"
val argot = "1.0.1"
val json4s = "3.2.11"

// Scala (test only)
// Using the newest version of spec (2.3.6) causes
Expand All @@ -64,6 +65,7 @@ object Dependencies {
val logback = "ch.qos.logback" % "logback-classic" % V.logback
val commonsCodec = "commons-codec" % "commons-codec" % V.commonsCodec
val scalazon = "io.github.cloudify" %% "scalazon" % V.scalazon
val json4sJackson = "org.json4s" %% "json4s-jackson" % V.json4s

// Scala (test only)
val specs2 = "org.specs2" %% "specs2" % V.specs2 % "test"
Expand Down
3 changes: 2 additions & 1 deletion project/ScalaCollectorBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ object ScalaCollectorBuild extends Build {
Libraries.awsSdk,
Libraries.argot,
Libraries.snowplowRawEvent,
Libraries.collectorPayload
Libraries.collectorPayload,
Libraries.json4sJackson
)
)
}

0 comments on commit 7b92507

Please sign in to comment.