Skip to content

Commit

Permalink
Merge pull request #205 from brharrington/rm-governator
Browse files Browse the repository at this point in the history
remove iep-governator
  • Loading branch information
brharrington committed Dec 3, 2015
2 parents fbfcf41 + 783dbc7 commit 3e6273e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 115 deletions.
104 changes: 0 additions & 104 deletions iep-governator/src/main/java/com/netflix/iep/gov/Governator.java

This file was deleted.

10 changes: 0 additions & 10 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ object MainBuild extends Build {
.aggregate(
`iep-config`,
`iep-eureka-testconfig`,
`iep-governator`,
`iep-guice`,
`iep-launcher`,
`iep-module-archaius1`,
Expand Down Expand Up @@ -61,15 +60,6 @@ object MainBuild extends Build {
lazy val `iep-eureka-testconfig` = project
.settings(buildSettings: _*)

lazy val `iep-governator` = project
.settings(buildSettings: _*)
.settings(libraryDependencies ++= commonDeps)
.settings(libraryDependencies ++= Seq(
Dependencies.governator,
Dependencies.guiceCore,
Dependencies.slf4jApi
))

lazy val `iep-guice` = project
.settings(buildSettings: _*)
.settings(libraryDependencies ++= commonDeps)
Expand Down
1 change: 0 additions & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ object Dependencies {
val archaiusTypesafe= "com.netflix.archaius" % "archaius2-typesafe" % archaius
val equalsVerifier = "nl.jqno.equalsverifier" % "equalsverifier" % "1.7.5"
val eureka = "com.netflix.eureka" % "eureka-client" % "1.3.4"
val governator = "com.netflix.governator" % "governator-core" % "1.10.5"
val guiceAssist = "com.google.inject.extensions" % "guice-assistedinject" % guice
val guiceCore = "com.google.inject" % "guice" % guice
val guiceGrapher = "com.google.inject.extensions" % "guice-grapher" % guice
Expand Down

0 comments on commit 3e6273e

Please sign in to comment.