blob: 3f14d0431f063034fc8da5e12856a80527c22252 [file] [log] [blame]
Michael Landof5f13c42017-02-19 12:35:04 +02001<?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
AviZi280f8012017-06-09 02:39:56 +03007 <groupId>org.openecomp.sdc</groupId>
8 <artifactId>openecomp-sdc-application-config-manager</artifactId>
9
Michael Landof5f13c42017-02-19 12:35:04 +020010 <parent>
11 <groupId>org.openecomp.sdc</groupId>
12 <artifactId>backend</artifactId>
Michael Lando04a5bef2018-10-23 01:32:15 +030013 <version>1.3.1-SNAPSHOT</version>
Michael Landof5f13c42017-02-19 12:35:04 +020014 </parent>
15
AviZi280f8012017-06-09 02:39:56 +030016 <dependencies>
17 <dependency>
Michael Lando61f98d42017-06-09 04:54:54 +030018 <groupId>org.openecomp.sdc.core</groupId>
AviZi280f8012017-06-09 02:39:56 +030019 <artifactId>openecomp-config-lib</artifactId>
20 <version>${project.version}</version>
21 </dependency>
22 <dependency>
23 <groupId>org.testng</groupId>
24 <artifactId>testng</artifactId>
25 <version>${testng.version}</version>
26 <scope>test</scope>
27 </dependency>
28 <dependency>
29 <groupId>org.openecomp.sdc</groupId>
30 <artifactId>openecomp-sdc-logging-core</artifactId>
31 <version>${project.version}</version>
vempoacd7ec02018-01-28 14:39:56 +020032 <scope>runtime</scope>
AviZi280f8012017-06-09 02:39:56 +030033 </dependency>
34 </dependencies>
Michael Landof5f13c42017-02-19 12:35:04 +020035
AviZi280f8012017-06-09 02:39:56 +030036</project>