blob: ccdbbd654a2ab793beb58165063b7bcb41bce0e1 [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 Lando0ad3c802017-09-19 16:32:59 +030013 <version>1.2.0-SNAPSHOT</version>
AviZi280f8012017-06-09 02:39:56 +030014 <relativePath>..</relativePath>
Michael Landof5f13c42017-02-19 12:35:04 +020015 </parent>
16
AviZi280f8012017-06-09 02:39:56 +030017 <dependencies>
18 <dependency>
Michael Lando61f98d42017-06-09 04:54:54 +030019 <groupId>org.openecomp.sdc.core</groupId>
AviZi280f8012017-06-09 02:39:56 +030020 <artifactId>openecomp-config-lib</artifactId>
21 <version>${project.version}</version>
22 </dependency>
23 <dependency>
24 <groupId>org.testng</groupId>
25 <artifactId>testng</artifactId>
26 <version>${testng.version}</version>
27 <scope>test</scope>
28 </dependency>
29 <dependency>
30 <groupId>org.openecomp.sdc</groupId>
31 <artifactId>openecomp-sdc-logging-core</artifactId>
32 <version>${project.version}</version>
vempoacd7ec02018-01-28 14:39:56 +020033 <scope>runtime</scope>
AviZi280f8012017-06-09 02:39:56 +030034 </dependency>
35 </dependencies>
Michael Landof5f13c42017-02-19 12:35:04 +020036
AviZi280f8012017-06-09 02:39:56 +030037</project>