Bazel: Fix exporting Mockito in plugin API
Mockito was exported in plugin API in I72c0694ec6, but it only was added to acceptance:lib library that is only used for in tree build. To correctly expose the Mockito dependency in plugin API it should have been added to acceptance:framework-lib library. Change-Id: Iad6d841705e46089f8bc4e070dd34a08e4b2ab9e
This commit is contained in:
		 David Ostrovsky
					David Ostrovsky
				
			
				
					committed by
					
						 David Ostrovsky
						David Ostrovsky
					
				
			
			
				
	
			
			
			 David Ostrovsky
						David Ostrovsky
					
				
			
						parent
						
							40641abeb0
						
					
				
				
					commit
					f7672b25ef
				
			| @@ -50,7 +50,6 @@ java_library( | |||||||
|         "//lib/guice:guice-servlet", |         "//lib/guice:guice-servlet", | ||||||
|         "//lib/jgit/org.eclipse.jgit:jgit", |         "//lib/jgit/org.eclipse.jgit:jgit", | ||||||
|         "//lib/mina:sshd", |         "//lib/mina:sshd", | ||||||
|         "//lib/mockito", |  | ||||||
|         "//prolog:gerrit-prolog-common", |         "//prolog:gerrit-prolog-common", | ||||||
|     ], |     ], | ||||||
| ) | ) | ||||||
| @@ -91,6 +90,7 @@ java_library2( | |||||||
|         "//lib/jgit/org.eclipse.jgit.junit:junit", |         "//lib/jgit/org.eclipse.jgit.junit:junit", | ||||||
|         "//lib/log:impl-log4j", |         "//lib/log:impl-log4j", | ||||||
|         "//lib/log:log4j", |         "//lib/log:log4j", | ||||||
|  |         "//lib/mockito", | ||||||
|         "//lib/truth", |         "//lib/truth", | ||||||
|         "//lib/truth:truth-java8-extension", |         "//lib/truth:truth-java8-extension", | ||||||
|         "//prolog:gerrit-prolog-common", |         "//prolog:gerrit-prolog-common", | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user