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