aboutsummaryrefslogtreecommitdiffstats
path: root/reference/logging-demo
diff options
context:
space:
mode:
authorAvdhut Kholkar <avdhut.kholkar@amdocs.com>2018-01-30 05:09:47 +0000
committerGerrit Code Review <gerrit@onap.org>2018-01-30 05:09:47 +0000
commit0e37f66b4d5c0ca76f402984531082936ce98b4f (patch)
treee7a890907d73e11982c5031485bde4c26ddb2400 /reference/logging-demo
parent6fe98f991c599af431cd4ae5c10db13a384b8541 (diff)
parent1f44731975d5a90d546bf5f4008f26920910ab8c (diff)
Merge "log RI kubernetes and docker devops"
Diffstat (limited to 'reference/logging-demo')
-rw-r--r--reference/logging-demo/pom.xml21
1 files changed, 4 insertions, 17 deletions
diff --git a/reference/logging-demo/pom.xml b/reference/logging-demo/pom.xml
index da22ff8..a695970 100644
--- a/reference/logging-demo/pom.xml
+++ b/reference/logging-demo/pom.xml
@@ -1,16 +1,13 @@
<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.onap.logging</groupId>
+ <groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-reference</artifactId>
<version>1.2.0-SNAPSHOT</version>
</parent>
-
<artifactId>logging-demo</artifactId>
<packaging>war</packaging>
- <!-- version>1.2.0-SNAPSHOT</version-->
<name>logging-demo</name>
-
<properties>
<jackson-2-version>2.5.1</jackson-2-version>
<spring.version>4.3.6.RELEASE</spring.version>
@@ -72,12 +69,12 @@
</build>
<dependencies>
<dependency>
- <groupId>org.onap.logging</groupId>
+ <groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-library</artifactId>
<version>1.2.0-SNAPSHOT</version>
</dependency>
<dependency>
- <groupId>org.onap.logging</groupId>
+ <groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-mock-service</artifactId>
<version>1.2.0-SNAPSHOT</version>
</dependency>
@@ -255,16 +252,6 @@
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>${spring.version}</version>
- </dependency>
- <!--dependency>
- <groupId>org.springframework.security</groupId>
- <artifactId>spring-security-web</artifactId>
- <version>${spring.security.version}</version>
- </dependency-->
- <!-- dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-web</artifactId>
- <version>${spring.boot.version}</version>
- </dependency-->
+ </dependency>
</dependencies>
</project>