Skip to content

Commit

Permalink
remove dependency-check (digital-asset#8744)
Browse files Browse the repository at this point in the history
It relies on a Bintray URL, which is likely to break soon as Bintray
sunsets.

It's also not been referenced by anything in this repo since at least
open-sourcing, so the value it provides seems low. There's no
documentation of why it's here and what its planned usage was, but based
on the [project page](https://github.com/jeremylong/DependencyCheck) I
imagine it's been supplanted by BlackDuck now.

CHANGELOG_BEGIN
CHANGELOG_END
  • Loading branch information
garyverhaegen-da authored Feb 4, 2021
1 parent 5944179 commit 24a39d4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
1 change: 0 additions & 1 deletion dev-env/bin/dependency-check

This file was deleted.

1 change: 0 additions & 1 deletion nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ in rec {
# nixpkgs ships with an RC for scalafmt 2.0 that seems to be significantly slower
# and changes a lot of formatting so for now we stick to 1.5.1.
scalafmt = pkgs.callPackage ./overrides/scalafmt.nix { jre = jdk; };
dependency-check = (pkgs.callPackage ./tools/dependency-check { });

# Nix development
cabal2nix = pkgs.cabal2nix;
Expand Down
13 changes: 0 additions & 13 deletions nix/tools/dependency-check/default.nix

This file was deleted.

0 comments on commit 24a39d4

Please sign in to comment.