Skip to content

Commit

Permalink
Added analysis common module
Browse files Browse the repository at this point in the history
  • Loading branch information
Biacode committed Oct 1, 2018
1 parent 427a587 commit 75c4fe9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext {
kotlinVersion = "1.2.70"
kotlinVersion = "1.2.71"
springVersion = '5.0.5.RELEASE'
springBootVersion = "2.0.1.RELEASE"
elasticSearchVersion = '6.4.1'
Expand Down Expand Up @@ -70,7 +70,7 @@ allprojects {
}

group = 'org.biacode.escommons'
version = '6.4.1_0.0.1-SNAPSHOT'
version = '6.4.1_0.1.3-SNAPSHOT'
sourceCompatibility = 1.8

configurations.all {
Expand Down Expand Up @@ -207,6 +207,7 @@ project(':escommons-test') {
compile project(':escommons-persistence')
compile("org.elasticsearch.client:transport:${elasticSearchVersion}")
compile("org.codelibs.elasticsearch.lib:plugin-classloader:$elasticSearchVersion")
compile("org.codelibs.elasticsearch.module:analysis-common:$elasticSearchVersion")
compile("org.springframework:spring-test:$springVersion")
compile("junit:junit:$junitVersion")
compile("org.easymock:easymock:$easymockVersion")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ escommons.path.home=/tmp/escommons/home
escommons.path.data=/tmp/escommons/data
escommons.path.repo=/tmp/escommons/repo
escommons.node.max_local_storage_nodes=10
escommons.plugins=org.elasticsearch.transport.Netty4Plugin
escommons.plugins=org.elasticsearch.transport.Netty4Plugin,org.elasticsearch.analysis.common.CommonAnalysisPlugin
escommons.scroll.size=100

0 comments on commit 75c4fe9

Please sign in to comment.