Subversion Repositories SmartDukaan

Rev

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

Rev 21348 Rev 21361
Line 100... Line 100...
100
		<dependency>
100
		<dependency>
101
			<groupId>org.springframework</groupId>
101
			<groupId>org.springframework</groupId>
102
			<artifactId>spring-core</artifactId>
102
			<artifactId>spring-core</artifactId>
103
			<version>4.3.5.RELEASE</version>
103
			<version>4.3.5.RELEASE</version>
104
		</dependency>
104
		</dependency>
-
 
105
		<!-- https://mvnrepository.com/artifact/org.springframework/spring-jdbc -->
-
 
106
		<dependency>
-
 
107
			<groupId>org.springframework</groupId>
-
 
108
			<artifactId>spring-jdbc</artifactId>
-
 
109
			<version>4.3.5.RELEASE</version>
-
 
110
		</dependency>
-
 
111
 
105
		<dependency>
112
		<dependency>
106
			<groupId>org.springframework</groupId>
113
			<groupId>org.springframework</groupId>
107
			<artifactId>spring-webmvc</artifactId>
114
			<artifactId>spring-webmvc</artifactId>
108
			<version>4.3.5.RELEASE</version>
115
			<version>4.3.5.RELEASE</version>
109
		</dependency>
116
		</dependency>
Line 123... Line 130...
123
			<groupId>org.hibernate</groupId>
130
			<groupId>org.hibernate</groupId>
124
			<artifactId>hibernate-core</artifactId>
131
			<artifactId>hibernate-core</artifactId>
125
			<version>5.2.10.Final</version>
132
			<version>5.2.10.Final</version>
126
		</dependency>
133
		</dependency>
127
		<dependency>
134
		<dependency>
128
			<groupId>org.hibernate</groupId>
-
 
129
			<artifactId>hibernate-entitymanager</artifactId>
-
 
130
			<version>5.2.10.Final</version>
-
 
131
		</dependency>
-
 
132
		<dependency>
-
 
133
			<groupId>org.hibernate.javax.persistence</groupId>
135
			<groupId>org.hibernate.javax.persistence</groupId>
134
			<artifactId>hibernate-jpa-2.1-api</artifactId>
136
			<artifactId>hibernate-jpa-2.1-api</artifactId>
135
			<version>1.0.0.Final</version>
137
			<version>1.0.0.Final</version>
136
		</dependency>
138
		</dependency>
137
		<dependency>
139
		<dependency>
Line 210... Line 212...
210
		<dependency>
212
		<dependency>
211
			<groupId>com.fasterxml.jackson.core</groupId>
213
			<groupId>com.fasterxml.jackson.core</groupId>
212
			<artifactId>jackson-databind</artifactId>
214
			<artifactId>jackson-databind</artifactId>
213
			<version>2.8.5</version>
215
			<version>2.8.5</version>
214
		</dependency>
216
		</dependency>
-
 
217
		<!-- https://mvnrepository.com/artifact/org.springframework/spring-orm -->
-
 
218
		<dependency>
-
 
219
			<groupId>org.springframework</groupId>
-
 
220
			<artifactId>spring-orm</artifactId>
-
 
221
			<version>4.3.8.RELEASE</version>
-
 
222
		</dependency>
-
 
223
 
215
 
224
 
216
 
225
 
217
		<!-- Common io -->
226
		<!-- Common io -->
218
		<dependency>
227
		<dependency>
219
			<groupId>commons-io</groupId>
228
			<groupId>commons-io</groupId>