blob: 927f45454f8b6526b1b8673d7ee95dd3ab408bbd [file] [log] [blame]
noahsf9f112f2017-12-06 13:11:38 +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
6 <modelVersion>4.0.0</modelVersion>
7 <artifactId>openecomp-sdc-logging-api</artifactId>
8 <name>openecomp-sdc-logging-api</name>
9
10 <parent>
11 <groupId>org.openecomp.sdc</groupId>
12 <artifactId>openecomp-sdc-logging-lib</artifactId>
13 <version>1.2.0-SNAPSHOT</version>
14 </parent>
15
16 <dependencies>
17 <dependency>
noahsf9f112f2017-12-06 13:11:38 +020018 <groupId>org.testng</groupId>
19 <artifactId>testng</artifactId>
20 <version>${testng.version}</version>
21 <scope>test</scope>
22 </dependency>
23 </dependencies>
24
25</project>