pwielebs | b9f6585 | 2018-11-20 16:46:32 +0100 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 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"> |
| 5 | |
| 6 | <modelVersion>4.0.0</modelVersion> |
| 7 | |
| 8 | <parent> |
| 9 | <groupId>org.onap.dcaegen2.services.sdk</groupId> |
| 10 | <artifactId>dcaegen2-services-sdk-rest-services</artifactId> |
pwielebs | 336d71e | 2018-12-12 16:36:04 +0100 | [diff] [blame^] | 11 | <version>1.1.0-SNAPSHOT</version> |
pwielebs | b9f6585 | 2018-11-20 16:46:32 +0100 | [diff] [blame] | 12 | <relativePath>../pom.xml</relativePath> |
| 13 | </parent> |
| 14 | |
| 15 | <groupId>org.onap.dcaegen2.services.sdk.rest.services</groupId> |
| 16 | <artifactId>common-dependency</artifactId> |
pwielebs | 336d71e | 2018-12-12 16:36:04 +0100 | [diff] [blame^] | 17 | <version>1.1.0-SNAPSHOT</version> |
pwielebs | b9f6585 | 2018-11-20 16:46:32 +0100 | [diff] [blame] | 18 | |
| 19 | <name>dcaegen2-services-sdk-rest-services-common-dependency</name> |
| 20 | <description>Common functionality in the project</description> |
| 21 | <packaging>jar</packaging> |
| 22 | |
| 23 | <dependencies> |
| 24 | <dependency> |
| 25 | <groupId>io.projectreactor.netty</groupId> |
| 26 | <artifactId>reactor-netty</artifactId> |
| 27 | </dependency> |
| 28 | <dependency> |
| 29 | <groupId>org.immutables</groupId> |
| 30 | <artifactId>gson</artifactId> |
| 31 | </dependency> |
| 32 | <dependency> |
| 33 | <groupId>org.immutables</groupId> |
| 34 | <artifactId>value</artifactId> |
| 35 | </dependency> |
| 36 | <dependency> |
| 37 | <groupId>ch.qos.logback</groupId> |
| 38 | <artifactId>logback-classic</artifactId> |
| 39 | </dependency> |
| 40 | <dependency> |
| 41 | <groupId>org.slf4j</groupId> |
| 42 | <artifactId>jul-to-slf4j</artifactId> |
| 43 | </dependency> |
| 44 | <dependency> |
| 45 | <groupId>org.slf4j</groupId> |
| 46 | <artifactId>log4j-over-slf4j</artifactId> |
| 47 | </dependency> |
Marcin Migdal | 56b9225 | 2018-12-11 13:50:13 +0100 | [diff] [blame] | 48 | |
pwielebs | b9f6585 | 2018-11-20 16:46:32 +0100 | [diff] [blame] | 49 | </dependencies> |
| 50 | </project> |