This repository was archived by the owner on May 24, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ group = 'org.carrot2'
6
6
buildscript {
7
7
ext {
8
8
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 '
10
10
}
11
11
12
12
repositories {
@@ -54,13 +54,6 @@ dependencies {
54
54
55
55
compile(version_c2, {
56
56
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"
64
57
})
65
58
66
59
testCompile " com.fasterxml.jackson.core:jackson-core:2.10.4"
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
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
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments