blob: dd690436c45040ee779872a5ed162d947195032b [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
Michael Landof5f13c42017-02-19 12:35:04 +020017 <build>
18 <plugins>
19 <plugin>
20 <groupId>org.apache.maven.plugins</groupId>
21 <artifactId>maven-surefire-plugin</artifactId>
AviZi280f8012017-06-09 02:39:56 +030022 <version>2.12.4</version>
Michael Landof5f13c42017-02-19 12:35:04 +020023 <configuration>
Michael Landof5f13c42017-02-19 12:35:04 +020024 </configuration>
25 </plugin>
26 </plugins>
27 </build>
AviZi280f8012017-06-09 02:39:56 +030028
29 <dependencies>
30 <dependency>
Michael Lando61f98d42017-06-09 04:54:54 +030031 <groupId>org.openecomp.sdc.core</groupId>
AviZi280f8012017-06-09 02:39:56 +030032 <artifactId>openecomp-config-lib</artifactId>
33 <version>${project.version}</version>
34 </dependency>
35 <dependency>
36 <groupId>org.testng</groupId>
37 <artifactId>testng</artifactId>
38 <version>${testng.version}</version>
39 <scope>test</scope>
40 </dependency>
41 <dependency>
42 <groupId>org.openecomp.sdc</groupId>
43 <artifactId>openecomp-sdc-logging-core</artifactId>
44 <version>${project.version}</version>
vempoacd7ec02018-01-28 14:39:56 +020045 <scope>runtime</scope>
AviZi280f8012017-06-09 02:39:56 +030046 </dependency>
47 </dependencies>
Michael Landof5f13c42017-02-19 12:35:04 +020048
AviZi280f8012017-06-09 02:39:56 +030049</project>