blob: 267765bb1c2174c588d375f88c99dffbdf8af725 [file] [log] [blame]
Murali-P30753042017-01-30 20:25:40 +05301<?xml version="1.0"?>
Murali-Pe8f5a942017-02-16 17:49:33 +05302<!--
3 Copyright 2017 Huawei Technologies Co., Ltd.
Gary Wu1abf7422018-08-24 15:33:11 -07004
Murali-Pe8f5a942017-02-16 17:49:33 +05305 Licensed under the Apache License, Version 2.0 (the "License");
6 you may not use this file except in compliance with the License.
7 You may obtain a copy of the License at
Gary Wu1abf7422018-08-24 15:33:11 -07008
Murali-Pe8f5a942017-02-16 17:49:33 +05309 http://www.apache.org/licenses/LICENSE-2.0
Gary Wu1abf7422018-08-24 15:33:11 -070010
Murali-Pe8f5a942017-02-16 17:49:33 +053011 Unless required by applicable law or agreed to in writing, software
12 distributed under the License is distributed on an "AS IS" BASIS,
13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 See the License for the specific language governing permissions and
15 limitations under the License.
16 -->
Murali-P30753042017-01-30 20:25:40 +053017<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">
Kailun Qind4a76582018-03-27 18:23:01 +080018
19 <parent>
Murali-Pa1567d52017-07-26 14:30:31 +053020 <groupId>org.onap.oparent</groupId>
Murali-P30753042017-01-30 20:25:40 +053021 <artifactId>oparent</artifactId>
Victor Gao0e9e3e22019-06-29 09:35:24 +080022 <version>2.0.0</version>
Murali-P30753042017-01-30 20:25:40 +053023 </parent>
24
25 <modelVersion>4.0.0</modelVersion>
Chris Donleye37c8a82018-03-28 12:35:56 -070026 <groupId>org.onap.vnfsdk.functest</groupId>
Kailun Qind4a76582018-03-27 18:23:01 +080027 <artifactId>vnfsdk-functest-core-parent</artifactId>
Gildas Lanilis0d3e7a02018-09-18 17:43:46 -070028 <name>vnfsdk-functest</name>
Kailun Qinab7ff4a2018-10-11 22:10:09 +080029 <version>1.1.1</version>
Murali-P30753042017-01-30 20:25:40 +053030 <packaging>pom</packaging>
31
32 <modules>
33 <module>vnf-sdk-function-test</module>
34 <module>distribution</module>
35 </modules>
36</project>