| 
									
										
										
										
											2018-05-08 18:48:04 +02:00
										 |  |  | <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"> | 
					
						
							|  |  |  |     <modelVersion>4.0.0</modelVersion> | 
					
						
							|  |  |  |     <groupId>com.baeldung</groupId> | 
					
						
							|  |  |  |     <artifactId>spring-data-keyvalue</artifactId> | 
					
						
							|  |  |  |     <version>1.0</version> | 
					
						
							| 
									
										
										
										
											2018-05-08 18:48:04 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-07-12 12:34:54 +05:30
										 |  |  |     <parent> | 
					
						
							| 
									
										
										
										
											2018-08-05 23:17:35 +05:30
										 |  |  |         <artifactId>parent-boot-2</artifactId> | 
					
						
							|  |  |  |         <groupId>com.baeldung</groupId> | 
					
						
							|  |  |  |         <version>0.0.1-SNAPSHOT</version> | 
					
						
							|  |  |  |         <relativePath>../parent-boot-2</relativePath> | 
					
						
							| 
									
										
										
										
											2018-07-12 12:34:54 +05:30
										 |  |  |     </parent> | 
					
						
							| 
									
										
										
										
											2018-05-08 18:48:04 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-07-12 12:34:54 +05:30
										 |  |  |     <dependencies> | 
					
						
							| 
									
										
										
										
											2018-05-08 18:48:04 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-07-12 12:34:54 +05:30
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-boot-starter</artifactId> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2018-05-08 18:48:04 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-07-12 12:34:54 +05:30
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework.data</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-data-keyvalue</artifactId> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2018-05-08 18:48:04 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-07-12 12:34:54 +05:30
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-boot-starter-test</artifactId> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |     </dependencies> | 
					
						
							| 
									
										
										
										
											2018-05-08 18:48:04 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-07-12 12:34:54 +05:30
										 |  |  |     <properties> | 
					
						
							|  |  |  |         <spring-data-keyvalue.version>2.0.3.RELEASE</spring-data-keyvalue.version> | 
					
						
							|  |  |  |     </properties> | 
					
						
							| 
									
										
										
										
											2018-05-08 18:48:04 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | </project> |