Subversion Repositories SmartDukaan

Rev

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

Rev 21744 Rev 21748
Line 112... Line 112...
112
			<groupId>org.apache.commons</groupId>
112
			<groupId>org.apache.commons</groupId>
113
			<artifactId>commons-lang3</artifactId>
113
			<artifactId>commons-lang3</artifactId>
114
			<version>3.5</version>
114
			<version>3.5</version>
115
		</dependency>
115
		</dependency>
116
 
116
 
117
		<!-- Json parsing -->
-
 
118
		<dependency>
-
 
119
			<groupId>com.fasterxml.jackson.core</groupId>
-
 
120
			<artifactId>jackson-core</artifactId>
-
 
121
			<version>2.8.5</version>
-
 
122
		</dependency>
-
 
123
		<dependency>
-
 
124
			<groupId>com.fasterxml.jackson.core</groupId>
-
 
125
			<artifactId>jackson-databind</artifactId>
-
 
126
			<version>2.8.5</version>
-
 
127
		</dependency>
-
 
128
		<dependency>
117
		<dependency>
129
			<groupId>org.springframework</groupId>
118
			<groupId>org.springframework</groupId>
130
			<artifactId>spring-orm</artifactId>
119
			<artifactId>spring-orm</artifactId>
131
			<version>4.3.8.RELEASE</version>
120
			<version>4.3.8.RELEASE</version>
132
		</dependency>
121
		</dependency>