Skip to content

Commit

Permalink
Remove joda-convert dependency (closes #98)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenFradet committed Jul 4, 2017
1 parent 88f05cb commit 17cca0e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ object Dependencies {
val elephantbird = "4.5"
val hadoopLZO = "0.4.20"
val yodaTime = "2.2"
val yodaConvert = "1.2"
val config = "1.0.2"
// Thrift (test only)
val collectorPayload = "0.0.0"
Expand All @@ -49,7 +48,6 @@ object Dependencies {
val elephantbird = "com.twitter.elephantbird" % "elephant-bird-core" % V.elephantbird
val hadoopLZO = "com.hadoop.gplcompression" % "hadoop-lzo" % V.hadoopLZO
val yodaTime = "joda-time" % "joda-time" % V.yodaTime
val yodaConvert = "org.joda" % "joda-convert" % V.yodaConvert
val config = "com.typesafe" % "config" % V.config
// Thrift (test only)
val collectorPayload = "com.snowplowanalytics" % "collector-payload-1" % V.collectorPayload % "test"
Expand Down
1 change: 0 additions & 1 deletion project/SnowplowS3SinkBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ object SnowplowKinesisEnrichBuild extends Build {
Libraries.json4sJackson,
Libraries.collectorPayload,
Libraries.yodaTime,
Libraries.yodaConvert,
Libraries.snowplowTracker
)
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ import serializers._
*
* Once the buffer is full, the emit function is called.
*/
class S3Emitter(config: KinesisConnectorConfiguration, badSink: ISink, serializer: ISerializer, maxConnectionTime: Long, tracker: Option[Tracker]) extends IEmitter[ EmitterInput ] {
class S3Emitter(config: KinesisConnectorConfiguration, badSink: ISink, serializer: ISerializer, maxConnectionTime: Long, tracker: Option[Tracker]) extends IEmitter[EmitterInput] {

/**
* The amount of time to wait in between unsuccessful index requests (in milliseconds).
Expand Down

0 comments on commit 17cca0e

Please sign in to comment.