Commit 99cb9f1e283f64da7a601791b2659c60a5bf6c07
1 parent
ba67768f
Exists in
master
and in
1 other branch
git-svn-id: https://svn.bento.ifrs.edu.br/default/ASES/ASES%20-%20Web/ASES%20-%2…
…0Web/Fontes/avaliador-api@10515 c2178572-b5ca-4887-91d2-9e3a90c7d55b
Showing
1 changed file
with
8 additions
and
0 deletions
Show diff stats
pom.xml
... | ... | @@ -98,5 +98,13 @@ |
98 | 98 | <version>3.1</version> |
99 | 99 | </dependency> |
100 | 100 | |
101 | + <dependency> | |
102 | + <groupId>com.google.code.gson</groupId> | |
103 | + <artifactId>gson</artifactId> | |
104 | + <version>2.4</version> | |
105 | + </dependency> | |
106 | + | |
107 | + | |
108 | + | |
101 | 109 | </dependencies> |
102 | 110 | </project> | ... | ... |