@@ -9,6 +9,9 @@ sourceCompatibility = 1.8
9
9
10
10
repositories {
11
11
mavenCentral()
12
+ maven {
13
+ url " https://repo.scaleoutsoftware.com/repository/external"
14
+ }
12
15
}
13
16
14
17
configurations {
@@ -30,18 +33,9 @@ dependencies {
30
33
testCompile group : ' org.springframework' , name : ' spring-context' , version : ' 5.0.7.RELEASE'
31
34
testCompile group : ' org.springframework' , name : ' spring-web' , version : ' 5.0.7.RELEASE'
32
35
testCompile group : ' javax.servlet' , name : ' javax.servlet-api' , version : ' 4.0.1'
36
+ testCompile group : ' com.scaleoutsoftware' , name : ' jnc' , version : ' 5.8'
33
37
34
- // point the following test dependencies to the local SOSS installation folder
35
- testCompile files(' C:\\ path\\ to\\ ScaleOut_Software\\ StateServer\\ JavaAPI\\ lib\\ concurrentlinkedhashmap-lru-1.4-soss-compat.jar' )
36
- testCompile files(' C:\\ path\\ to\\ ScaleOut_Software\\ StateServer\\ JavaAPI\\ soss-jnc-5.7.jar' )
37
- testCompile files(' C:\\ path\\ to\\ ScaleOut_Software\\ StateServer\\ JavaAPI\\ lib\\ slf4j-log4j12-1.6.1.jar")
38
- testCompile files(' C :\\path\\to\\ScaleOut_Software \\StateServer \\JavaAPI \\lib\\slf4j- api-1.6.1 . jar" )
39
- testCompile files('C:\\ path\\ to\\ ScaleOut_Software\\ StateServer\\ JavaAPI\\ lib\\ log4j-1.2.16.jar" )
40
-
41
- // point the following dependencies to the local SOSS installation folder
42
- compile files(' C:\\ path\\ to\\ ScaleOut_Software\\ StateServer\\ JavaAPI\\ soss-jnc-5.7.jar' )
43
- compile files(' C:\\ path\\ to\\ ScaleOut_Software\\ StateServer\\ JavaAPI\\ lib\\ concurrentlinkedhashmap-lru-1.4-soss-compat.jar' )
44
-
38
+ compile group : ' com.scaleoutsoftware' , name : ' jnc' , version : ' 5.8'
45
39
compile group : ' org.springframework.session' , name : ' spring-session-core' , version : ' 2.0.5.RELEASE'
46
40
compile group : ' org.springframework' , name : ' spring-context' , version : ' 5.0.7.RELEASE'
47
41
compile group : ' org.springframework' , name : ' spring-web' , version : ' 5.0.7.RELEASE'
0 commit comments