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:
David Ostrovsky
2017-01-24 23:19:48 +01:00
parent f6f00a2ccb
commit a3acef8de4

View File

@@ -62,5 +62,6 @@ java_library(
":powermock-reflect",
"//lib:javassist",
"//lib:junit",
"@powermock_core//jar",
],
)