aboutsummaryrefslogtreecommitdiffstats
path: root/reference/logging-demo/pom.xml
diff options
context:
space:
mode:
authorMichael O'Brien <frank.obrien@amdocs.com>2018-01-28 22:40:06 -0500
committerMichael O'Brien <frank.obrien@amdocs.com>2018-01-29 16:39:00 -0500
commit1f44731975d5a90d546bf5f4008f26920910ab8c (patch)
treef37f00e5f64791103436ef99ab4063e50c01596f /reference/logging-demo/pom.xml
parentfdd8de8305343fd63347fcd7757577aab52a483a (diff)
log RI kubernetes and docker devops
initial demo docker and kubernetes infra Change-Id: I5daf744ee8f4ab9b824576209fd61dec0f41a5c2 Issue-ID: LOG-137 Signed-off-by: Michael O'Brien <frank.obrien@amdocs.com>
Diffstat (limited to 'reference/logging-demo/pom.xml')
-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>