Skip to content

Commit

Permalink
Added ability to disable user-agent-utils enrichment (resolves snowpl…
Browse files Browse the repository at this point in the history
  • Loading branch information
AALEKH committed Jan 12, 2015
1 parent 17287fb commit 520c8aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion 3-enrich/scala-common-enrich/project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ object Dependencies {
val useragent = "1.13"
val jacksonDatabind = "2.2.3"
val jsonValidator = "2.2.3"
val mavenArtifact = "3.2.2"
val mavenArtifact = "3.2.2"
val uaParser = "1.3.0"
// Scala
val scalaz7 = "7.0.0"
val snowplowRawEvent = "0.1.0"
Expand Down Expand Up @@ -66,6 +67,7 @@ object Dependencies {
val jacksonDatabind = "com.fasterxml.jackson.core" % "jackson-databind" % V.jacksonDatabind
val jsonValidator = "com.github.fge" % "json-schema-validator" % V.jsonValidator
val mavenArtifact = "org.apache.maven" % "maven-artifact" % V.mavenArtifact
val uaParser = "org.clojars.timewarrior" % "ua-parser" % V.uaParser
// Scala
val scalaz7 = "org.scalaz" %% "scalaz-core" % V.scalaz7
val snowplowRawEvent = "com.snowplowanalytics" % "snowplow-thrift-raw-event" % V.snowplowRawEvent
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ object SnowplowCommonEnrichBuild extends Build {
Libraries.useragent,
Libraries.jacksonDatabind,
Libraries.jsonValidator,
Libraries.mavenArtifact,
Libraries.mavenArtifact,
Libraries.uaParser,
// Scala
Libraries.scalaz7,
Libraries.snowplowRawEvent,
Expand Down

0 comments on commit 520c8aa

Please sign in to comment.