Skip to content

Commit

Permalink
Remove transitive Maven deps (#161)
Browse files Browse the repository at this point in the history
`rules_jvm_external` takes care of transitive deps, so we do not need to
/ should state them explicitly.

Signed-off-by: Sara Adams <[email protected]>
  • Loading branch information
saraadams authored Dec 4, 2023
1 parent 3ea0d3b commit dc06947
Show file tree
Hide file tree
Showing 6 changed files with 116 additions and 196 deletions.
6 changes: 0 additions & 6 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,16 @@ maven.install(
artifacts = [
"com.google.code.findbugs:jsr305:3.0.2",
"com.google.code.gson:gson:2.10.1",
"com.google.errorprone:error_prone_annotations:2.23.0",
"com.google.guava:failureaccess:1.0.2",
"com.google.guava:guava:32.1.3-jre",
"com.google.j2objc:j2objc-annotations:2.8",
"commons-cli:commons-cli:1.6.0",

# For Tests
"com.google.googlejavaformat:google-java-format:1.18.1",
"com.google.truth:truth:1.1.5",
"com.google.truth.extensions:truth-java8-extension:1.1.5",
"junit:junit:4.13.2",
"net.bytebuddy:byte-buddy-agent:1.14.10",
"net.bytebuddy:byte-buddy:1.14.10",
"org.hamcrest:hamcrest-core:2.2",
"org.mockito:mockito-core:5.7.0",
"org.objenesis:objenesis:3.3",
],
# When updating versions, run `REPIN=1 bazel run @unpinned_maven//:pin`
fail_if_repin_required = True,
Expand Down
Loading

0 comments on commit dc06947

Please sign in to comment.