| 
									
										
										
										
											2015-12-25 23:54:54 +05:30
										 |  |  | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | 
					
						
							| 
									
										
										
										
											2018-07-12 12:34:54 +05:30
										 |  |  |     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | 
					
						
							| 
									
										
										
										
											2018-04-26 18:07:47 +05:30
										 |  |  |     <modelVersion>4.0.0</modelVersion> | 
					
						
							|  |  |  |     <groupId>com.baeldung</groupId> | 
					
						
							|  |  |  |     <artifactId>spring-data-redis</artifactId> | 
					
						
							|  |  |  |     <version>1.0</version> | 
					
						
							|  |  |  |     <packaging>jar</packaging> | 
					
						
							| 
									
										
										
										
											2015-12-25 23:54:54 +05:30
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-04-26 18:07:47 +05:30
										 |  |  |     <parent> | 
					
						
							|  |  |  |         <groupId>com.baeldung</groupId> | 
					
						
							| 
									
										
										
										
											2018-06-02 20:14:15 +05:30
										 |  |  |         <artifactId>parent-spring-5</artifactId> | 
					
						
							| 
									
										
										
										
											2018-07-12 12:34:54 +05:30
										 |  |  |         <version>0.0.1-SNAPSHOT</version> | 
					
						
							|  |  |  |         <relativePath>../../parent-spring-5</relativePath> | 
					
						
							| 
									
										
										
										
											2018-04-26 18:07:47 +05:30
										 |  |  |     </parent> | 
					
						
							| 
									
										
										
										
											2017-05-12 20:32:54 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-04-26 18:07:47 +05:30
										 |  |  |     <dependencies> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework.data</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-data-redis</artifactId> | 
					
						
							|  |  |  |             <version>${spring-data-redis}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2015-12-25 23:54:54 +05:30
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-04-26 18:07:47 +05:30
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>cglib</groupId> | 
					
						
							|  |  |  |             <artifactId>cglib-nodep</artifactId> | 
					
						
							|  |  |  |             <version>${cglib.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2015-12-25 23:54:54 +05:30
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-04-26 18:07:47 +05:30
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>redis.clients</groupId> | 
					
						
							|  |  |  |             <artifactId>jedis</artifactId> | 
					
						
							|  |  |  |             <version>${jedis.version}</version> | 
					
						
							|  |  |  |             <type>jar</type> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2015-12-25 23:54:54 +05:30
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-04-26 18:07:47 +05:30
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-core</artifactId> | 
					
						
							|  |  |  |             <version>${spring.version}</version> | 
					
						
							|  |  |  |             <exclusions> | 
					
						
							|  |  |  |                 <exclusion> | 
					
						
							|  |  |  |                     <artifactId>commons-logging</artifactId> | 
					
						
							|  |  |  |                     <groupId>commons-logging</groupId> | 
					
						
							|  |  |  |                 </exclusion> | 
					
						
							|  |  |  |             </exclusions> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2015-12-25 23:54:54 +05:30
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-04-26 18:07:47 +05:30
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-context</artifactId> | 
					
						
							|  |  |  |             <version>${spring.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2015-12-25 23:54:54 +05:30
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-04-26 18:07:47 +05:30
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-test</artifactId> | 
					
						
							|  |  |  |             <version>${spring.version}</version> | 
					
						
							|  |  |  |             <scope>test</scope> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2015-12-25 23:54:54 +05:30
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-04-26 18:07:47 +05:30
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>com.lordofthejars</groupId> | 
					
						
							|  |  |  |             <artifactId>nosqlunit-redis</artifactId> | 
					
						
							|  |  |  |             <version>${nosqlunit.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2015-12-25 23:54:54 +05:30
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-04-26 18:07:47 +05:30
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework.data</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-data-commons</artifactId> | 
					
						
							|  |  |  |             <version>${spring-data-commons.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2018-07-08 16:57:45 +05:30
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>com.github.kstyrc</groupId> | 
					
						
							|  |  |  |             <artifactId>embedded-redis</artifactId> | 
					
						
							|  |  |  |             <version>${embedded-redis.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2018-04-26 18:07:47 +05:30
										 |  |  |     </dependencies> | 
					
						
							| 
									
										
										
										
											2018-04-26 12:20:35 +05:30
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-04-26 18:07:47 +05:30
										 |  |  |     <properties> | 
					
						
							|  |  |  |         <spring-data-redis>2.0.3.RELEASE</spring-data-redis> | 
					
						
							|  |  |  |         <cglib.version>3.2.4</cglib.version> | 
					
						
							|  |  |  |         <jedis.version>2.9.0</jedis.version> | 
					
						
							|  |  |  |         <nosqlunit.version>0.10.0</nosqlunit.version> | 
					
						
							|  |  |  |         <spring-data-commons.version>2.0.3.RELEASE</spring-data-commons.version> | 
					
						
							| 
									
										
										
										
											2018-07-08 16:57:45 +05:30
										 |  |  |         <embedded-redis.version>0.6</embedded-redis.version> | 
					
						
							| 
									
										
										
										
											2018-04-26 18:07:47 +05:30
										 |  |  |     </properties> | 
					
						
							| 
									
										
										
										
											2017-05-12 20:32:54 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-12-25 23:54:54 +05:30
										 |  |  | </project> |