File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ import ../../.bazelrc
3
3
common --enable_bzlmod
4
4
common --incompatible_use_plus_in_repo_names
5
5
6
+ common --check_direct_dependencies=error
7
+
6
8
build --java_language_version=11
7
9
build --tool_java_language_version=11
8
10
Original file line number Diff line number Diff line change 1
- 8.0.0
1
+ 8.3.1
Original file line number Diff line number Diff line change 3
3
version = "6.0" ,
4
4
)
5
5
6
+ # Required because `protobuf` contributes to the default namespace
7
+ bazel_dep (name = "protobuf" , version = "29.0" , repo_name = None )
8
+ bazel_dep (name = "rules_java" , version = "8.12.0" )
6
9
bazel_dep (name = "rules_jvm_external" , version = "0.0" )
7
10
local_path_override (
8
11
module_name = "rules_jvm_external" , # matches the name of the `bazel_dep`
@@ -21,6 +24,10 @@ maven.install(
21
24
"org.seleniumhq.selenium:selenium-java:4.4.0" ,
22
25
],
23
26
fetch_sources = True ,
27
+ known_contributing_modules = [
28
+ "protobuf" ,
29
+ "rules_jvm_external_examples_bzlmod" ,
30
+ ],
24
31
lock_file = "//:maven_install.json" ,
25
32
)
26
33
Original file line number Diff line number Diff line change 1
1
{
2
2
"__AUTOGENERATED_FILE_DO_NOT_MODIFY_THIS_FILE_MANUALLY" : " THERE_IS_NO_DATA_ONLY_ZUUL" ,
3
3
"__INPUT_ARTIFACTS_HASH" : -1307306091 ,
4
- "__RESOLVED_ARTIFACTS_HASH" : -1723710779 ,
4
+ "__RESOLVED_ARTIFACTS_HASH" : -1663972293 ,
5
5
"conflict_resolution" : {
6
6
"com.google.errorprone:error_prone_annotations:2.5.1" : " com.google.errorprone:error_prone_annotations:2.18.0" ,
7
7
"com.google.guava:guava:31.1-jre" : " com.google.guava:guava:32.0.1-jre"
170
170
},
171
171
"com.google.guava:listenablefuture" : {
172
172
"shasums" : {
173
- "jar" : " b372a037d4230aa57fbeffdef30fd6123f9c0c2db85d0aced00c91b974f33f99" ,
174
- "sources" : null
173
+ "jar" : " b372a037d4230aa57fbeffdef30fd6123f9c0c2db85d0aced00c91b974f33f99"
175
174
},
176
175
"version" : " 9999.0-empty-to-avoid-conflict-with-guava"
177
176
},
You can’t perform that action at this time.
0 commit comments