diff options
author | JohnKeeney <john.keeney@est.tech> | 2022-05-09 16:46:08 +0100 |
---|---|---|
committer | JohnKeeney <john.keeney@est.tech> | 2022-05-09 16:54:45 +0100 |
commit | 5286b7a9e0ed03bab57a93471e87c2f9d8492211 (patch) | |
tree | f6b0bea2abd9b615ace2f3d2bfecf2f59d02a031 /springboot/springboot1/pom.xml | |
parent | 2d071d42b8c333ffadd084960f85a3822e414815 (diff) |
Update Spring 3PP versions - Cherrypicking & adapting from master
https://gerrit.onap.org/r/c/ccsdk/parent/+/129038
https://gerrit.onap.org/r/c/ccsdk/oran/+/129004
Issue-ID: CCSDK-3629
Change-Id: I9e0e015e200cafc6171c91b93b196be505c17c76
Signed-off-by: JohnKeeney <john.keeney@est.tech>
Diffstat (limited to 'springboot/springboot1/pom.xml')
-rw-r--r-- | springboot/springboot1/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/springboot/springboot1/pom.xml b/springboot/springboot1/pom.xml index 089bc6aa..7020994f 100644 --- a/springboot/springboot1/pom.xml +++ b/springboot/springboot1/pom.xml @@ -2,7 +2,7 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> - <!-- PLEASE READ !!!!! This file is generated from ccsdk/parent/springboot/spring-boot-setup/src/main/template/pom-template.xml + <!-- PLEASE READ !!!!! This file is generated from ccsdk/parent/springboot/spring-boot-setup/src/main/template/pom-template-jdk8.xml Any updates needed should be made to that template and not to the generated pom.xml file --> <parent> @@ -202,7 +202,7 @@ <groupId>org.liquibase</groupId> <artifactId>liquibase-core</artifactId> <version>4.4.2-nordix</version> - </dependency> + </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-api</artifactId> |