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 /BRMSGateway/pom.xml | |
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 'BRMSGateway/pom.xml')
-rw-r--r-- | BRMSGateway/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BRMSGateway/pom.xml b/BRMSGateway/pom.xml index 16eae6a98..aa022858a 100644 --- a/BRMSGateway/pom.xml +++ b/BRMSGateway/pom.xml @@ -26,7 +26,7 @@ <artifactId>PolicyEngineSuite</artifactId> <version>1.0.0-SNAPSHOT</version> </parent> - <groupId>org.openecomp.policy.engine</groupId> + <artifactId>BRMSGateway</artifactId> <description>This application will take in BRMS rules and acts as interface between PR and PDP XACML</description> <dependencies> |