File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ plugins {
1818
1919repositories {
2020 mavenCentral()
21- maven { url = URI (" https://kotlin.bintray.com/kotlinx" ) }
2221 maven { url = URI (" https://www.gridgainsystems.com/nexus/content/repositories/external" ) }
2322}
2423
@@ -29,7 +28,7 @@ dependencies {
2928 runtimeOnly(" org.apache.ignite:ignite-indexing:$igniteVersion " )
3029 implementation(" org.apache.ignite:ignite-slf4j:$igniteVersion " )
3130 implementation(" org.apache.ignite:ignite-spring:$igniteVersion " )
32- implementation (" org.gridgain:control-center-agent:$igniteVersion .0" )
31+ runtimeOnly (" org.gridgain:control-center-agent:$igniteVersion .0" )
3332 runtimeOnly(" org.slf4j:slf4j-simple:$slf4jVersion " )
3433 implementation(" javax.annotation:javax.annotation-api:1.2" )
3534 implementation(" com.google.protobuf:protobuf-java-util:$protobufVersion " )
You can’t perform that action at this time.
0 commit comments