diff options
author | vempo <vitaliy.emporopulo@amdocs.com> | 2017-09-03 16:35:04 +0300 |
---|---|---|
committer | vempo <vitaliy.emporopulo@amdocs.com> | 2017-09-03 16:35:04 +0300 |
commit | fad94e44d4304e02013c4e36f4b8d0f3d534dc3f (patch) | |
tree | 4cc9df864d07c2d348fa7c73cee49a801502609b /common | |
parent | e30493ea578ea585f5d5b35a81cf052b085398a8 (diff) |
Fixed Maven warnings
Removed duplicate dependencies.
Removed redundant group IDs where inherited from parent.
Replaced deprecated properties.
Explicitly stated Maven plugin versions.
Change-Id: I1933428ccbc362dec428d16c5e40ab0e906a7e5c
Issue-Id: SDC-247
Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
Diffstat (limited to 'common')
-rw-r--r-- | common/openecomp-sdc-artifact-generator-lib/openecomp-sdc-artifact-generator-test/pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/openecomp-sdc-artifact-generator-lib/openecomp-sdc-artifact-generator-test/pom.xml b/common/openecomp-sdc-artifact-generator-lib/openecomp-sdc-artifact-generator-test/pom.xml index 559a96a4b3..b623bf7062 100644 --- a/common/openecomp-sdc-artifact-generator-lib/openecomp-sdc-artifact-generator-test/pom.xml +++ b/common/openecomp-sdc-artifact-generator-lib/openecomp-sdc-artifact-generator-test/pom.xml @@ -4,7 +4,6 @@ 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> - <groupId>org.openecomp.sdc.common</groupId> <artifactId>openecomp-sdc-artifact-generator-test</artifactId> <parent> |