pwielebs | a393ae3 | 2018-05-07 16:58:20 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Piotr Bochenski | 3c2766d | 2018-08-31 11:49:21 +0200 | [diff] [blame] | 2 | <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"> |
wasala | 2a6eb94 | 2018-06-18 11:45:08 +0200 | [diff] [blame] | 5 | <modelVersion>4.0.0</modelVersion> |
pwielebs | a393ae3 | 2018-05-07 16:58:20 +0200 | [diff] [blame] | 6 | |
wasala | 2a6eb94 | 2018-06-18 11:45:08 +0200 | [diff] [blame] | 7 | <parent> |
wasala | 2a6eb94 | 2018-06-18 11:45:08 +0200 | [diff] [blame] | 8 | <groupId>org.onap.dcaegen2.services</groupId> |
Piotr Bochenski | 3c2766d | 2018-08-31 11:49:21 +0200 | [diff] [blame] | 9 | <artifactId>prh</artifactId> |
Kasperkiewicz Pawel | b432962 | 2018-10-22 14:21:40 +0200 | [diff] [blame] | 10 | <version>1.2.0-SNAPSHOT</version> |
wasala | 2a6eb94 | 2018-06-18 11:45:08 +0200 | [diff] [blame] | 11 | </parent> |
pwielebs | a393ae3 | 2018-05-07 16:58:20 +0200 | [diff] [blame] | 12 | |
wasala | 2a6eb94 | 2018-06-18 11:45:08 +0200 | [diff] [blame] | 13 | <groupId>org.onap.dcaegen2.services.prh</groupId> |
Piotr Bochenski | 3c2766d | 2018-08-31 11:49:21 +0200 | [diff] [blame] | 14 | <artifactId>prh-commons</artifactId> |
wasala | 2a6eb94 | 2018-06-18 11:45:08 +0200 | [diff] [blame] | 15 | <packaging>jar</packaging> |
pwielebs | cb85d68 | 2018-05-07 16:58:20 +0200 | [diff] [blame] | 16 | |
wasala | 2a6eb94 | 2018-06-18 11:45:08 +0200 | [diff] [blame] | 17 | <dependencies> |
| 18 | <dependency> |
wasala | 2a6eb94 | 2018-06-18 11:45:08 +0200 | [diff] [blame] | 19 | <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> |
wasala | 4a1457c | 2018-09-11 09:50:21 +0200 | [diff] [blame] | 30 | <dependency> |
| 31 | <groupId>org.springframework</groupId> |
| 32 | <artifactId>spring-web</artifactId> |
wasala | 4a1457c | 2018-09-11 09:50:21 +0200 | [diff] [blame] | 33 | </dependency> |
Maciej Wejs | 8330d0e | 2018-11-06 12:07:12 +0100 | [diff] [blame] | 34 | <dependency> |
| 35 | <groupId>io.projectreactor.netty</groupId> |
| 36 | <artifactId>reactor-netty</artifactId> |
| 37 | </dependency> |
micdzied | 8e8d8f7 | 2018-12-12 14:03:19 +0100 | [diff] [blame^] | 38 | <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> |
wasala | 2a6eb94 | 2018-06-18 11:45:08 +0200 | [diff] [blame] | 56 | </dependencies> |
Piotr Bochenski | 3c2766d | 2018-08-31 11:49:21 +0200 | [diff] [blame] | 57 | </project> |