blob: 0440ce21f3c25af15d8f9a72586a47e65597b76e [file] [log] [blame]
Murali-P30753042017-01-30 20:25:40 +05301<?xml version="1.0"?>
Murali-P30753042017-01-30 20:25:40 +05302<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">
3
4 <parent>
5 <groupId>org.openo.oparent</groupId>
6 <artifactId>oparent</artifactId>
7 <version>1.1.0-SNAPSHOT</version>
8 <relativePath>../../oparent</relativePath>
9 </parent>
10
11 <modelVersion>4.0.0</modelVersion>
12 <groupId>org.openo.vnf-sdk.function-test</groupId>
13 <artifactId>vnfsdk-functest-core-parent</artifactId>
Gary Wub4abd082017-02-01 10:41:21 -080014 <name>vnf-sdk-function-test</name>
Murali-P30753042017-01-30 20:25:40 +053015 <packaging>pom</packaging>
16
17 <modules>
18 <module>vnf-sdk-function-test</module>
19 <module>distribution</module>
20 </modules>
21</project>