| 
									
										
										
										
											2013-09-24 18:34:58 +08:00
										 |  |  | <?xml version="1.0" encoding="UTF-8"?> | 
					
						
							| 
									
										
										
										
											2014-04-01 18:05:51 +08:00
										 |  |  | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | 
					
						
							| 
									
										
										
										
											2013-09-24 18:34:58 +08:00
										 |  |  | 	<modelVersion>4.0.0</modelVersion> | 
					
						
							|  |  |  | 	<parent> | 
					
						
							|  |  |  | 		<groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  | 		<artifactId>spring-boot-starters</artifactId> | 
					
						
							| 
									
										
										
										
											2016-01-25 02:45:24 +08:00
										 |  |  | 		<version>1.4.0.BUILD-SNAPSHOT</version> | 
					
						
							| 
									
										
										
										
											2013-09-24 18:34:58 +08:00
										 |  |  | 	</parent> | 
					
						
							|  |  |  | 	<artifactId>spring-boot-starter-data-rest</artifactId> | 
					
						
							| 
									
										
										
										
											2014-04-01 16:10:51 +08:00
										 |  |  | 	<name>Spring Boot Data REST Starter</name> | 
					
						
							|  |  |  | 	<description>Spring Boot Data REST Starter</description> | 
					
						
							|  |  |  | 	<url>http://projects.spring.io/spring-boot/</url> | 
					
						
							|  |  |  | 	<organization> | 
					
						
							|  |  |  | 		<name>Pivotal Software, Inc.</name> | 
					
						
							|  |  |  | 		<url>http://www.spring.io</url> | 
					
						
							|  |  |  | 	</organization> | 
					
						
							| 
									
										
										
										
											2013-09-24 18:34:58 +08:00
										 |  |  | 	<properties> | 
					
						
							|  |  |  | 		<main.basedir>${basedir}/../..</main.basedir> | 
					
						
							|  |  |  | 	</properties> | 
					
						
							|  |  |  | 	<dependencies> | 
					
						
							| 
									
										
										
										
											2014-06-09 13:37:48 +08:00
										 |  |  | 		<dependency> | 
					
						
							|  |  |  | 			<groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  | 			<artifactId>spring-boot-starter</artifactId> | 
					
						
							|  |  |  | 		</dependency> | 
					
						
							|  |  |  | 		<dependency> | 
					
						
							|  |  |  | 			<groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  | 			<artifactId>spring-boot-starter-web</artifactId> | 
					
						
							|  |  |  | 		</dependency> | 
					
						
							| 
									
										
										
										
											2013-09-24 18:34:58 +08:00
										 |  |  | 		<dependency> | 
					
						
							| 
									
										
										
										
											2014-06-05 00:30:16 +08:00
										 |  |  | 			<groupId>com.fasterxml.jackson.core</groupId> | 
					
						
							|  |  |  | 			<artifactId>jackson-annotations</artifactId> | 
					
						
							|  |  |  | 		</dependency> | 
					
						
							|  |  |  | 		<dependency> | 
					
						
							|  |  |  | 			<groupId>com.fasterxml.jackson.core</groupId> | 
					
						
							|  |  |  | 			<artifactId>jackson-databind</artifactId> | 
					
						
							| 
									
										
										
										
											2013-09-24 18:34:58 +08:00
										 |  |  | 		</dependency> | 
					
						
							| 
									
										
										
										
											2014-03-04 08:24:02 +08:00
										 |  |  | 		<dependency> | 
					
						
							|  |  |  | 			<groupId>org.springframework.data</groupId> | 
					
						
							|  |  |  | 			<artifactId>spring-data-rest-webmvc</artifactId> | 
					
						
							| 
									
										
										
										
											2014-06-09 13:37:48 +08:00
										 |  |  | 		</dependency> | 
					
						
							| 
									
										
										
										
											2013-09-24 18:34:58 +08:00
										 |  |  | 	</dependencies> | 
					
						
							|  |  |  | </project> |