1 Commits

Author SHA1 Message Date
Akshay Jagadish
4768671325 link test 2020-12-03 16:08:57 -05:00
2 changed files with 8 additions and 8 deletions

View File

@@ -1,3 +1,3 @@
# tip-wlan-cloud-root
# tip-wlan-cloud-root # testing
Root pom for the TIP WLAN Cloud projects.
Contains common properties, dependencies, versions of maven packages, and maven repository settings.

14
pom.xml
View File

@@ -1,22 +1,23 @@
<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">
<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>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.3.12.RELEASE</version>
<relativePath />
<version>2.3.0.RELEASE</version>
<relativePath></relativePath>
</parent>
<groupId>com.telecominfraproject.wlan</groupId>
<artifactId>tip-wlan-cloud-root-pom</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>tip-wlan-cloud-root-pom</name>
<description>Place to keep all common properties, dependencies, and settings</description>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<tip-wlan-cloud.release.version>1.2.0-SNAPSHOT</tip-wlan-cloud.release.version>
<tip-wlan-cloud.release.version>0.0.1-SNAPSHOT</tip-wlan-cloud.release.version>
<apache.commons.math3.version>3.6.1</apache.commons.math3.version>
<seruco.base62.version>0.1.2</seruco.base62.version>
<netflix.servo.version>0.12.17</netflix.servo.version>
@@ -145,7 +146,7 @@
<!-- id Must Match the Unique Identifier in settings.xml -->
<id>tip-wlan-cloud-maven-repo</id>
<url>https://tip.jfrog.io/artifactory/tip-wlan-cloud-maven-repo</url>
<releases />
<releases/>
</repository>
</repositories>
@@ -218,7 +219,6 @@
<testOutputDir>${project.build.directory}</testOutputDir>
</systemPropertyVariables>
<argLine>--add-exports=java.base/sun.nio.ch=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-exports=jdk.unsupported/sun.misc=ALL-UNNAMED</argLine>
</configuration>
</plugin>
</plugins>