Skip to content
This repository was archived by the owner on May 24, 2024. It is now read-only.

Commit 534c814

Browse files
committed
Update to c2 4.0.4, remove unnecessary exclusions.
1 parent 061b07f commit 534c814

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

build.gradle

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ group = 'org.carrot2'
66
buildscript {
77
ext {
88
version_es = '7.8.1'
9-
version_c2 = 'org.carrot2:carrot2-core:4.0.3'
9+
version_c2 = 'org.carrot2:carrot2-core:4.0.4'
1010
}
1111

1212
repositories {
@@ -54,13 +54,6 @@ dependencies {
5454

5555
compile(version_c2, {
5656
exclude group: "com.carrotsearch", module: "hppc"
57-
exclude group: "org.apache.logging.log4j"
58-
exclude group: "org.apache.lucene"
59-
exclude group: "com.fasterxml.jackson.core"
60-
exclude group: "org.apache.httpcomponents"
61-
exclude group: "commons-logging"
62-
exclude group: "junit"
63-
exclude group: "com.carrotsearch.randomizedtesting"
6457
})
6558

6659
testCompile "com.fasterxml.jackson.core:jackson-core:2.10.4"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.6.1-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)