Elasticsearch BUILD: remove unneeded dependencies
Bug: Issue 6094 Change-Id: I97a848ea88e36f3e383662bbcd3ad4c5218fe4e3
This commit is contained in:
@@ -5,24 +5,19 @@ java_library(
|
||||
deps = [
|
||||
"//gerrit-antlr:query_exception",
|
||||
"//gerrit-extension-api:api",
|
||||
"//gerrit-reviewdb:client",
|
||||
"//gerrit-reviewdb:server",
|
||||
"//gerrit-server:server",
|
||||
"//lib:gson",
|
||||
"//lib:guava",
|
||||
"//lib:gwtorm",
|
||||
"//lib:protobuf",
|
||||
"//lib/commons:codec",
|
||||
"//lib/commons:lang",
|
||||
"//lib/elasticsearch",
|
||||
"//lib/guice",
|
||||
"//lib/guice:guice-assistedinject",
|
||||
"//lib/jest",
|
||||
"//lib/jest:jest-common",
|
||||
"//lib/jgit/org.eclipse.jgit:jgit",
|
||||
"//lib/joda:joda-time",
|
||||
"//lib/log:api",
|
||||
"//lib/lucene:lucene-analyzers-common",
|
||||
"//lib/lucene:lucene-core",
|
||||
],
|
||||
)
|
||||
@@ -35,16 +30,12 @@ java_library(
|
||||
srcs = glob(["src/test/java/**/ElasticTestUtils.java"]),
|
||||
deps = [
|
||||
":elasticsearch",
|
||||
"//gerrit-extension-api:api",
|
||||
"//gerrit-reviewdb:client",
|
||||
"//gerrit-server:server",
|
||||
"//lib:gson",
|
||||
"//lib:guava",
|
||||
"//lib:junit",
|
||||
"//lib:truth",
|
||||
"//lib/elasticsearch",
|
||||
"//lib/jgit/org.eclipse.jgit:jgit",
|
||||
"//lib/jgit/org.eclipse.jgit.junit:junit",
|
||||
],
|
||||
)
|
||||
|
||||
@@ -59,7 +50,6 @@ junit_tests(
|
||||
":elasticsearch",
|
||||
":elasticsearch_test_utils",
|
||||
"//gerrit-server:query_tests_code",
|
||||
"//gerrit-server:server",
|
||||
"//gerrit-server:testutil",
|
||||
"//lib/guice",
|
||||
"//lib/jgit/org.eclipse.jgit:jgit",
|
||||
|
Reference in New Issue
Block a user