diff options
author | Denes Nemeth <denes.nemeth@nokia.com> | 2018-03-06 11:24:26 +0100 |
---|---|---|
committer | Denes Nemeth <denes.nemeth@nokia.com> | 2018-03-06 14:26:49 +0100 |
commit | 1a29d7be6656f3fac3cacd73ddd5a2e050fb04e7 (patch) | |
tree | 1cf554cec08fd43cc95f6844131a316b01245f08 /nokiav2/pom.xml | |
parent | be56383397388d35f41089723e912856c03f4673 (diff) |
Fix most sonar issues
Change-Id: I2dfae3f808aeaf94513a6e3c917eea52d6ab6322
Signed-off-by: Denes Nemeth <denes.nemeth@nokia.com>
Issue-ID: VFC-728
Diffstat (limited to 'nokiav2/pom.xml')
-rw-r--r-- | nokiav2/pom.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/nokiav2/pom.xml b/nokiav2/pom.xml index e7a20eb1..c6de0f97 100644 --- a/nokiav2/pom.xml +++ b/nokiav2/pom.xml @@ -16,10 +16,14 @@ --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> + <groupId>org.onap.oparent</groupId> + <artifactId>oparent</artifactId> + <version>0.1.1</version> +<!-- FIXME this artifact is not available in nexus <groupId>org.onap.vfc.nfvo.driver.vnfm.svnfm</groupId> <artifactId>vfc-nfvo-driver-vnfm-svnfm</artifactId> <version>1.1.0-SNAPSHOT</version> - <relativePath>../pom.xml</relativePath> +--> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.onap.vfc.nfvo.driver.vnfm.svnfm.nokiav2</groupId> |