Giter Site home page Giter Site logo

sbt-blockade's People

Contributors

adelbertc avatar ahepburn avatar chrisbenincasa avatar devshorts avatar dwijnand avatar joescii avatar rossabaker avatar sullis avatar timperrett avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

sbt-blockade's Issues

sbt-blockade does not work with sbt-coursier (for transitive dependency violations?)

It seems, at least from my experiments, that sbt-blockade does not play nice with sbt-coursier for transitive dependency violations. It seems to work fine for direct dependencies. Here is my reproduction:

build.sbt

scalaVersion := "2.12.1"

blockadeUris := Seq(new java.net.URI(s"file:///${baseDirectory.in(ThisBuild).value}/blockade.json"))

compile in Compile := { blockade.value; (compile in Compile).value }

libraryDependencies += "co.fs2" %% "fs2-io" % "0.9.6"

blockade.json

{
  "blacklist": [
    {
      "organization": "co.fs2",
      "name": "fs2-core",
      "range": "(,0.9.6]",
      "expiry": "2017-09-21 00:00:00"
    }
  ]
}

project/plugins.sbt

addSbtPlugin("io.verizon.build"  % "sbt-blockade" % "0.2.35")
// addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.0-RC3")

project/build.properties

sbt.version=0.13.15

Running blockade warns as expected. Un-commenting the sbt-coursier plugin and running again says it succeeds.

If the fs2-io dependency is changed to fs2-core then it seems to succeed with or without Coursier ๐Ÿคทโ€โ™‚๏ธ

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.