diff options
author | Steve Smokowski <ss835w@att.com> | 2017-02-10 13:26:22 -0500 |
---|---|---|
committer | Steve Smokowski <ss835w@att.com> | 2017-02-10 13:34:12 -0500 |
commit | 1ae24d9265c263e20bff092d9c0d7219c28f2b33 (patch) | |
tree | 57fe14fe1a1e99afe02bd2dc406773217284fd08 /common-logging | |
parent | b40a52e5b2c8aaae975bed054408c39f4e3fd0db (diff) |
Update dependencies to match proper group id
Change-Id: Ie513514b845008cbf9c2cd3f934861bda43431fc
Signed-off-by: Steve Smokowski <ss835w@att.com>
Diffstat (limited to 'common-logging')
-rw-r--r-- | common-logging/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common-logging/pom.xml b/common-logging/pom.xml index bacd431..c9b20a7 100644 --- a/common-logging/pom.xml +++ b/common-logging/pom.xml @@ -27,13 +27,13 @@ <version>1.0.0-SNAPSHOT</version> </parent> - <groupId>org.openecomp.aai</groupId> + <artifactId>common-logging</artifactId> <name>Common Logging Distribution</name> <dependencies> <dependency> - <groupId>org.openecomp.cl</groupId> + <groupId>org.openecomp.aai.logging-service</groupId> <artifactId>eelf-logging</artifactId> <version>${project.version}</version> </dependency> |