summaryrefslogtreecommitdiffstats
path: root/springboot/springboot1
diff options
context:
space:
mode:
authorSingal, Kapil (ks220y) <ks220y@att.com>2022-05-02 14:13:19 -0400
committerSingal, Kapil (ks220y) <ks220y@att.com>2022-05-04 08:30:31 -0400
commit76ea3c6659f864a7e577702165619df20b6f654c (patch)
tree058df9a76bfb37270632f788a5e857f6a9585e75 /springboot/springboot1
parent386549759ed349d266a6310bb590070dd272e9f3 (diff)
Refactoring springboot related template and pom-generation
Issue-ID: CCSDK-3629 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I0d0bb47e55a1f27131795e609e38c0952e763856
Diffstat (limited to 'springboot/springboot1')
-rw-r--r--springboot/springboot1/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/springboot/springboot1/pom.xml b/springboot/springboot1/pom.xml
index e693ea7c..4d0946d8 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>