blob: 63ac9a7dbf3b1c788024df5b25babb507d2da4b1 [file] [log] [blame]
pwielebsa393ae32018-05-07 16:58:20 +02001<?xml version="1.0" encoding="UTF-8"?>
Piotr Bochenski3c2766d2018-08-31 11:49:21 +02002<project xmlns="http://maven.apache.org/POM/4.0.0"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
wasala2a6eb942018-06-18 11:45:08 +02005 <modelVersion>4.0.0</modelVersion>
pwielebsa393ae32018-05-07 16:58:20 +02006
wasala2a6eb942018-06-18 11:45:08 +02007 <parent>
wasala2a6eb942018-06-18 11:45:08 +02008 <groupId>org.onap.dcaegen2.services</groupId>
Piotr Bochenski3c2766d2018-08-31 11:49:21 +02009 <artifactId>prh</artifactId>
Kasperkiewicz Pawelb4329622018-10-22 14:21:40 +020010 <version>1.2.0-SNAPSHOT</version>
wasala2a6eb942018-06-18 11:45:08 +020011 </parent>
pwielebsa393ae32018-05-07 16:58:20 +020012
wasala2a6eb942018-06-18 11:45:08 +020013 <groupId>org.onap.dcaegen2.services.prh</groupId>
Piotr Bochenski3c2766d2018-08-31 11:49:21 +020014 <artifactId>prh-commons</artifactId>
wasala2a6eb942018-06-18 11:45:08 +020015 <packaging>jar</packaging>
pwielebscb85d682018-05-07 16:58:20 +020016
wasala2a6eb942018-06-18 11:45:08 +020017 <dependencies>
18 <dependency>
wasala2a6eb942018-06-18 11:45:08 +020019 <groupId>ch.qos.logback</groupId>
20 <artifactId>logback-classic</artifactId>
21 </dependency>
22 <dependency>
23 <groupId>org.slf4j</groupId>
24 <artifactId>jul-to-slf4j</artifactId>
25 </dependency>
26 <dependency>
27 <groupId>org.slf4j</groupId>
28 <artifactId>log4j-over-slf4j</artifactId>
29 </dependency>
wasala4a1457c2018-09-11 09:50:21 +020030 <dependency>
31 <groupId>org.springframework</groupId>
32 <artifactId>spring-web</artifactId>
wasala4a1457c2018-09-11 09:50:21 +020033 </dependency>
Maciej Wejs8330d0e2018-11-06 12:07:12 +010034 <dependency>
35 <groupId>io.projectreactor.netty</groupId>
36 <artifactId>reactor-netty</artifactId>
37 </dependency>
micdzied8e8d8f72018-12-12 14:03:19 +010038 <dependency>
39 <groupId>org.immutables</groupId>
40 <artifactId>value</artifactId>
41 </dependency>
42 <dependency>
43 <groupId>org.immutables</groupId>
44 <artifactId>gson</artifactId>
45 </dependency>
46 <dependency>
47 <groupId>org.junit.jupiter</groupId>
48 <artifactId>junit-jupiter-engine</artifactId>
49 <scope>test</scope>
50 </dependency>
51 <dependency>
52 <groupId>org.mockito</groupId>
53 <artifactId>mockito-core</artifactId>
54 <scope>test</scope>
55 </dependency>
wasala2a6eb942018-06-18 11:45:08 +020056 </dependencies>
Piotr Bochenski3c2766d2018-08-31 11:49:21 +020057</project>