Subversion Repositories SmartDukaan

Rev

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

Rev 21301 Rev 21302
Line 208... Line 208...
208
		<groupId>io.springfox</groupId>
208
		<groupId>io.springfox</groupId>
209
		<artifactId>springfox-swagger2</artifactId>
209
		<artifactId>springfox-swagger2</artifactId>
210
		<version>2.5.0</version>
210
		<version>2.5.0</version>
211
	</dependency>
211
	</dependency>
212
	
212
	
213
	<!-- https://mvnrepository.com/artifact/javax.mail/mail -->
213
	<!-- for mail processing -->
214
	<dependency>
214
	<dependency>
215
    	<groupId>javax.mail</groupId>
215
    	<groupId>javax.mail</groupId>
216
    	<artifactId>mail</artifactId>
216
    	<artifactId>mail</artifactId>
217
    	<version>1.4</version>
217
    	<version>1.4</version>
218
	</dependency>
218
	</dependency>
219
	
219
	
-
 
220
	<!-- for fast json processing -->
-
 
221
	
220
	<dependency>
222
	<dependency>
221
  		<groupId>com.eclipsesource.minimal-json</groupId>
223
  		<groupId>com.eclipsesource.minimal-json</groupId>
222
  		<artifactId>minimal-json</artifactId>
224
  		<artifactId>minimal-json</artifactId>
223
  		<version>0.9.4</version>
225
  		<version>0.9.4</version>
224
	</dependency>
226
	</dependency>
Line 229... Line 231...
229
    	<artifactId>gson</artifactId>
231
    	<artifactId>gson</artifactId>
230
    	<version>2.8.0</version>
232
    	<version>2.8.0</version>
231
	</dependency>
233
	</dependency>
232
	
234
	
233
	
235
	
234
	
-
 
235
  </dependencies>
236
  </dependencies>
236
  
237
  
237
  
238
  
238
</project>
239
</project>
239
240