File tree 5 files changed +10
-3
lines changed
5 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
language : java
2
2
sudo : required
3
3
dist : trusty
4
+ group : deprecated-2017Q2
4
5
jdk :
5
6
- oraclejdk8
6
7
services :
Original file line number Diff line number Diff line change 19
19
# # Spring Dependency Versions
20
20
21
21
# Used in documentation and for including the Gradle plugin
22
- spring_boot_version =1.5.3 .RELEASE
22
+ spring_boot_version =1.5.4 .RELEASE
23
23
spring_cloud_version =Dalston.SR1
24
- spring_platform_version =Brussels-SR2
24
+ spring_platform_version =Brussels-SR3
25
25
26
26
# # Override Spring Platform IO Versions
27
27
@@ -35,4 +35,6 @@ tomcat.version=8.0.22
35
35
36
36
hive_version =1.2.1
37
37
38
+ # # Gradle Properties
39
+
38
40
org.gradle.parallel =true
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ task metacatPorts {
143
143
}
144
144
145
145
task functionalTest (type : Test ) {
146
- testClassesDir = sourceSets. functionalTest. output. classesDir
146
+ testClassesDirs = sourceSets. functionalTest. output. classesDirs
147
147
classpath = sourceSets. functionalTest. runtimeClasspath
148
148
outputs. upToDateWhen { false }
149
149
Original file line number Diff line number Diff line change 18
18
19
19
configurations {
20
20
all* . exclude module : " jsr311-api"
21
+ all* . exclude module : " slf4j-log4j12"
21
22
}
22
23
23
24
dependencies {
@@ -73,6 +74,7 @@ dependencies {
73
74
runtime(" io.springfox:springfox-swagger-ui" )
74
75
runtime(" org.webjars:hal-browser" )
75
76
runtime(" org.springframework:spring-aspects" )
77
+
76
78
/* ******************************
77
79
* Test Dependencies
78
80
*******************************/
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ apply plugin: "war"
20
20
21
21
configurations {
22
22
all* . exclude module : " jsr311-api"
23
+ all* . exclude module : " slf4j-log4j12"
23
24
}
24
25
25
26
dependencies {
@@ -42,6 +43,7 @@ dependencies {
42
43
/* ******************************
43
44
* Runtime Dependencies
44
45
*******************************/
46
+
45
47
runtime(" org.springframework:spring-aspects" )
46
48
47
49
/* ******************************
You can’t perform that action at this time.
0 commit comments