aboutsummaryrefslogtreecommitdiffstats
path: root/prh-commons
diff options
context:
space:
mode:
authormicdzied <michal.1.dziedzic@nokia.com>2018-12-13 13:18:33 +0100
committermicdzied <michal.1.dziedzic@nokia.com>2018-12-13 13:30:51 +0100
commitc35d7ae7f2ff44e0e08306f674b1b48d54831521 (patch)
tree710235392962bf9e183f5f3a76d0259f0ed3e773 /prh-commons
parent8e8d8f7ea4105931def3a1882b56d76d2fecfd68 (diff)
remove duplicated dependencies
Change-Id: I4ead03dc4378d8f74d0221b7b36760c86b41ecf6 Issue-ID: DCAEGEN2-1033 Signed-off-by: micdzied <michal.1.dziedzic@nokia.com>
Diffstat (limited to 'prh-commons')
-rw-r--r--prh-commons/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/prh-commons/pom.xml b/prh-commons/pom.xml
index 63ac9a7d..1c78d484 100644
--- a/prh-commons/pom.xml
+++ b/prh-commons/pom.xml
@@ -38,10 +38,12 @@
<dependency>
<groupId>org.immutables</groupId>
<artifactId>value</artifactId>
+ <version>${immutables.version}</version>
</dependency>
<dependency>
<groupId>org.immutables</groupId>
<artifactId>gson</artifactId>
+ <version>${immutables.version}</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>