blob: c319a31d5d2695522842291bd1641b15e56366e8 [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>
Michael Lando1276ee12018-11-01 16:25:31 +020010 <version>1.3.2-SNAPSHOT</version>
talig8e9c0652017-12-20 14:30:43 +020011 <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>
vempo0b566202017-12-31 11:12:53 +020022 <scope>test</scope>
23 </dependency>
siddharth09054d5da302018-10-10 14:34:47 +053024 <dependency>
25 <groupId>org.projectlombok</groupId>
26 <artifactId>lombok</artifactId>
27 <scope>compile</scope>
28 </dependency>
talig8e9c0652017-12-20 14:30:43 +020029 </dependencies>
30</project>