blob: a9cc7a32f67551b545c2c37661cd024570e9f113 [file] [log] [blame]
AviZi280f8012017-06-09 02:39:56 +03001<?xml version="1.0" encoding="UTF-8"?>
2<project xmlns="http://maven.apache.org/POM/4.0.0"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5 <modelVersion>4.0.0</modelVersion>
6
7 <groupId>org.openecomp.sdc</groupId>
8 <artifactId>openecomp-sdc-application-config-manager</artifactId>
9 <version>1.0-SNAPSHOT</version>
10 <dependencies>
11 <dependency>
12 <groupId>org.openecomp.core</groupId>
13 <artifactId>openecomp-config-lib</artifactId>
14 <version>1.0-SNAPSHOT</version>
15 </dependency>
16 <dependency>
17 <groupId>org.testng</groupId>
18 <artifactId>testng</artifactId>
19 <version>6.9.10</version>
20 <scope>test</scope>
21 </dependency>
22 <dependency>
23 <groupId>org.openecomp.sdc</groupId>
24 <artifactId>openecomp-sdc-logging-core</artifactId>
25 <version>1.0-SNAPSHOT</version>
26 </dependency>
27 </dependencies>
28
29 <parent>
30 <groupId>org.openecomp.sdc</groupId>
31 <artifactId>backend</artifactId>
32 <version>1.0-SNAPSHOT</version>
33 </parent>
34
35
36</project>