aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2019-04-15 11:47:49 -0400
committerJimmy Forsyth <jf2512@att.com>2019-04-15 11:48:34 -0400
commitee010be78898adfb69b82dc04ca9e7378bcda3cd (patch)
tree90800152fcbd3d55e16618a0f7d32a95c9954c6d
parent6b0bd6dd535847055eed5fd06c42e0837a18deb3 (diff)
Roll back springboot upgrade
Issue-ID: AAI-2380 Change-Id: I884f89a0c83328fe3f8376ea3a5b01da2039cf7d Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rw-r--r--champ-service/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/champ-service/pom.xml b/champ-service/pom.xml
index 5dc1443..610de3f 100644
--- a/champ-service/pom.xml
+++ b/champ-service/pom.xml
@@ -41,7 +41,7 @@ limitations under the License.
<version.org.apache.commons.commons-lang3>3.7</version.org.apache.commons.commons-lang3>
<version.org.hamcrest.hamcrest-library>1.3</version.org.hamcrest.hamcrest-library>
- <version.org.springframework.boot.spring-boot-dependencies>1.5.20.RELEASE</version.org.springframework.boot.spring-boot-dependencies>
+ <version.org.springframework.boot.spring-boot-dependencies>1.5.19.RELEASE</version.org.springframework.boot.spring-boot-dependencies>
<!-- Minimum code coverage percentage. Please update this figure as coverage increases to prevent any drops in
coverage caused by new changes. Note that this figure cannot be lower than the ONAP requirement of 0.55 -->
<jacoco.line.coverage.limit>0.16</jacoco.line.coverage.limit>