aboutsummaryrefslogtreecommitdiffstats
path: root/eelf-logging/pom.xml
diff options
context:
space:
mode:
authorSteve Smokowski <ss835w@att.com>2017-02-10 13:26:22 -0500
committerSteve Smokowski <ss835w@att.com>2017-02-10 13:34:12 -0500
commit1ae24d9265c263e20bff092d9c0d7219c28f2b33 (patch)
tree57fe14fe1a1e99afe02bd2dc406773217284fd08 /eelf-logging/pom.xml
parentb40a52e5b2c8aaae975bed054408c39f4e3fd0db (diff)
Update dependencies to match proper group id
Change-Id: Ie513514b845008cbf9c2cd3f934861bda43431fc Signed-off-by: Steve Smokowski <ss835w@att.com>
Diffstat (limited to 'eelf-logging/pom.xml')
-rw-r--r--eelf-logging/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/eelf-logging/pom.xml b/eelf-logging/pom.xml
index c9952d0..74e8fb2 100644
--- a/eelf-logging/pom.xml
+++ b/eelf-logging/pom.xml
@@ -27,7 +27,7 @@
<version>1.0.0-SNAPSHOT</version>
</parent>
- <groupId>org.openecomp.aai</groupId>
+
<artifactId>eelf-logging</artifactId>
<name>EELF Logging Implementation</name>
@@ -35,7 +35,7 @@
<!-- Common logging API. -->
<dependency>
- <groupId>org.openecomp.aai</groupId>
+ <groupId>org.openecomp.aai.logging-service</groupId>
<artifactId>logging-api</artifactId>
<version>${project.version}</version>
</dependency>