Update version to 1.7.1
[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-lib</artifactId>
12     <version>1.7.1-SNAPSHOT</version>
13     <relativePath>../..</relativePath>
14   </parent>
15
16   <dependencies>
17     <dependency>
18       <groupId>org.openecomp.sdc.core</groupId>
19       <artifactId>openecomp-utilities-lib</artifactId>
20       <version>${project.version}</version>
21     </dependency>
22     <dependency>
23       <groupId>com.fasterxml.jackson.jaxrs</groupId>
24       <artifactId>jackson-jaxrs-json-provider</artifactId>
25       <version>${jackson.version}</version>
26     </dependency>
27     <dependency>
28       <groupId>com.fasterxml.jackson.core</groupId>
29       <artifactId>jackson-databind</artifactId>
30       <version>${jackson.version}</version>
31     </dependency>
32     <dependency>
33       <groupId>org.springframework</groupId>
34       <artifactId>spring-websocket</artifactId>
35       <version>${spring.framework.version}</version>
36     </dependency>
37     <dependency>
38       <groupId>com.google.code.gson</groupId>
39       <artifactId>gson</artifactId>
40     </dependency>
41     <dependency>
42       <groupId>com.googlecode.json-simple</groupId>
43       <artifactId>json-simple</artifactId>
44       <version>1.1</version>
45     </dependency>
46     <dependency>
47       <groupId>org.apache.httpcomponents</groupId>
48       <artifactId>httpclient</artifactId>
49       <version>${http.client.version}</version>
50       <scope>provided</scope>
51     </dependency>
52     <dependency>
53       <groupId>org.apache.httpcomponents</groupId>
54       <artifactId>httpcore</artifactId>
55       <version>${http.core.version}</version>
56       <scope>provided</scope>
57     </dependency>
58     <dependency>
59       <groupId>javax.ws.rs</groupId>
60       <artifactId>javax.ws.rs-api</artifactId>
61       <scope>provided</scope>
62     </dependency>
63     <dependency>
64       <groupId>com.datastax.cassandra</groupId>
65       <artifactId>cassandra-driver-core</artifactId>
66       <scope>test</scope>
67     </dependency>
68     <dependency>
69       <groupId>org.projectlombok</groupId>
70       <artifactId>lombok</artifactId>
71       <version>${lombok.version}</version>
72     </dependency>
73   </dependencies>
74
75 </project>