Subversion Repositories SmartDukaan

Rev

Rev 22442 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 22442 Rev 22443
Line 218... Line 218...
218
			<groupId>com.fasterxml.jackson.core</groupId>
218
			<groupId>com.fasterxml.jackson.core</groupId>
219
			<artifactId>jackson-databind</artifactId>
219
			<artifactId>jackson-databind</artifactId>
220
			<version>2.8.5</version>
220
			<version>2.8.5</version>
221
		</dependency>
221
		</dependency>
222
		
222
		
223
		<!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.datatype/jackson-datatype-jsr310 -->
-
 
224
<!-- 	<dependency>
-
 
225
		<groupId>com.fasterxml.jackson.datatype</groupId>
-
 
226
		<artifactId>jackson-datatype-jsr310</artifactId>
-
 
227
		<version>2.8.5</version>
-
 
228
		<exclusions>
-
 
229
		<exclusion>
-
 
230
			<groupId>org.slf4j</groupId>
-
 
231
			<artifactId>slf4-simple</artifactId>
-
 
232
		</exclusion>
-
 
233
		<exclusion>
-
 
234
			<groupId>org.slf4j</groupId>
-
 
235
			<artifactId>slf4-api</artifactId>
-
 
236
		</exclusion>
-
 
237
		</exclusions>
-
 
238
	</dependency> -->
-
 
239
		
-
 
240
 
223
 
241
		<dependency>
224
		<dependency>
242
			<groupId>commons-collections</groupId>
225
			<groupId>commons-collections</groupId>
243
			<artifactId>commons-collections</artifactId>
226
			<artifactId>commons-collections</artifactId>
244
			<version>3.0</version>
227
			<version>3.0</version>