Update Master to Istambul
[sdc.git] / openecomp-be / lib / openecomp-sdc-notification-lib / openecomp-sdc-notification-worker / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0"
2   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4   <modelVersion>4.0.0</modelVersion>
5
6   <name>openecomp-sdc-notification-worker</name>
7   <artifactId>openecomp-sdc-notification-worker</artifactId>
8
9   <parent>
10     <groupId>org.openecomp.sdc</groupId>
11     <artifactId>openecomp-sdc-notification-lib</artifactId>
12     <version>1.9.0-SNAPSHOT</version>
13   </parent>
14
15   <dependencies>
16     <dependency>
17       <groupId>org.openecomp.sdc.core</groupId>
18       <artifactId>openecomp-utilities-lib</artifactId>
19       <version>${project.version}</version>
20     </dependency>
21     <dependency>
22       <groupId>com.fasterxml.jackson.jaxrs</groupId>
23       <artifactId>jackson-jaxrs-json-provider</artifactId>
24       <version>${jackson.version}</version>
25     </dependency>
26     <dependency>
27       <groupId>com.fasterxml.jackson.core</groupId>
28       <artifactId>jackson-databind</artifactId>
29       <version>${jackson.version}</version>
30     </dependency>
31     <dependency>
32       <groupId>org.springframework</groupId>
33       <artifactId>spring-websocket</artifactId>
34       <version>${spring.framework.version}</version>
35     </dependency>
36     <dependency>
37       <groupId>com.google.code.gson</groupId>
38       <artifactId>gson</artifactId>
39     </dependency>
40     <dependency>
41       <groupId>com.googlecode.json-simple</groupId>
42       <artifactId>json-simple</artifactId>
43       <version>1.1</version>
44     </dependency>
45     <dependency>
46       <groupId>org.apache.httpcomponents</groupId>
47       <artifactId>httpclient</artifactId>
48       <version>${http.client.version}</version>
49       <scope>provided</scope>
50     </dependency>
51     <dependency>
52       <groupId>org.apache.httpcomponents</groupId>
53       <artifactId>httpcore</artifactId>
54       <version>${http.core.version}</version>
55       <scope>provided</scope>
56     </dependency>
57     <dependency>
58       <groupId>javax.ws.rs</groupId>
59       <artifactId>javax.ws.rs-api</artifactId>
60       <scope>provided</scope>
61     </dependency>
62     <dependency>
63       <groupId>com.datastax.cassandra</groupId>
64       <artifactId>cassandra-driver-core</artifactId>
65       <scope>test</scope>
66     </dependency>
67     <dependency>
68       <groupId>org.projectlombok</groupId>
69       <artifactId>lombok</artifactId>
70       <version>${lombok.version}</version>
71     </dependency>
72   </dependencies>
73
74 </project>