blob: abff87f1ad670939ab8097962d090d517cb20d49 [file] [log] [blame]
talig8e9c0652017-12-20 14:30:43 +02001<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-lib</artifactId>
12 <version>1.2.0-SNAPSHOT</version>
13 <relativePath>../..</relativePath>
14 </parent>
15
16 <dependencies>
17 <dependency>
18 <groupId>org.openecomp.sdc</groupId>
19 <artifactId>openecomp-sdc-notification-worker</artifactId>
20 <version>${project.version}</version>
21 </dependency>
22 <dependency>
23 <groupId>org.springframework</groupId>
24 <artifactId>spring-websocket</artifactId>
25 <version>4.3.4.RELEASE</version>
26 </dependency>
27 <dependency>
28 <groupId>com.google.code.gson</groupId>
29 <artifactId>gson</artifactId>
30 <version>2.3.1</version>
31 </dependency>
32 </dependencies>
33
34</project>