diff options
author | 2017-09-12 21:29:50 +0800 | |
---|---|---|
committer | 2017-09-12 21:29:50 +0800 | |
commit | 8f0f056871ecf43fa8f10f51f61b47b5ce17eb88 (patch) | |
tree | 08c10bb1a6f075fbd212f481e1a2b05f5be346ed /juju/juju-vnfmadapter/pom.xml | |
parent | 5f67269377e57c9d715b5b4a7a713d3259672acf (diff) |
Resolve the compile problem
Resolve the compile problem for juju
Change-Id: I5680b23a159b5d8dc943e1d733747d0f780c143b
Issue-Id:VFC-327
Signed-off-by: luxin <luxin7@huawei.com>
Diffstat (limited to 'juju/juju-vnfmadapter/pom.xml')
-rw-r--r-- | juju/juju-vnfmadapter/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/juju/juju-vnfmadapter/pom.xml b/juju/juju-vnfmadapter/pom.xml index 40f8a26..30bac06 100644 --- a/juju/juju-vnfmadapter/pom.xml +++ b/juju/juju-vnfmadapter/pom.xml @@ -16,8 +16,8 @@ --> <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> + <groupId>org.onap.vfc.nfvo.driver.vnfm.gvnfm</groupId> + <artifactId>juju</artifactId> <version>1.0.0-SNAPSHOT</version> </parent> <groupId>org.onap.vfc.nfvo.driver.vnfm.gvnfm</groupId> |