| 
									
										
										
										
											2013-07-17 19:00: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-07-17 19:00:58 +08:00
										 |  |  | 	<modelVersion>4.0.0</modelVersion> | 
					
						
							|  |  |  | 	<parent> | 
					
						
							| 
									
										
										
										
											2013-07-26 18:50:02 +08:00
										 |  |  | 		<groupId>org.springframework.boot</groupId> | 
					
						
							| 
									
										
										
										
											2013-07-31 07:20:36 +08:00
										 |  |  | 		<artifactId>spring-boot-starters</artifactId> | 
					
						
							| 
									
										
										
										
											2014-09-05 09:41:09 +08:00
										 |  |  | 		<version>1.2.0.M1</version> | 
					
						
							| 
									
										
										
										
											2013-07-17 19:00:58 +08:00
										 |  |  | 	</parent> | 
					
						
							| 
									
										
										
										
											2013-07-31 07:20:36 +08:00
										 |  |  | 	<artifactId>spring-boot-starter-jetty</artifactId> | 
					
						
							| 
									
										
										
										
											2014-04-01 16:10:51 +08:00
										 |  |  | 	<name>Spring Boot Jetty Starter</name> | 
					
						
							|  |  |  | 	<description>Spring Boot Jetty Starter</description> | 
					
						
							|  |  |  | 	<url>http://projects.spring.io/spring-boot/</url> | 
					
						
							|  |  |  | 	<organization> | 
					
						
							|  |  |  | 		<name>Pivotal Software, Inc.</name> | 
					
						
							|  |  |  | 		<url>http://www.spring.io</url> | 
					
						
							|  |  |  | 	</organization> | 
					
						
							| 
									
										
										
										
											2013-07-17 19:00:58 +08:00
										 |  |  | 	<properties> | 
					
						
							|  |  |  | 		<main.basedir>${basedir}/../..</main.basedir> | 
					
						
							|  |  |  | 	</properties> | 
					
						
							|  |  |  | 	<dependencies> | 
					
						
							|  |  |  | 		<dependency> | 
					
						
							|  |  |  | 			<groupId>org.eclipse.jetty</groupId> | 
					
						
							|  |  |  | 			<artifactId>jetty-webapp</artifactId> | 
					
						
							|  |  |  | 		</dependency> | 
					
						
							|  |  |  | 		<dependency> | 
					
						
							|  |  |  | 			<groupId>org.eclipse.jetty</groupId> | 
					
						
							|  |  |  | 			<artifactId>jetty-jsp</artifactId> | 
					
						
							|  |  |  | 		</dependency> | 
					
						
							|  |  |  | 	</dependencies> | 
					
						
							|  |  |  | </project> |