Skip to content

Commit

Permalink
Add elasticsearch repository resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Dec 20, 2017
1 parent 27e4f72 commit 4c9f327
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion thehive-backend/build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import Dependencies._

resolvers += "elastic" at "https://artifacts.elastic.co/maven"

libraryDependencies ++= Seq(
Library.Play.cache,
Library.Play.ws,
Expand All @@ -12,4 +14,4 @@ libraryDependencies ++= Seq(
Library.reflections
)

play.sbt.routes.RoutesKeys.routesImport -= "controllers.Assets.Asset"
play.sbt.routes.RoutesKeys.routesImport -= "controllers.Assets.Asset"

0 comments on commit 4c9f327

Please sign in to comment.