update sdc version
[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.3.0-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>org.codehaus.jackson</groupId>
24             <artifactId>jackson-jaxrs</artifactId>
25             <version>${org.codehaus.jackson.version}</version>
26         </dependency>
27         <dependency>
28             <groupId>org.codehaus.jackson</groupId>
29             <artifactId>jackson-core-asl</artifactId>
30             <version>${org.codehaus.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             <version>2.3.1</version>
41         </dependency>
42                 <dependency>
43                     <groupId>com.googlecode.json-simple</groupId>
44                     <artifactId>json-simple</artifactId>
45                     <version>1.1</version>
46                 </dependency>
47                 <dependency>
48                         <groupId>org.apache.httpcomponents</groupId>
49                         <artifactId>httpclient</artifactId>
50             <version>${http.client.version}</version>
51                         <scope>provided</scope>
52                 </dependency>
53                 <dependency>
54                         <groupId>org.apache.httpcomponents</groupId>
55                         <artifactId>httpcore</artifactId>
56             <version>${http.core.version}</version>
57                         <scope>provided</scope>
58                 </dependency>
59                 <dependency>
60                 <groupId>com.datastax.cassandra</groupId>
61                 <artifactId>cassandra-driver-core</artifactId>
62                 <version>2.0.1</version>
63                 <scope>test</scope>
64                 </dependency>
65         <dependency>
66             <groupId>junit</groupId>
67             <artifactId>junit</artifactId>
68             <scope>test</scope>
69             <version>${junit.version}</version>
70         </dependency>
71     </dependencies>
72
73 </project>