blob: f3b9ea01d5f03bd1cfcbfded14ff6e54ffbfd608 [file] [log] [blame]
Vodafone84a20982019-03-18 15:08:33 +05301<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 xmlns="http://maven.apache.org/POM/4.0.0"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4 <modelVersion>4.0.0</modelVersion>
5
6 <name>openecomp-sdc-externaltesting-lib</name>
7 <artifactId>openecomp-sdc-externaltesting-lib</artifactId>
8
9 <packaging>pom</packaging>
10 <parent>
11 <artifactId>openecomp-sdc-lib</artifactId>
12 <groupId>org.openecomp.sdc</groupId>
MichaelMorris38812c32023-06-02 10:04:31 +010013 <version>1.13.0-SNAPSHOT</version>
Vodafone84a20982019-03-18 15:08:33 +053014 </parent>
15
16 <modules>
17 <module>openecomp-sdc-externaltesting-api</module>
18 <module>openecomp-sdc-externaltesting-impl</module>
19 </modules>
20
21</project>