Subversion Repositories SmartDukaan

Rev

Rev 21287 | Rev 21301 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 21287 Rev 21297
Line 221... Line 221...
221
  		<groupId>com.eclipsesource.minimal-json</groupId>
221
  		<groupId>com.eclipsesource.minimal-json</groupId>
222
  		<artifactId>minimal-json</artifactId>
222
  		<artifactId>minimal-json</artifactId>
223
  		<version>0.9.4</version>
223
  		<version>0.9.4</version>
224
	</dependency>
224
	</dependency>
225
	
225
	
-
 
226
	<!-- https://mvnrepository.com/artifact/com.google.code.gson/gson -->
-
 
227
	<dependency>
-
 
228
    	<groupId>com.google.code.gson</groupId>
-
 
229
    	<artifactId>gson</artifactId>
-
 
230
    	<version>2.8.0</version>
-
 
231
	</dependency>
-
 
232
	
-
 
233
	
226
	
234
	
227
  </dependencies>
235
  </dependencies>
228
  
236
  
229
  
237
  
230
</project>
238
</project>