From e1ce86324a34a84436c229c214661f5a9a7f3928 Mon Sep 17 00:00:00 2001 From: "RamaPrasad Amaranarayana (ra5425)" Date: Wed, 19 Sep 2018 17:59:48 -0400 Subject: Change Management Schedule Optimization Adding Database Project for Change Management Schedule Optimization Change-Id: I03370ea4d80ed0444f986b8c7e9e32dbad206106 Issue-ID: OPTFRA-351 Signed-off-by: RamaPrasad Amaranarayana (ra5425) --- cmso-database/pom.xml | 122 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 122 insertions(+) create mode 100644 cmso-database/pom.xml (limited to 'cmso-database/pom.xml') diff --git a/cmso-database/pom.xml b/cmso-database/pom.xml new file mode 100644 index 0000000..f5850f4 --- /dev/null +++ b/cmso-database/pom.xml @@ -0,0 +1,122 @@ + + + + 4.0.0 + + + org.onap.oparent + oparent + 1.2.0 + + + com.onap.optf + liquibase + 0.1.0-SNAPSHOT + + liquibase + Liquibase project for Spring Boot + + + liquibase + Casablanca + org.onap.optf + liquibase + + 1.8 + 5.0.8.RELEASE + 2.0.4.RELEASE + + 1.8 + 1.8 + ${maven.build.timestamp} + UTF-8 + UTF-8 + yyyyMMdd'T'HHmmss'Z' + + + + + + + org.springframework.boot + spring-boot-dependencies + ${spring.boot.version} + pom + import + + + + + + + org.springframework.boot + spring-boot-starter-test + test + + + org.springframework.boot + spring-boot-starter-jdbc + + + org.liquibase + liquibase-core + + + mysql + mysql-connector-java + + + org.mariadb.jdbc + mariadb-java-client + + + + + + + org.springframework.boot + spring-boot-maven-plugin + 2.0.4.RELEASE + + + org.liquibase + liquibase-maven-plugin + 3.5.5 + + etc/config/liquibase.properties + + + + docker-liquibase + + -- cgit 1.2.3-korg