aboutsummaryrefslogtreecommitdiffstats
path: root/prh-commons
diff options
context:
space:
mode:
authormicdzied <michal.1.dziedzic@nokia.com>2018-12-12 14:03:19 +0100
committermicdzied <michal.1.dziedzic@nokia.com>2018-12-12 14:12:50 +0100
commit8e8d8f7ea4105931def3a1882b56d76d2fecfd68 (patch)
treedb50389b0eabb6513223db765832586abafd6678 /prh-commons
parentf16839120729c2f0f2705093edc94fc7e1cdfc1d (diff)
clean up in poms
Change-Id: I28eb8c3ed66b8bea097758168a0f00753f7e095a Issue-ID: DCAEGEN2-1030 Signed-off-by: micdzied <michal.1.dziedzic@nokia.com>
Diffstat (limited to 'prh-commons')
-rw-r--r--prh-commons/pom.xml42
1 files changed, 18 insertions, 24 deletions
diff --git a/prh-commons/pom.xml b/prh-commons/pom.xml
index 9a86f299..63ac9a7d 100644
--- a/prh-commons/pom.xml
+++ b/prh-commons/pom.xml
@@ -16,30 +16,6 @@
<dependencies>
<dependency>
- <groupId>org.immutables</groupId>
- <artifactId>value</artifactId>
- </dependency>
- <dependency>
- <groupId>org.immutables</groupId>
- <artifactId>gson</artifactId>
- </dependency>
- <dependency>
- <groupId>org.junit.jupiter</groupId>
- <artifactId>junit-jupiter-api</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.junit.jupiter</groupId>
- <artifactId>junit-jupiter-engine</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.mockito</groupId>
- <artifactId>mockito-core</artifactId>
- <scope>test</scope>
- </dependency>
-
- <dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
</dependency>
@@ -59,5 +35,23 @@
<groupId>io.projectreactor.netty</groupId>
<artifactId>reactor-netty</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.immutables</groupId>
+ <artifactId>value</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.immutables</groupId>
+ <artifactId>gson</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.junit.jupiter</groupId>
+ <artifactId>junit-jupiter-engine</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-core</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</project>