| 
									
										
										
										
											2018-05-16 08:59:40 +05:30
										 |  |  | <?xml version="1.0" encoding="UTF-8"?> | 
					
						
							|  |  |  | <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"> | 
					
						
							|  |  |  | 	<modelVersion>4.0.0</modelVersion> | 
					
						
							|  |  |  | 	<artifactId>spring-boot-mvc</artifactId> | 
					
						
							|  |  |  | 	<packaging>jar</packaging> | 
					
						
							|  |  |  | 	<name>spring-boot-mvc</name> | 
					
						
							| 
									
										
										
										
											2018-09-21 15:42:32 +05:30
										 |  |  | 	<description>Module For Spring Boot MVC</description> | 
					
						
							| 
									
										
										
										
											2018-05-16 08:59:40 +05:30
										 |  |  | 
 | 
					
						
							|  |  |  | 	<parent> | 
					
						
							| 
									
										
										
										
											2018-12-08 15:04:59 -02:00
										 |  |  | 		<artifactId>parent-boot-2</artifactId> | 
					
						
							| 
									
										
										
										
											2018-10-26 23:56:07 +05:30
										 |  |  | 		<groupId>com.baeldung</groupId> | 
					
						
							|  |  |  | 		<version>0.0.1-SNAPSHOT</version> | 
					
						
							| 
									
										
										
										
											2018-12-08 15:04:59 -02:00
										 |  |  | 		<relativePath>../parent-boot-2</relativePath> | 
					
						
							| 
									
										
										
										
											2018-10-26 23:56:07 +05:30
										 |  |  | 	</parent> | 
					
						
							| 
									
										
										
										
											2018-05-16 08:59:40 +05:30
										 |  |  | 
 | 
					
						
							|  |  |  | 	<dependencies> | 
					
						
							| 
									
										
										
										
											2018-11-14 20:39:48 -08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-05-16 08:59:40 +05:30
										 |  |  | 		<dependency> | 
					
						
							|  |  |  | 			<groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  | 			<artifactId>spring-boot-starter-web</artifactId> | 
					
						
							|  |  |  | 		</dependency> | 
					
						
							| 
									
										
										
										
											2018-09-16 07:12:26 +02:00
										 |  |  | 		<dependency> | 
					
						
							|  |  |  | 			<groupId>org.apache.tomcat.embed</groupId> | 
					
						
							|  |  |  | 			<artifactId>tomcat-embed-jasper</artifactId> | 
					
						
							|  |  |  | 		</dependency> | 
					
						
							| 
									
										
										
										
											2018-11-14 20:39:48 -08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-10-26 23:56:07 +05:30
										 |  |  | 		<!--JSF --> | 
					
						
							| 
									
										
										
										
											2018-09-16 07:12:26 +02:00
										 |  |  | 		<dependency> | 
					
						
							| 
									
										
										
										
											2018-09-28 07:39:05 +02:00
										 |  |  | 			<groupId>org.glassfish</groupId> | 
					
						
							|  |  |  | 			<artifactId>javax.faces</artifactId> | 
					
						
							| 
									
										
										
										
											2018-09-29 14:38:45 +03:00
										 |  |  | 			<version>2.3.7</version> | 
					
						
							| 
									
										
										
										
											2018-09-16 07:12:26 +02:00
										 |  |  | 		</dependency> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-11-14 20:39:48 -08:00
										 |  |  | 		<!--Test --> | 
					
						
							| 
									
										
										
										
											2018-05-16 08:59:40 +05:30
										 |  |  | 		<dependency> | 
					
						
							|  |  |  | 			<groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  | 			<artifactId>spring-boot-starter-test</artifactId> | 
					
						
							|  |  |  | 			<scope>test</scope> | 
					
						
							|  |  |  | 		</dependency> | 
					
						
							| 
									
										
										
										
											2018-10-26 23:56:07 +05:30
										 |  |  | 
 | 
					
						
							|  |  |  | 		<!-- ROME for RSS --> | 
					
						
							| 
									
										
										
										
											2018-09-09 19:00:01 +03:00
										 |  |  | 		<dependency> | 
					
						
							|  |  |  | 			<groupId>com.rometools</groupId> | 
					
						
							|  |  |  | 			<artifactId>rome</artifactId> | 
					
						
							|  |  |  | 			<version>${rome.version}</version> | 
					
						
							|  |  |  | 		</dependency> | 
					
						
							| 
									
										
										
										
											2018-10-26 23:56:07 +05:30
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-11-14 20:39:48 -08:00
										 |  |  | 		<!--Validation --> | 
					
						
							| 
									
										
										
										
											2018-10-26 23:56:07 +05:30
										 |  |  | 		<dependency> | 
					
						
							|  |  |  | 			<groupId>org.hibernate.validator</groupId> | 
					
						
							|  |  |  | 			<artifactId>hibernate-validator</artifactId> | 
					
						
							|  |  |  | 		</dependency> | 
					
						
							|  |  |  | 		<dependency> | 
					
						
							|  |  |  | 			<groupId>javax.validation</groupId> | 
					
						
							|  |  |  | 			<artifactId>validation-api</artifactId> | 
					
						
							|  |  |  | 		</dependency> | 
					
						
							| 
									
										
										
										
											2018-11-14 20:39:48 -08:00
										 |  |  | 		<dependency> | 
					
						
							|  |  |  | 			<groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  | 			<artifactId>spring-boot-starter-validation</artifactId> | 
					
						
							|  |  |  | 		</dependency> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		<!-- Spring Fox 2 --> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>io.springfox</groupId> | 
					
						
							|  |  |  |             <artifactId>springfox-swagger2</artifactId> | 
					
						
							|  |  |  |             <version>${spring.fox.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>io.springfox</groupId> | 
					
						
							|  |  |  |             <artifactId>springfox-swagger-ui</artifactId> | 
					
						
							|  |  |  |             <version>${spring.fox.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-05-16 08:59:40 +05:30
										 |  |  | 	</dependencies> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	<build> | 
					
						
							|  |  |  | 		<plugins> | 
					
						
							|  |  |  | 			<plugin> | 
					
						
							|  |  |  | 				<groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  | 				<artifactId>spring-boot-maven-plugin</artifactId> | 
					
						
							| 
									
										
										
										
											2018-09-14 08:05:43 +03:00
										 |  |  | 				<configuration> | 
					
						
							| 
									
										
										
										
											2018-10-26 23:56:07 +05:30
										 |  |  | 					<mainClass>com.baeldung.springbootmvc.SpringBootMvcApplication</mainClass> | 
					
						
							|  |  |  | 					<layout>JAR</layout> | 
					
						
							|  |  |  | 				</configuration> | 
					
						
							| 
									
										
										
										
											2018-05-16 08:59:40 +05:30
										 |  |  | 			</plugin> | 
					
						
							|  |  |  | 		</plugins> | 
					
						
							|  |  |  | 	</build> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-10-26 23:56:07 +05:30
										 |  |  | 	<properties> | 
					
						
							| 
									
										
										
										
											2018-11-14 20:39:48 -08:00
										 |  |  | 		<spring.fox.version>2.9.2</spring.fox.version> | 
					
						
							| 
									
										
										
										
											2018-10-26 23:56:07 +05:30
										 |  |  | 		<!-- ROME for RSS --> | 
					
						
							|  |  |  | 		<rome.version>1.10.0</rome.version> | 
					
						
							|  |  |  | 		<start-class>com.baeldung.springbootmvc.SpringBootMvcApplication</start-class> | 
					
						
							|  |  |  | 	</properties> | 
					
						
							| 
									
										
										
										
											2018-05-16 08:59:40 +05:30
										 |  |  | 
 | 
					
						
							|  |  |  | </project> |