mirror of
https://github.com/Telecominfraproject/wlan-cloud-services.git
synced 2026-01-27 18:22:56 +00:00
151 lines
4.8 KiB
XML
151 lines
4.8 KiB
XML
<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>com.telecominfraproject.wlan</groupId>
|
|
<artifactId>tip-wlan-cloud-root-pom</artifactId>
|
|
<version>1.3.0-SNAPSHOT</version>
|
|
<relativePath>../../wlan-cloud-root</relativePath>
|
|
</parent>
|
|
|
|
<artifactId>prov-process</artifactId>
|
|
<name>prov-process</name>
|
|
<description>Process definition for hosting provisioning services. Describes executable jar file. This process hosts components that communicate with PostgreSQL DB and use transactions.</description>
|
|
|
|
<properties>
|
|
<start-class>com.telecominfraproject.wlan.server.ProvService</start-class>
|
|
</properties>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<artifactId>customer-service</artifactId>
|
|
<groupId>com.telecominfraproject.wlan</groupId>
|
|
<version>1.3.0-SNAPSHOT</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<artifactId>customer-datastore-rdbms</artifactId>
|
|
<groupId>com.telecominfraproject.wlan</groupId>
|
|
<version>1.3.0-SNAPSHOT</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<artifactId>location-service</artifactId>
|
|
<groupId>com.telecominfraproject.wlan</groupId>
|
|
<version>1.3.0-SNAPSHOT</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<artifactId>location-datastore-rdbms</artifactId>
|
|
<groupId>com.telecominfraproject.wlan</groupId>
|
|
<version>1.3.0-SNAPSHOT</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<artifactId>equipment-service</artifactId>
|
|
<groupId>com.telecominfraproject.wlan</groupId>
|
|
<version>1.3.0-SNAPSHOT</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<artifactId>equipment-datastore-rdbms</artifactId>
|
|
<groupId>com.telecominfraproject.wlan</groupId>
|
|
<version>1.3.0-SNAPSHOT</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<artifactId>profile-service</artifactId>
|
|
<groupId>com.telecominfraproject.wlan</groupId>
|
|
<version>1.3.0-SNAPSHOT</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<artifactId>profile-datastore-rdbms</artifactId>
|
|
<groupId>com.telecominfraproject.wlan</groupId>
|
|
<version>1.3.0-SNAPSHOT</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<artifactId>portal-user-service</artifactId>
|
|
<groupId>com.telecominfraproject.wlan</groupId>
|
|
<version>1.3.0-SNAPSHOT</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<artifactId>portal-user-datastore-rdbms</artifactId>
|
|
<groupId>com.telecominfraproject.wlan</groupId>
|
|
<version>1.3.0-SNAPSHOT</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<artifactId>firmware-service</artifactId>
|
|
<groupId>com.telecominfraproject.wlan</groupId>
|
|
<version>1.3.0-SNAPSHOT</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<artifactId>firmware-datastore-rdbms</artifactId>
|
|
<groupId>com.telecominfraproject.wlan</groupId>
|
|
<version>1.3.0-SNAPSHOT</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<artifactId>manufacturer-service</artifactId>
|
|
<groupId>com.telecominfraproject.wlan</groupId>
|
|
<version>1.3.0-SNAPSHOT</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<artifactId>manufacturer-datastore-rdbms</artifactId>
|
|
<groupId>com.telecominfraproject.wlan</groupId>
|
|
<version>1.3.0-SNAPSHOT</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<artifactId>adoption-metrics-service</artifactId>
|
|
<groupId>com.telecominfraproject.wlan</groupId>
|
|
<version>1.3.0-SNAPSHOT</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<artifactId>adoption-metrics-datastore-rdbms</artifactId>
|
|
<groupId>com.telecominfraproject.wlan</groupId>
|
|
<version>1.3.0-SNAPSHOT</version>
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
<artifactId>cloud-event-dispatcher-remote</artifactId>
|
|
<groupId>com.telecominfraproject.wlan</groupId>
|
|
<version>1.3.0-SNAPSHOT</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<artifactId>status-service-remote</artifactId>
|
|
<groupId>com.telecominfraproject.wlan</groupId>
|
|
<version>1.3.0-SNAPSHOT</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<artifactId>alarm-service-remote</artifactId>
|
|
<groupId>com.telecominfraproject.wlan</groupId>
|
|
<version>1.3.0-SNAPSHOT</version>
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
<build>
|
|
<plugins>
|
|
|
|
<!-- package executable jar file with all the dependencies in it -->
|
|
<plugin>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
</plugin>
|
|
|
|
</plugins>
|
|
</build>
|
|
|
|
</project>
|
|
|
|
|