talig | 8e9c065 | 2017-12-20 14:30:43 +0200 | [diff] [blame] | 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> |
vempo | 0b56620 | 2017-12-31 11:12:53 +0200 | [diff] [blame] | 19 | <dependency> |
| 20 | <groupId>org.testng</groupId> |
| 21 | <artifactId>testng</artifactId> |
| 22 | <version>${testng.version}</version> |
| 23 | <scope>test</scope> |
| 24 | </dependency> |
talig | 8e9c065 | 2017-12-20 14:30:43 +0200 | [diff] [blame] | 25 | </dependencies> |
| 26 | </project> |