Eclipse libs projects setup fix (#42852)

Fallout from #42773 for eclipse users.

(cherry picked from commit 998419c49fe51eb8343664a80f07d8d8d39abc6a)
This commit is contained in:
Albert Zaharovits 2019-06-04 11:53:26 -07:00 committed by Mark Vieira
parent e44b8b1e2e
commit 72eb9c2d44
No known key found for this signature in database
GPG Key ID: CA947EF7E6D4B105
6 changed files with 6 additions and 6 deletions

View File

@ -2,5 +2,5 @@
apply from: '../../build.gradle'
dependencies {
testCompile project(':libs:core')
testCompile project(':libs:elasticsearch-core')
}

View File

@ -3,5 +3,5 @@
apply from: '../../build.gradle'
dependencies {
testCompile project(':libs:dissect')
testCompile project(':libs:elasticsearch-dissect')
}

View File

@ -3,5 +3,5 @@
apply from: '../../build.gradle'
dependencies {
testCompile project(':libs:grok')
testCompile project(':libs:elasticsearch-grok')
}

View File

@ -3,5 +3,5 @@
apply from: '../../build.gradle'
dependencies {
testCompile project(':libs:nio')
testCompile project(':libs:elasticsearch-nio')
}

View File

@ -3,5 +3,5 @@
apply from: '../../build.gradle'
dependencies {
testCompile project(':libs:secure-sm')
testCompile project(':libs:elasticsearch-secure-sm')
}

View File

@ -3,5 +3,5 @@
apply from: '../../build.gradle'
dependencies {
testCompile project(':libs:x-content')
testCompile project(':libs:elasticsearch-x-content')
}