mirror of
https://github.com/Telecominfraproject/wlan-cloud-base.git
synced 2025-12-30 02:00:43 +00:00
43 lines
1.5 KiB
XML
43 lines
1.5 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>0.0.1-SNAPSHOT</version>
|
|
<relativePath>../../wlan-cloud-root</relativePath>
|
|
</parent>
|
|
<artifactId>cloud-metrics</artifactId>
|
|
<name>cloud-metrics</name>
|
|
<description>Classes responsible for configuring cloud metrics collection for monitoring health of the cloud components.</description>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>com.telecominfraproject.wlan</groupId>
|
|
<artifactId>base-exceptions</artifactId>
|
|
<version>${tip-wlan-cloud.release.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.telecominfraproject.wlan</groupId>
|
|
<artifactId>base-models</artifactId>
|
|
<version>${tip-wlan-cloud.release.version}</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.telecominfraproject.wlan</groupId>
|
|
<artifactId>base-elasticsearch</artifactId>
|
|
<version>${tip-wlan-cloud.release.version}</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.netflix.servo</groupId>
|
|
<artifactId>servo-core</artifactId>
|
|
<version>${netflix.servo.version}</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
<artifactId>jackson-core</artifactId>
|
|
</dependency>
|
|
</dependencies>
|
|
</project>
|