diff options
author | pbiniek <pawel.biniek@nokia.com> | 2019-02-27 23:31:15 +0100 |
---|---|---|
committer | pbiniek <pawel.biniek@nokia.com> | 2019-03-11 12:43:48 +0100 |
commit | e9220923d2a13fa787f2f2f7b8bedc60cc9b2324 (patch) | |
tree | 9d8b4e9a5ec6da712a2d76b6897c9f66e79e2c44 /pom.xml | |
parent | f938e8a87a33f8db78115a92f5130d6296171c62 (diff) |
Added JSON config file format utils
Change-Id: I97fdd72324495b4c838e44c306cbcacac6b11bc1
Signed-off-by: Pawel Biniek <pawel.biniek@nokia.com>
Issue-ID: DCAEGEN2-1323
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -65,6 +65,7 @@ <junit-platform.version>1.2.0-RC1</junit-platform.version> <junit-jupiter.version>5.2.0-RC1</junit-jupiter.version> <spek.version>1.1.5</spek.version> + <gson.version>2.8.5</gson.version> <maven-surefire-plugin.version>2.22.0</maven-surefire-plugin.version> <failIfMissingUnitTests>false</failIfMissingUnitTests> <failIfMissingComponentTests>false</failIfMissingComponentTests> @@ -438,6 +439,11 @@ <version>1.0.0</version> </dependency> <dependency> + <groupId>com.google.code.gson</groupId> + <artifactId>gson</artifactId> + <version>${gson.version}</version> + </dependency> + <dependency> <groupId>io.arrow-kt</groupId> <artifactId>arrow-core</artifactId> <version>${arrow.version}</version> |