Skip to content

Commit

Permalink
Delete unused plexus, jsch dependencies
Browse files Browse the repository at this point in the history
Before:

```
$ ls -al bazel-bin/src/bazel
-r-xr-xr-x 1 jingwen primarygroup 44318116 Nov 26 13:31 bazel-bin/src/bazel
```

After:
```
$ ls -al bazel-bin/src/bazel
-r-xr-xr-x 1 jingwen primarygroup 43887100 Nov 26 13:30 bazel-bin/src/bazel
```

? = -431016 bytes (-0.9%)

Closes #10308.

PiperOrigin-RevId: 282704637
  • Loading branch information
jin authored and copybara-github committed Nov 27, 2019
1 parent b4b503e commit 9d14ebd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/jdeps_modules.golden
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ java.instrument
java.logging
java.management
java.naming
java.security.jgss
java.sql
java.xml
jdk.management
Expand Down
4 changes: 0 additions & 4 deletions src/main/java/com/google/devtools/build/lib/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -916,10 +916,6 @@ java_library(
"bazel/repository/local_config_platform.WORKSPACE",
],
runtime_deps = [
"//third_party:jsch",
"//third_party:plexus_component_annotations",
"//third_party:plexus_interpolation",
"//third_party:plexus_utils",
"//third_party:slf4j",
],
deps = [
Expand Down

0 comments on commit 9d14ebd

Please sign in to comment.