Skip to content

Commit

Permalink
reenable janusgraph. coursier doesn't work together with oracle's rep…
Browse files Browse the repository at this point in the history
…ository :(
  • Loading branch information
mpollmeier committed Nov 20, 2018
1 parent b0b3387 commit 705209b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ lazy val queryPrimitives = Projects.queryPrimitives
lazy val enhancements = Projects.enhancements
lazy val cpgloaderTinkergraph = Projects.cpgloaderTinkergraph
lazy val cpgloaderTinkergraphShiftleft = Projects.cpgloaderTinkergraphShiftleft
// TODO reenable once oracle's repo works again
// lazy val cpgloaderJanusgraph = Projects.cpgloaderJanusgraph
lazy val cpgloaderJanusgraph = Projects.cpgloaderJanusgraph
lazy val cpgloaderNeo4j = Projects.cpgloaderNeo4j
lazy val cpgqueryingtests = Projects.cpgqueryingtests

Expand Down
3 changes: 2 additions & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.1.0-M7")
// coursier doesn't work together with oracle's repository :(
// addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.1.0-M7")
addSbtPlugin("com.github.gseitz" % "sbt-protobuf" % "0.6.3")
addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "1.5.1")
addSbtPlugin("com.github.sbt" % "sbt-findbugs" % "2.0.0")
Expand Down

0 comments on commit 705209b

Please sign in to comment.