From 604cd4b22e9f1f4890de77eafc88a4bc65a18c93 Mon Sep 17 00:00:00 2001 From: DTop Date: Tue, 25 Feb 2020 18:00:57 -0500 Subject: [PATCH] initial commit --- pom.xml | 218 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 218 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..c48dba1 --- /dev/null +++ b/pom.xml @@ -0,0 +1,218 @@ + + 4.0.0 + + org.springframework.boot + spring-boot-starter-parent + 1.5.7.RELEASE + + + + com.telecominfraproject + tip-wlan-cloud-root-pom + 0.0.1-SNAPSHOT + pom + tip-wlan-cloud-root-pom + Place to keep all common properties, dependencies, and settings + + + UTF-8 + 0.0.1-SNAPSHOT + 23.0 + + + 0.0.1-SNAPSHOT + + + + + + + + + + + + junit + junit + test + + + org.springframework.boot + spring-boot-starter-test + test + + + + com.fasterxml.jackson.core + jackson-databind + + + + + org.springframework.boot + spring-boot-starter-web + + + + + org.apache.httpcomponents + httpasyncclient + + + + + org.springframework.boot + spring-boot-loader + + + + + com.google.guava + guava + ${guava.version} + + + + org.springframework + spring-context-support + + + + + + + io.cloudrepo + TIP WLAN Cloud Repo + https://connectustechnologies.mycloudrepo.io/repositories/connectus_tip_cloud + + + + + + spring-milestones + Spring Milestones + http://repo.spring.io/milestone + + false + + + + + + io.cloudrepo + https://connectustechnologies.mycloudrepo.io/repositories/connectus_tip_cloud + + + + + + + spring-milestones + Spring Milestones + http://repo.spring.io/milestone + + false + + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.6.1 + + + org.apache.maven.plugins + maven-source-plugin + 3.0.1 + + + org.apache.maven.plugins + maven-surefire-plugin + 2.20 + + + + + + + maven-compiler-plugin + + 1.8 + 1.8 + + + + + + maven-source-plugin + + + attach-sources + verify + + jar-no-fork + + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + -Xmx1024m -XX:MaxPermSize=512m + + + integration_test + propertyValue + ${project.build.directory} + + + + + + + + + + release + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar-no-fork + + + + + + + + + + doclint-java8-disable + + [1.8,) + + + -Xdoclint:none + + + + + +