| 
									
										
										
										
											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" | 
					
						
							| 
									
										
										
										
											2016-02-18 22:48:42 +05:30
										 |  |  |          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | 
					
						
							| 
									
										
										
										
											2016-03-17 05:40:49 -05:00
										 |  |  |           | 
					
						
							| 
									
										
										
										
											2016-03-06 12:21:31 +02:00
										 |  |  |     <modelVersion>4.0.0</modelVersion> | 
					
						
							|  |  |  |     <groupId>com.baeldung</groupId> | 
					
						
							| 
									
										
										
										
											2016-03-17 06:09:47 -05:00
										 |  |  |     <artifactId>spring-data-redis</artifactId> | 
					
						
							| 
									
										
										
										
											2016-03-17 05:40:49 -05:00
										 |  |  |     <version>1.0</version> | 
					
						
							| 
									
										
										
										
											2016-03-06 12:21:31 +02:00
										 |  |  |     <packaging>jar</packaging> | 
					
						
							| 
									
										
										
										
											2015-12-25 23:54:54 +05:30
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-03-06 12:21:31 +02:00
										 |  |  |     <properties> | 
					
						
							|  |  |  |         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | 
					
						
							|  |  |  |         <spring.version>4.2.5.RELEASE</spring.version> | 
					
						
							|  |  |  |         <spring-data-redis>1.6.2.RELEASE</spring-data-redis> | 
					
						
							|  |  |  |         <nosqlunit.version>0.8.0</nosqlunit.version> | 
					
						
							| 
									
										
										
										
											2016-10-18 20:20:13 +02:00
										 |  |  |         <maven-surefire-plugin.version>2.19.1</maven-surefire-plugin.version>         | 
					
						
							| 
									
										
										
										
											2016-03-06 12:21:31 +02:00
										 |  |  |     </properties> | 
					
						
							| 
									
										
										
										
											2015-12-25 23:54:54 +05:30
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-03-06 12:21:31 +02:00
										 |  |  |     <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
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-03-06 12:21:31 +02:00
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>cglib</groupId> | 
					
						
							|  |  |  |             <artifactId>cglib-nodep</artifactId> | 
					
						
							|  |  |  |             <version>2.2</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2015-12-25 23:54:54 +05:30
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-03-06 12:21:31 +02:00
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>log4j</groupId> | 
					
						
							|  |  |  |             <artifactId>log4j</artifactId> | 
					
						
							|  |  |  |             <version>1.2.16</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2015-12-25 23:54:54 +05:30
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-03-06 12:21:31 +02:00
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>redis.clients</groupId> | 
					
						
							|  |  |  |             <artifactId>jedis</artifactId> | 
					
						
							|  |  |  |             <version>2.5.1</version> | 
					
						
							|  |  |  |             <type>jar</type> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2015-12-25 23:54:54 +05:30
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-03-06 12:21:31 +02:00
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-core</artifactId> | 
					
						
							|  |  |  |             <version>${spring.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2015-12-25 23:54:54 +05:30
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-03-06 12:21:31 +02:00
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-context</artifactId> | 
					
						
							|  |  |  |             <version>${spring.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2015-12-25 23:54:54 +05:30
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-03-06 12:21:31 +02:00
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>junit</groupId> | 
					
						
							|  |  |  |             <artifactId>junit</artifactId> | 
					
						
							|  |  |  |             <version>4.12</version> | 
					
						
							|  |  |  |             <scope>test</scope> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2015-12-25 23:54:54 +05:30
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-03-06 12:21:31 +02:00
										 |  |  |         <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
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-03-06 12:21:31 +02:00
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>com.lordofthejars</groupId> | 
					
						
							|  |  |  |             <artifactId>nosqlunit-redis</artifactId> | 
					
						
							|  |  |  |             <version>${nosqlunit.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |     </dependencies> | 
					
						
							| 
									
										
										
										
											2016-10-18 20:20:13 +02:00
										 |  |  |     | 
					
						
							|  |  |  |    <build>  | 
					
						
							|  |  |  |       <plugins> | 
					
						
							|  |  |  |             <plugin> | 
					
						
							|  |  |  |                 <groupId>org.apache.maven.plugins</groupId> | 
					
						
							|  |  |  |                 <artifactId>maven-surefire-plugin</artifactId> | 
					
						
							|  |  |  |                 <version>${maven-surefire-plugin.version}</version> | 
					
						
							|  |  |  |                 <configuration> | 
					
						
							|  |  |  |                     <excludes> | 
					
						
							|  |  |  |                         <exclude>**/*IntegrationTest.java</exclude> | 
					
						
							|  |  |  |                     </excludes> | 
					
						
							|  |  |  |                     <systemPropertyVariables> | 
					
						
							|  |  |  |                         <!-- <provPersistenceTarget>h2</provPersistenceTarget> --> | 
					
						
							|  |  |  |                     </systemPropertyVariables> | 
					
						
							|  |  |  |                 </configuration> | 
					
						
							|  |  |  |             </plugin> | 
					
						
							|  |  |  |         </plugins> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     </build> | 
					
						
							| 
									
										
										
										
											2015-12-25 23:54:54 +05:30
										 |  |  | </project> |