File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -211,6 +211,9 @@ Projects wishing to use pom-scijava as a parent project need to override the <
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 <
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 >
You can’t perform that action at this time.
0 commit comments