blob: 2d73a2585833ad0a6758ab4058ee68cdf3d14f9d [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>
JulienBeb485c372020-10-28 11:50:25 -040011 <artifactId>openecomp-sdc-notification-lib</artifactId>
ChrisC737340d2021-03-16 16:34:18 +010012 <version>1.8.4-SNAPSHOT</version>
talig8e9c0652017-12-20 14:30:43 +020013 </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>
Michael Lando636c9932018-05-22 18:26:11 +030024 <version>${spring.framework.version}</version>
talig8e9c0652017-12-20 14:30:43 +020025 </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>