Skip to content

Commit

Permalink
Fixed Importer re json4s
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelkiessling committed Nov 30, 2015
1 parent b58db98 commit 01d9fbe
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions importer/src/main/scala/Importer.scala
Expand Up @@ -2,9 +2,8 @@ package com.journeymonitor.analyze.importer

import java.text.SimpleDateFormat

import org.json4s.DefaultFormats
import org.json4s.native.JsonMethods._

import org.json4s._
import org.json4s.jackson.JsonMethods._
import scala.io.BufferedSource

/*
Expand Down

0 comments on commit 01d9fbe

Please sign in to comment.