Bazel: Fix powermock-core declaration
In the definition of //lib/powermock:powermock the dependency to @powermock_core//jar was missing. Change-Id: I4055085592ad556e7b1da730344b7e48460be7af
This commit is contained in:
@@ -62,5 +62,6 @@ java_library(
|
|||||||
":powermock-reflect",
|
":powermock-reflect",
|
||||||
"//lib:javassist",
|
"//lib:javassist",
|
||||||
"//lib:junit",
|
"//lib:junit",
|
||||||
|
"@powermock_core//jar",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user