blob: 6bc2a6604d722f711b624d3301b6963110fab6c7 [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.
4
5 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
8
9 http://www.apache.org/licenses/LICENSE-2.0
10
11 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>
Kailun Qind4a76582018-03-27 18:23:01 +080022 <version>1.1.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>
Chris Donleye37c8a82018-03-28 12:35:56 -070028 <name>vnfsdk-functest parent</name>
Chris Donley97173dc2018-05-16 09:13:04 -070029 <version>1.1.0</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>