blob: 8eac54e53fb9b4f5ee87565cfab96c141ceacd52 [file] [log] [blame]
talig8e9c0652017-12-20 14:30:43 +02001<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3 <modelVersion>4.0.0</modelVersion>
4
5 <name>openecomp-sdc-notification-api</name>
6 <artifactId>openecomp-sdc-notification-api</artifactId>
7 <parent>
8 <groupId>org.openecomp.sdc</groupId>
9 <artifactId>openecomp-sdc-lib</artifactId>
10 <version>1.2.0-SNAPSHOT</version>
11 <relativePath>../..</relativePath>
12 </parent>
13 <dependencies>
14 <dependency>
15 <groupId>org.openecomp.sdc.core</groupId>
16 <artifactId>openecomp-nosqldb-core</artifactId>
17 <version>${project.version}</version>
18 </dependency>
vempo0b566202017-12-31 11:12:53 +020019 <dependency>
20 <groupId>org.testng</groupId>
21 <artifactId>testng</artifactId>
22 <version>${testng.version}</version>
23 <scope>test</scope>
24 </dependency>
talig8e9c0652017-12-20 14:30:43 +020025 </dependencies>
26</project>