1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" 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">
5 <modelVersion>4.0.0</modelVersion>
8 <groupId>at.ac.tuwien.infosys.dst</groupId>
9 <artifactId>dst</artifactId>
10 <version>2018.1</version>
11 <relativePath>..</relativePath>
14 <artifactId>ass3-messaging</artifactId>
16 <name>DST :: Assignment 3 :: Messaging</name>
18 <packaging>jar</packaging>
22 <groupId>com.rabbitmq</groupId>
23 <artifactId>amqp-client</artifactId>
26 <groupId>com.rabbitmq</groupId>
27 <artifactId>http-client</artifactId>
30 <groupId>com.fasterxml.jackson.core</groupId>
31 <artifactId>jackson-databind</artifactId>
35 <groupId>org.springframework.boot</groupId>
36 <artifactId>spring-boot-starter-amqp</artifactId>