| 
									
										
										
										
											2014-11-19 07:43:39 +08:00
										 |  |  | <?xml version="1.0" encoding="UTF-8"?> | 
					
						
							| 
									
										
										
										
											2019-03-17 00:00:31 +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 https://maven.apache.org/xsd/maven-4.0.0.xsd"> | 
					
						
							| 
									
										
										
										
											2014-11-19 07:43:39 +08:00
										 |  |  | 	<modelVersion>4.0.0</modelVersion> | 
					
						
							|  |  |  | 	<parent> | 
					
						
							|  |  |  | 		<groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  | 		<artifactId>spring-boot-starters</artifactId> | 
					
						
							| 
									
										
										
										
											2017-06-08 17:52:43 +08:00
										 |  |  | 		<version>1.4.8.BUILD-SNAPSHOT</version> | 
					
						
							| 
									
										
										
										
											2014-11-19 07:43:39 +08:00
										 |  |  | 	</parent> | 
					
						
							|  |  |  | 	<artifactId>spring-boot-starter-undertow</artifactId> | 
					
						
							|  |  |  | 	<name>Spring Boot Undertow Starter</name> | 
					
						
							| 
									
										
										
										
											2016-03-30 00:19:29 +08:00
										 |  |  | 	<description>Starter for using Undertow as the embedded servlet container. An | 
					
						
							|  |  |  | 		alternative to spring-boot-starter-tomcat</description> | 
					
						
							| 
									
										
										
										
											2019-03-17 00:00:31 +08:00
										 |  |  | 	<url>https://projects.spring.io/spring-boot/</url> | 
					
						
							| 
									
										
										
										
											2014-11-19 07:43:39 +08:00
										 |  |  | 	<organization> | 
					
						
							|  |  |  | 		<name>Pivotal Software, Inc.</name> | 
					
						
							| 
									
										
										
										
											2019-03-17 00:00:31 +08:00
										 |  |  | 		<url>https://www.spring.io</url> | 
					
						
							| 
									
										
										
										
											2014-11-19 07:43:39 +08:00
										 |  |  | 	</organization> | 
					
						
							|  |  |  | 	<properties> | 
					
						
							|  |  |  | 		<main.basedir>${basedir}/../..</main.basedir> | 
					
						
							|  |  |  | 	</properties> | 
					
						
							|  |  |  | 	<dependencies> | 
					
						
							|  |  |  | 		<dependency> | 
					
						
							|  |  |  | 			<groupId>io.undertow</groupId> | 
					
						
							|  |  |  | 			<artifactId>undertow-core</artifactId> | 
					
						
							|  |  |  | 		</dependency> | 
					
						
							|  |  |  | 		<dependency> | 
					
						
							|  |  |  | 			<groupId>io.undertow</groupId> | 
					
						
							|  |  |  | 			<artifactId>undertow-servlet</artifactId> | 
					
						
							|  |  |  | 			<exclusions> | 
					
						
							|  |  |  | 				<exclusion> | 
					
						
							|  |  |  | 					<groupId>org.jboss.spec.javax.servlet</groupId> | 
					
						
							|  |  |  | 					<artifactId>jboss-servlet-api_3.1_spec</artifactId> | 
					
						
							|  |  |  | 				</exclusion> | 
					
						
							|  |  |  | 			</exclusions> | 
					
						
							|  |  |  | 		</dependency> | 
					
						
							| 
									
										
										
										
											2014-12-04 07:35:19 +08:00
										 |  |  | 		<dependency> | 
					
						
							|  |  |  | 			<groupId>io.undertow</groupId> | 
					
						
							|  |  |  | 			<artifactId>undertow-websockets-jsr</artifactId> | 
					
						
							|  |  |  | 		</dependency> | 
					
						
							| 
									
										
										
										
											2014-11-19 07:43:39 +08:00
										 |  |  | 		<dependency> | 
					
						
							|  |  |  | 			<groupId>javax.servlet</groupId> | 
					
						
							|  |  |  | 			<artifactId>javax.servlet-api</artifactId> | 
					
						
							|  |  |  | 		</dependency> | 
					
						
							| 
									
										
										
										
											2014-11-24 19:34:15 +08:00
										 |  |  | 		<dependency> | 
					
						
							|  |  |  | 			<groupId>org.glassfish</groupId> | 
					
						
							|  |  |  | 			<artifactId>javax.el</artifactId> | 
					
						
							|  |  |  | 		</dependency> | 
					
						
							| 
									
										
										
										
											2014-11-19 07:43:39 +08:00
										 |  |  | 	</dependencies> | 
					
						
							|  |  |  | </project> |