Skip to content

Commit

Permalink
Upgrade to Spring Boot 1.5.4 (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgianos committed Jun 21, 2017
1 parent fb784b1 commit ff0cd73
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: java
sudo: required
dist: trusty
group: deprecated-2017Q2
jdk:
- oraclejdk8
services:
Expand Down
6 changes: 4 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
## Spring Dependency Versions

# Used in documentation and for including the Gradle plugin
spring_boot_version=1.5.3.RELEASE
spring_boot_version=1.5.4.RELEASE
spring_cloud_version=Dalston.SR1
spring_platform_version=Brussels-SR2
spring_platform_version=Brussels-SR3

## Override Spring Platform IO Versions

Expand All @@ -35,4 +35,6 @@ tomcat.version=8.0.22

hive_version=1.2.1

## Gradle Properties

org.gradle.parallel=true
2 changes: 1 addition & 1 deletion metacat-functional-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ task metacatPorts {
}

task functionalTest(type: Test) {
testClassesDir = sourceSets.functionalTest.output.classesDir
testClassesDirs = sourceSets.functionalTest.output.classesDirs
classpath = sourceSets.functionalTest.runtimeClasspath
outputs.upToDateWhen { false }

Expand Down
2 changes: 2 additions & 0 deletions metacat-main/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

configurations {
all*.exclude module: "jsr311-api"
all*.exclude module: "slf4j-log4j12"
}

dependencies {
Expand Down Expand Up @@ -73,6 +74,7 @@ dependencies {
runtime("io.springfox:springfox-swagger-ui")
runtime("org.webjars:hal-browser")
runtime("org.springframework:spring-aspects")

/*******************************
* Test Dependencies
*******************************/
Expand Down
2 changes: 2 additions & 0 deletions metacat-war/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ apply plugin: "war"

configurations {
all*.exclude module: "jsr311-api"
all*.exclude module: "slf4j-log4j12"
}

dependencies {
Expand All @@ -42,6 +43,7 @@ dependencies {
/*******************************
* Runtime Dependencies
*******************************/

runtime("org.springframework:spring-aspects")

/*******************************
Expand Down

0 comments on commit ff0cd73

Please sign in to comment.