Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Pavel Šeda
2021-pb162-seminar-project
Commits
bd785954
Commit
bd785954
authored
Feb 17, 2021
by
Radek Ošlejšek
Browse files
Added dependency on GSON (required in 10th iteration)
parent
4a932ee6
Changes
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
bd785954
...
...
@@ -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>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment