Commit bd785954 authored by Radek Ošlejšek's avatar Radek Ošlejšek
Browse files

Added dependency on GSON (required in 10th iteration)

parent 4a932ee6
......@@ -34,6 +34,12 @@
<version>${version.assertj}</version>
<scope>test</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/com.google.code.gson/gson -->
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.5</version>
</dependency>
</dependencies>
<build>
<plugins>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment