AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 1 | <?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 | <modelVersion>4.0.0</modelVersion> |
| 6 | |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 7 | <parent> |
| 8 | <groupId>org.openecomp.sdc</groupId> |
talig | 8e9c065 | 2017-12-20 14:30:43 +0200 | [diff] [blame^] | 9 | <artifactId>notifications-rest</artifactId> |
Michael Lando | 0ad3c80 | 2017-09-19 16:32:59 +0300 | [diff] [blame] | 10 | <version>1.2.0-SNAPSHOT</version> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 11 | </parent> |
| 12 | |
talig | 8e9c065 | 2017-12-20 14:30:43 +0200 | [diff] [blame^] | 13 | <artifactId>notifications-rest-services</artifactId> |
| 14 | |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 15 | <dependencies> |
talig | 8e9c065 | 2017-12-20 14:30:43 +0200 | [diff] [blame^] | 16 | <dependency> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 17 | <groupId>org.openecomp.sdc</groupId> |
talig | 8e9c065 | 2017-12-20 14:30:43 +0200 | [diff] [blame^] | 18 | <artifactId>openecomp-sdc-application-config-manager</artifactId> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 19 | <version>${project.version}</version> |
talig | 8e9c065 | 2017-12-20 14:30:43 +0200 | [diff] [blame^] | 20 | <scope>provided</scope> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 21 | </dependency> |
| 22 | <dependency> |
| 23 | <groupId>org.openecomp.sdc</groupId> |
| 24 | <artifactId>openecomp-sdc-common-rest</artifactId> |
| 25 | <version>${project.version}</version> |
| 26 | </dependency> |
talig | 8e9c065 | 2017-12-20 14:30:43 +0200 | [diff] [blame^] | 27 | <dependency> |
| 28 | <groupId>javax.inject</groupId> |
| 29 | <artifactId>javax.inject</artifactId> |
| 30 | <version>1</version> |
| 31 | </dependency> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 32 | <!-- CXF --> |
| 33 | <dependency> |
| 34 | <groupId>org.apache.cxf</groupId> |
| 35 | <artifactId>cxf-rt-frontend-jaxrs</artifactId> |
| 36 | <version>${cxf.version}</version> |
| 37 | </dependency> |
talig | 8e9c065 | 2017-12-20 14:30:43 +0200 | [diff] [blame^] | 38 | <dependency> |
| 39 | <groupId>org.openecomp.sdc</groupId> |
| 40 | <artifactId>notifications-rest-types</artifactId> |
| 41 | <version>${project.version}</version> |
| 42 | </dependency> |
| 43 | <dependency> |
| 44 | <groupId>org.openecomp.sdc</groupId> |
| 45 | <artifactId>openecomp-sdc-notification-api</artifactId> |
| 46 | <version>${project.version}</version> |
| 47 | </dependency> |
| 48 | <dependency> |
| 49 | <groupId>org.springframework</groupId> |
| 50 | <artifactId>spring-context</artifactId> |
| 51 | <version>${spring.framework.version}</version> |
| 52 | </dependency> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 53 | </dependencies> |
| 54 | |
| 55 | |
talig | 8e9c065 | 2017-12-20 14:30:43 +0200 | [diff] [blame^] | 56 | </project> |