summaryrefslogtreecommitdiffstats
path: root/huawei/pom.xml
diff options
context:
space:
mode:
authorluxin <luxin7@huawei.com>2017-09-06 10:30:35 +0800
committerluxin <luxin7@huawei.com>2017-09-07 10:10:41 +0800
commite0b5c823754aa00c3a3add707c9c020172369fa8 (patch)
treee5424a61821835a190a76f83a043800f26b879dc /huawei/pom.xml
parentfffdb97fc96ef9c3db58af72d81c675c1cd24a1e (diff)
Modify svnfm pom file for build docker
Remove openo dependency and fix compile problem Change-Id: Ia88025f34c78dc04af77aa6a66c4fde580300993 Issue-Id:VFC-273 Signed-off-by: luxin <luxin7@huawei.com>
Diffstat (limited to 'huawei/pom.xml')
-rw-r--r--huawei/pom.xml33
1 files changed, 33 insertions, 0 deletions
diff --git a/huawei/pom.xml b/huawei/pom.xml
new file mode 100644
index 00000000..6f826766
--- /dev/null
+++ b/huawei/pom.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0"?>
+<!--
+ Copyright 2017 ZTE Corporation.
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<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.vfc.nfvo.driver.vnfm.svnfm</groupId>
+ <artifactId>vfc-nfvo-driver-vnfm-svnfm</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.onap.vfc.nfvo.driver.vnfm.svnfm.huawei</groupId>
+ <artifactId>vfc-nfvo-driver-vnfm-svnfm-huawei</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <name>vfc/nfvo/driver/vnfm/svnfm/huawei</name>
+ <description>vfc-nfvo-driver-vnfm-svnfm-huawei</description>
+ <modules>
+ <module>vnfmadapter</module>
+ </modules>
+</project>