aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorpwielebs <piotr.wielebski@nokia.com>2020-02-17 12:43:31 +0100
committerpwielebs <piotr.wielebski@nokia.com>2020-02-20 11:55:17 +0100
commit102a411b2c6ac3e88fdc4552182b305619277fb9 (patch)
tree9076b57c9c3d104381f637c1712d7efcf72aa9af /pom.xml
parentf28a670df2ea958a83d28930264f002f6d67eec7 (diff)
Add functionality for reading ENV variables
Issue-ID: AAF-996 Signed-off-by: pwielebs <piotr.wielebski@nokia.com> Change-Id: If216040d59390f0956bae7f747c8cb6bce2a7f9f
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 5366313f..8393442a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,6 +64,8 @@
<docker-image.latest>${project.version}</docker-image.latest>
<version>${project.version}</version>
<docker.http_proxy/>
+ <immutables.version>2.7.5</immutables.version>
+
</properties>
@@ -259,6 +261,7 @@
<version>${mockito-core.version}</version>
<scope>test</scope>
</dependency>
+
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-junit-jupiter</artifactId>