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