Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Commit

Permalink
Update the Solr version to 8.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Lautenschlager committed Nov 18, 2019
1 parent c2568a4 commit f1bedff
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion chronix-server-bin/build.gradle
Expand Up @@ -35,7 +35,7 @@ dependencies {
import de.undercouch.gradle.tasks.download.Download


def solrVersion = "8.1.1"
def solrVersion = "8.3.0"
def chronixBuildDir = rootDir.path + "/chronix-server-bin/chronix-server"
def confDir = rootDir.path + "/chronix-server-bin/config/chronix"

Expand Down
2 changes: 1 addition & 1 deletion chronix-server-client/build.gradle
Expand Up @@ -7,7 +7,7 @@ sonarqube {
dependencies {
compile 'org.apache.commons:commons-lang3:3.8.1'
compile 'commons-codec:commons-codec:1.10'
compile 'org.apache.solr:solr-solrj:8.1.1'
compile 'org.apache.solr:solr-solrj:8.3.0'
compile 'de.qaware.chronix:chronix-api:0.2-beta'

testCompile project(':chronix-server-test-extensions')
Expand Down
2 changes: 1 addition & 1 deletion chronix-server-compaction-handler/build.gradle
Expand Up @@ -6,7 +6,7 @@ sonarqube {


dependencies {
compile "org.apache.solr:solr-core:8.1.1"
compile "org.apache.solr:solr-core:8.3.0"
runtime 'org.restlet.osgi:org.restlet.ext.servlet:2.3.0'

compile 'de.qaware.chronix:chronix-api:0.2-beta'
Expand Down
2 changes: 1 addition & 1 deletion chronix-server-ingestion-handler/build.gradle
Expand Up @@ -6,7 +6,7 @@ sonarqube {


dependencies {
compile "org.apache.solr:solr-core:8.1.1"
compile "org.apache.solr:solr-core:8.3.0"
runtime 'org.restlet.osgi:org.restlet.ext.servlet:2.3.0'
compile 'com.google.code.gson:gson:2.7'

Expand Down
2 changes: 1 addition & 1 deletion chronix-server-plugin-management/build.gradle
Expand Up @@ -8,7 +8,7 @@ sonarqube {
dependencies {
compile 'com.google.inject:guice:4.1.0'
compile 'org.apache.commons:commons-lang3:3.8.1'
compile 'org.apache.solr:solr-core:8.1.1'
compile 'org.apache.solr:solr-core:8.3.0'

testCompile project(':chronix-server-type-metric')
testCompile project(':chronix-server-function-metric')
Expand Down
2 changes: 1 addition & 1 deletion chronix-server-query-handler/build.gradle
Expand Up @@ -5,7 +5,7 @@ sonarqube {
}

dependencies {
compile "org.apache.solr:solr-core:8.1.1"
compile "org.apache.solr:solr-core:8.3.0"
runtime 'org.restlet.osgi:org.restlet.ext.servlet:2.3.0'

compile 'de.qaware.chronix:chronix-api:0.2-beta'
Expand Down
2 changes: 1 addition & 1 deletion chronix-server-retention/build.gradle
Expand Up @@ -5,7 +5,7 @@ sonarqube {
}

dependencies {
compile "org.apache.solr:solr-core:8.1.1"
compile "org.apache.solr:solr-core:8.3.0"
compile 'org.quartz-scheduler:quartz:2.2.2'
runtime 'org.restlet.osgi:org.restlet.ext.servlet:2.3.0'

Expand Down
2 changes: 1 addition & 1 deletion chronix-server-test-integration/build.gradle
Expand Up @@ -9,7 +9,7 @@ apply from: "$rootDir/chronix-server-bin/build.gradle"
dependencies {
compile 'org.apache.commons:commons-lang3:3.8.1'
compile 'commons-codec:commons-codec:1.10'
compile 'org.apache.solr:solr-solrj:8.1.1'
compile 'org.apache.solr:solr-solrj:8.3.0'

compile 'de.qaware.chronix:chronix-api:0.2-beta'
compile 'de.qaware.chronix:chronix-timeseries:0.3.2-beta'
Expand Down
2 changes: 1 addition & 1 deletion chronix-server-type-metric/build.gradle
Expand Up @@ -10,7 +10,7 @@ dependencies {
compile 'de.qaware.chronix:chronix.fastdtw:0.3'
compile 'org.apache.commons:commons-math3:3.6.1'

compile "org.apache.solr:solr-core:8.1.1"
compile "org.apache.solr:solr-core:8.3.0"

compile 'com.google.inject:guice:4.1.0'
compile 'com.google.inject.extensions:guice-multibindings:4.1.0'
Expand Down

0 comments on commit f1bedff

Please sign in to comment.