Default ctors in notification-api module
[sdc.git] / openecomp-be / lib / openecomp-sdc-notification-lib / openecomp-sdc-notification-api / pom.xml
1 <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>
19         <dependency>
20             <groupId>org.testng</groupId>
21             <artifactId>testng</artifactId>
22             <version>${testng.version}</version>
23             <scope>test</scope>
24         </dependency>
25     </dependencies>
26 </project>