mirror of
https://github.com/google/nomulus.git
synced 2025-05-20 03:09:33 +02:00
Add missing dependency on Jackson2 library
The com.google.client.api.json.jackson2 package depends on the com.fasterxml.jackson.core library, but this was not properly reflected in the Nomulus build files. The problem was masked because the library was getting pulled in by other dependencies, but when they were removed, the bug came out. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=142291622
This commit is contained in:
parent
f44557f34f
commit
9764ab0a56
1 changed files with 3 additions and 0 deletions
|
@ -6,4 +6,7 @@ java_library(
|
||||||
"@google_api_client//jar",
|
"@google_api_client//jar",
|
||||||
"@google_http_client_jackson2//jar",
|
"@google_http_client_jackson2//jar",
|
||||||
],
|
],
|
||||||
|
runtime_deps = [
|
||||||
|
"@jackson_core//jar",
|
||||||
|
],
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue