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>ass2-service-auth</artifactId>
16 <name>DST :: Assignment 2 :: Service :: Auth Server</name>
18 <packaging>jar</packaging>
22 <groupId>at.ac.tuwien.infosys.dst</groupId>
23 <artifactId>ass1-jpa</artifactId>
24 <version>${project.version}</version>
27 <groupId>at.ac.tuwien.infosys.dst</groupId>
28 <artifactId>ass2-service-api</artifactId>
29 <version>${project.version}</version>
33 <groupId>io.grpc</groupId>
34 <artifactId>grpc-protobuf</artifactId>
37 <groupId>io.grpc</groupId>
38 <artifactId>grpc-stub</artifactId>
41 <groupId>io.grpc</groupId>
42 <artifactId>grpc-netty</artifactId>
46 <groupId>at.ac.tuwien.infosys.dst</groupId>
47 <artifactId>ass1-jpa</artifactId>
48 <version>${project.version}</version>
53 <groupId>org.springframework</groupId>
54 <artifactId>spring-orm</artifactId>
58 <groupId>org.springframework.boot</groupId>
59 <artifactId>spring-boot-starter-test</artifactId>
67 <groupId>kr.motd.maven</groupId>
68 <artifactId>os-maven-plugin</artifactId>
73 <groupId>org.xolstice.maven.plugins</groupId>
74 <artifactId>protobuf-maven-plugin</artifactId>