Skip to content

Commit

Permalink
remove exceptionator/model rogue wildcard deps
Browse files Browse the repository at this point in the history
It turns out these aren't actually necessary.

(sapling split of 0b6b3d359fdab2db96190597e2e9cac762db9f56)
  • Loading branch information
jvandew authored and mateor committed Jan 5, 2017
1 parent fad031b commit 4853b1c
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions src/jvm/io/fsq/exceptionator/model/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@ scala_library(
'3rdparty:lift-record',
'src/jvm/io/fsq/exceptionator/model/io',
'src/jvm/io/fsq/exceptionator/util',
'src/jvm/io/fsq/rogue',
'src/jvm/io/fsq/rogue/index',
'src/jvm/io/fsq/rogue/indexchecker',
'src/jvm/io/fsq/rogue/lift',
'src/jvm/io/fsq/rogue/types',
],
)
1 change: 0 additions & 1 deletion src/jvm/io/fsq/exceptionator/model/BucketRecord.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
package io.fsq.exceptionator.model

import _root_.io.fsq.exceptionator.util.Hash
import _root_.io.fsq.rogue._
import _root_.io.fsq.rogue.index.{Asc, IndexedRecord}
import _root_.io.fsq.rogue.lift.LiftRogue._
import net.liftweb.json._
Expand Down
1 change: 0 additions & 1 deletion src/jvm/io/fsq/exceptionator/model/HistoryRecord.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
package io.fsq.exceptionator.model

import _root_.io.fsq.exceptionator.util.Config
import _root_.io.fsq.rogue._
import _root_.io.fsq.rogue.index.{Asc, Desc, IndexedRecord}
import _root_.io.fsq.rogue.lift.LiftRogue._
import net.liftweb.common.Box
Expand Down
1 change: 0 additions & 1 deletion src/jvm/io/fsq/exceptionator/model/MongoOutgoing.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
package io.fsq.exceptionator.model

import _root_.io.fsq.exceptionator.model.io.{BucketId, Outgoing}
import _root_.io.fsq.rogue.lift.LiftRogue._
import net.liftweb.json.JsonDSL._
import net.liftweb.json._
import org.bson.types.ObjectId
Expand Down
1 change: 0 additions & 1 deletion src/jvm/io/fsq/exceptionator/model/NoticeRecord.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
package io.fsq.exceptionator.model

import _root_.io.fsq.exceptionator.model.io.Incoming
import _root_.io.fsq.rogue._
import _root_.io.fsq.rogue.index.{Asc, IndexedRecord}
import _root_.io.fsq.rogue.lift.LiftRogue._
import java.util.Date
Expand Down
1 change: 0 additions & 1 deletion src/jvm/io/fsq/exceptionator/model/UserFilterRecord.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
package io.fsq.exceptionator.model

import _root_.io.fsq.exceptionator.model.io.UserFilterView
import _root_.io.fsq.rogue._
import _root_.io.fsq.rogue.index.{Asc, IndexedRecord}
import _root_.io.fsq.rogue.lift.LiftRogue._
import net.liftweb.json._
Expand Down

0 comments on commit 4853b1c

Please sign in to comment.