Skip to content

Commit 8b29bd1

Browse files
committed
Manage the version of Gson
1 parent 6d6ea61 commit 8b29bd1

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,9 @@ Projects wishing to use pom-scijava as a parent project need to override the &lt
211211

212212
<!-- Other managed components -->
213213

214+
<!-- Gson - https://code.google.com/p/google-gson/ -->
215+
<gson.version>2.2.4</gson.version>
216+
214217
<!-- JAMA - http://math.nist.gov/javanumerics/jama/ -->
215218
<jama.version>1.0.3</jama.version>
216219

@@ -485,6 +488,13 @@ Projects wishing to use pom-scijava as a parent project need to override the &lt
485488
<version>${bio-formats.version}</version>
486489
</dependency>
487490

491+
<!-- Gson - https://code.google.com/p/google-gson/ -->
492+
<dependency>
493+
<groupId>com.google.code.gson</groupId>
494+
<artifactId>gson</artifactId>
495+
<version>${gson.version}</version>
496+
</dependency>
497+
488498
<!-- JAMA - http://math.nist.gov/javanumerics/jama/ -->
489499
<dependency>
490500
<groupId>gov.nist.math</groupId>

0 commit comments

Comments
 (0)