Update version to 1.8.2
[sdc.git] / openecomp-be / lib / openecomp-sdc-notification-lib / openecomp-sdc-notification-websocket / 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-websocket</name>
7     <artifactId>openecomp-sdc-notification-websocket</artifactId>
8
9     <parent>
10         <groupId>org.openecomp.sdc</groupId>
11         <artifactId>openecomp-sdc-notification-lib</artifactId>
12         <version>1.8.2-SNAPSHOT</version>
13     </parent>
14
15     <dependencies>
16         <dependency>
17             <groupId>org.openecomp.sdc</groupId>
18             <artifactId>openecomp-sdc-notification-worker</artifactId>
19             <version>${project.version}</version>
20         </dependency>
21         <dependency>
22             <groupId>org.springframework</groupId>
23             <artifactId>spring-websocket</artifactId>
24             <version>${spring.framework.version}</version>
25         </dependency>
26         <dependency>
27             <groupId>com.google.code.gson</groupId>
28             <artifactId>gson</artifactId>
29             <version>2.3.1</version>
30         </dependency>
31     </dependencies>
32
33 </project>