diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2017-02-23 06:44:23 -0500 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2017-02-23 06:44:33 -0500 |
commit | 3bcaf899bc1768d658bbe1012ba7a443517fba60 (patch) | |
tree | 06eb107a487e24d3fcd690f6e4770691d7950ae8 /PyPDPServer | |
parent | 5bb60833867c08f63a44d06f57d0537d8c49a0b2 (diff) |
fix pom.xml warning duplicate groupId versionId
Change-Id: I605882d95b8cb61c0689a63ccf1b774f8dbae0d8
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'PyPDPServer')
-rw-r--r-- | PyPDPServer/pom.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/PyPDPServer/pom.xml b/PyPDPServer/pom.xml index 5a64014b4..e89f22da2 100644 --- a/PyPDPServer/pom.xml +++ b/PyPDPServer/pom.xml @@ -23,9 +23,7 @@ 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.policy.engine</groupId> <artifactId>PyPDPServer</artifactId> - <version>1.0.0-SNAPSHOT</version> <packaging>war</packaging> <description>PyPDP Server</description> |