mirror of
https://github.com/Telecominfraproject/wlan-cloud-services.git
synced 2025-12-25 06:47:00 +00:00
177 lines
5.7 KiB
XML
177 lines
5.7 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>spc-process</artifactId>
|
|
<name>spc-process</name>
|
|
<description>Process definition for Stream Processors Container. Describes executable jar file.</description>
|
|
|
|
<properties>
|
|
<start-class>com.telecominfraproject.wlan.server.StreamProcessorsContainer</start-class>
|
|
</properties>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<artifactId>base-container</artifactId>
|
|
<groupId>com.telecominfraproject.wlan</groupId>
|
|
<version>1.3.0-SNAPSHOT</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<!-- consumer part of the kafka streams -->
|
|
<artifactId>kafka-streams-consumer</artifactId>
|
|
|
|
<!--
|
|
<artifactId>single-process-streams</artifactId>
|
|
-->
|
|
<groupId>com.telecominfraproject.wlan</groupId>
|
|
<version>1.3.0-SNAPSHOT</version>
|
|
</dependency>
|
|
|
|
<!-- this is needed so that the stream processors can directly post messages to topics - to aggregate partial results, etc. -->
|
|
<dependency>
|
|
<artifactId>kafka-streams</artifactId>
|
|
<groupId>com.telecominfraproject.wlan</groupId>
|
|
<version>1.3.0-SNAPSHOT</version>
|
|
</dependency>
|
|
|
|
<!-- Stream Processor modules -->
|
|
<dependency>
|
|
<artifactId>provisioning-sp</artifactId>
|
|
<groupId>com.telecominfraproject.wlan</groupId>
|
|
<version>1.3.0-SNAPSHOT</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<artifactId>dashboard-sp</artifactId>
|
|
<groupId>com.telecominfraproject.wlan</groupId>
|
|
<version>1.3.0-SNAPSHOT</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<artifactId>adoption-metrics-sp</artifactId>
|
|
<groupId>com.telecominfraproject.wlan</groupId>
|
|
<version>1.3.0-SNAPSHOT</version>
|
|
</dependency>
|
|
|
|
<!-- Remote interfaces used by the stream processors -->
|
|
|
|
<dependency>
|
|
<artifactId>customer-service-remote</artifactId>
|
|
<groupId>com.telecominfraproject.wlan</groupId>
|
|
<version>1.3.0-SNAPSHOT</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<artifactId>location-service-remote</artifactId>
|
|
<groupId>com.telecominfraproject.wlan</groupId>
|
|
<version>1.3.0-SNAPSHOT</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<artifactId>equipment-service-remote</artifactId>
|
|
<groupId>com.telecominfraproject.wlan</groupId>
|
|
<version>1.3.0-SNAPSHOT</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<artifactId>profile-service-remote</artifactId>
|
|
<groupId>com.telecominfraproject.wlan</groupId>
|
|
<version>1.3.0-SNAPSHOT</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<artifactId>portal-user-service-remote</artifactId>
|
|
<groupId>com.telecominfraproject.wlan</groupId>
|
|
<version>1.3.0-SNAPSHOT</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<artifactId>service-metric-service-remote</artifactId>
|
|
<groupId>com.telecominfraproject.wlan</groupId>
|
|
<version>1.3.0-SNAPSHOT</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<artifactId>system-event-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>
|
|
|
|
<dependency>
|
|
<artifactId>status-service-remote</artifactId>
|
|
<groupId>com.telecominfraproject.wlan</groupId>
|
|
<version>1.3.0-SNAPSHOT</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<artifactId>client-service-remote</artifactId>
|
|
<groupId>com.telecominfraproject.wlan</groupId>
|
|
<version>1.3.0-SNAPSHOT</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<artifactId>routing-service-remote</artifactId>
|
|
<groupId>com.telecominfraproject.wlan</groupId>
|
|
<version>1.3.0-SNAPSHOT</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<artifactId>firmware-service-remote</artifactId>
|
|
<groupId>com.telecominfraproject.wlan</groupId>
|
|
<version>1.3.0-SNAPSHOT</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<artifactId>manufacturer-service-remote</artifactId>
|
|
<groupId>com.telecominfraproject.wlan</groupId>
|
|
<version>1.3.0-SNAPSHOT</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<artifactId>adoption-metrics-service-remote</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>equipment-gateway-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>
|
|
|
|
|