|
16 | 16 | */
|
17 | 17 |
|
18 | 18 | dependencies {
|
19 |
| - compile project(':geode-core') |
20 |
| - compile project(':geode-common') |
21 |
| - compile 'org.apache.lucene:lucene-analyzers-common:' + project.'lucene.version' |
22 |
| - compile ('org.apache.lucene:lucene-queryparser:' + project.'lucene.version') { |
23 |
| - exclude module: 'lucene-sandbox' |
24 |
| - } |
| 19 | + compile project(':geode-core') |
| 20 | + compile project(':geode-common') |
| 21 | + compile 'org.apache.lucene:lucene-analyzers-common:' + project.'lucene.version' |
| 22 | + compile ('org.apache.lucene:lucene-queryparser:' + project.'lucene.version') { |
| 23 | + exclude module: 'lucene-sandbox' |
| 24 | + } |
25 | 25 |
|
26 |
| - runtime 'org.apache.lucene:lucene-analyzers-phonetic:' + project.'lucene.version' |
| 26 | + runtime 'org.apache.lucene:lucene-analyzers-phonetic:' + project.'lucene.version' |
27 | 27 |
|
28 |
| - testCompile project(':geode-junit') |
29 |
| - testCompile project(':geode-lucene/geode-lucene-test') |
30 |
| - testCompile 'org.apache.lucene:lucene-test-framework:' + project.'lucene.version' |
31 |
| - testCompile 'com.pholser:junit-quickcheck-generators:' + project.'junit-quickcheck.version' |
| 28 | + testCompile project(':geode-junit') |
| 29 | + testCompile project(':geode-lucene/geode-lucene-test') |
| 30 | + testCompile 'org.apache.lucene:lucene-test-framework:' + project.'lucene.version' |
| 31 | + testCompile 'com.pholser:junit-quickcheck-generators:' + project.'junit-quickcheck.version' |
32 | 32 |
|
33 | 33 |
|
34 |
| - integrationTestCompile project(":geode-dunit") |
35 |
| - integrationTestCompile project(':geode-lucene/geode-lucene-test') |
36 |
| - integrationTestCompile 'org.apache.lucene:lucene-analyzers-phonetic:' + project.'lucene.version' |
37 |
| - integrationTestCompile 'pl.pragmatists:JUnitParams:' + project.'JUnitParams.version' |
| 34 | + integrationTestCompile project(":geode-dunit") |
| 35 | + integrationTestCompile project(':geode-lucene/geode-lucene-test') |
| 36 | + integrationTestCompile 'org.apache.lucene:lucene-analyzers-phonetic:' + project.'lucene.version' |
| 37 | + integrationTestCompile 'pl.pragmatists:JUnitParams:' + project.'JUnitParams.version' |
38 | 38 |
|
39 | 39 |
|
40 |
| - distributedTestCompile project(':geode-lucene/geode-lucene-test') |
41 |
| - distributedTestCompile 'pl.pragmatists:JUnitParams:' + project.'JUnitParams.version' |
| 40 | + distributedTestCompile project(':geode-lucene/geode-lucene-test') |
| 41 | + distributedTestCompile 'pl.pragmatists:JUnitParams:' + project.'JUnitParams.version' |
42 | 42 |
|
43 | 43 |
|
44 |
| - upgradeTestCompile project(":geode-dunit") |
| 44 | + upgradeTestCompile (project(":geode-dunit")) { |
| 45 | + exclude module: 'geode-core' |
| 46 | + } |
45 | 47 |
|
46 | 48 |
|
47 |
| - performanceTestCompile project(":geode-junit") |
48 |
| - performanceTestCompile project(':geode-lucene/geode-lucene-test') |
| 49 | + performanceTestCompile project(":geode-junit") |
| 50 | + performanceTestCompile project(':geode-lucene/geode-lucene-test') |
49 | 51 | }
|
50 | 52 |
|
51 | 53 | //The lucene integration tests don't have any issues that requiring forking
|
|
0 commit comments