Skip to content

Commit

Permalink
Try to update maven
Browse files Browse the repository at this point in the history
  • Loading branch information
pjreiniger committed Jul 7, 2024
1 parent 1c861c8 commit 39913ad
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion build_scripts/bazel/deps/maven_install.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"__AUTOGENERATED_FILE_DO_NOT_MODIFY_THIS_FILE_MANUALLY": "THERE_IS_NO_DATA_ONLY_ZUUL",
"__INPUT_ARTIFACTS_HASH": -858297645,
"__INPUT_ARTIFACTS_HASH": -858299983,
"__RESOLVED_ARTIFACTS_HASH": -450393126,
"artifacts": {
"com.fasterxml.jackson.core:jackson-annotations": {
Expand Down Expand Up @@ -536,5 +536,27 @@
"us.hebi.quickbuf:quickbuf-runtime"
]
},
"services": {
"com.fasterxml.jackson.core:jackson-core": {
"com.fasterxml.jackson.core.JsonFactory": [
"com.fasterxml.jackson.core.JsonFactory"
]
},
"com.fasterxml.jackson.core:jackson-databind": {
"com.fasterxml.jackson.core.ObjectCodec": [
"com.fasterxml.jackson.databind.ObjectMapper"
]
},
"org.junit.jupiter:junit-jupiter-engine": {
"org.junit.platform.engine.TestEngine": [
"org.junit.jupiter.engine.JupiterTestEngine"
]
},
"org.junit.platform:junit-platform-console": {
"java.util.spi.ToolProvider": [
"org.junit.platform.console.ConsoleLauncherToolProvider"
]
}
},
"version": "2"
}

0 comments on commit 39913ad

Please sign in to comment.