| 
									
										
										
										
											2019-10-31 20:43:47 -05:00
										 |  |  | <?xml version="1.0"?> | 
					
						
							| 
									
										
										
										
											2021-08-03 00:27:15 +05:30
										 |  |  | <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"> | 
					
						
							| 
									
										
										
										
											2019-10-31 20:43:47 -05:00
										 |  |  |     <modelVersion>4.0.0</modelVersion> | 
					
						
							|  |  |  |     <artifactId>spring-mvc-forms-jsp</artifactId> | 
					
						
							| 
									
										
										
										
											2022-01-10 22:05:47 +05:30
										 |  |  |     <version>0.1-SNAPSHOT</version> | 
					
						
							| 
									
										
										
										
											2019-10-31 20:43:47 -05:00
										 |  |  |     <name>spring-mvc-forms-jsp</name> | 
					
						
							|  |  |  |     <packaging>war</packaging> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <parent> | 
					
						
							|  |  |  |         <groupId>com.baeldung</groupId> | 
					
						
							|  |  |  |         <artifactId>parent-spring-5</artifactId> | 
					
						
							|  |  |  |         <version>0.0.1-SNAPSHOT</version> | 
					
						
							| 
									
										
										
										
											2020-12-27 12:17:36 +05:30
										 |  |  |         <relativePath>../../parent-spring-5</relativePath> | 
					
						
							| 
									
										
										
										
											2019-10-31 20:43:47 -05:00
										 |  |  |     </parent> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <dependencies> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-webmvc</artifactId> | 
					
						
							|  |  |  |             <version>${spring.version}</version> | 
					
						
							|  |  |  |             <exclusions> | 
					
						
							|  |  |  |                 <exclusion> | 
					
						
							|  |  |  |                     <artifactId>commons-logging</artifactId> | 
					
						
							|  |  |  |                     <groupId>commons-logging</groupId> | 
					
						
							|  |  |  |                 </exclusion> | 
					
						
							|  |  |  |             </exclusions> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>javax.servlet</groupId> | 
					
						
							|  |  |  |             <artifactId>javax.servlet-api</artifactId> | 
					
						
							|  |  |  |             <version>${javax.servlet-api.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>javax.servlet.jsp</groupId> | 
					
						
							|  |  |  |             <artifactId>javax.servlet.jsp-api</artifactId> | 
					
						
							|  |  |  |             <version>${javax.servlet.jsp-api.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>javax.servlet</groupId> | 
					
						
							|  |  |  |             <artifactId>jstl</artifactId> | 
					
						
							|  |  |  |             <version>${jstl.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							| 
									
										
										
										
											2023-11-23 05:23:41 +01:00
										 |  |  |             <groupId>com.mysql</groupId> | 
					
						
							|  |  |  |             <artifactId>mysql-connector-j</artifactId> | 
					
						
							| 
									
										
										
										
											2019-10-31 20:43:47 -05:00
										 |  |  |             <version>${mysql-connector-java.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							| 
									
										
										
										
											2023-11-12 14:30:03 +05:30
										 |  |  |             <groupId>org.hibernate.validator</groupId> | 
					
						
							| 
									
										
										
										
											2019-10-31 20:43:47 -05:00
										 |  |  |             <artifactId>hibernate-validator</artifactId> | 
					
						
							|  |  |  |             <version>${hibernate-validator.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>commons-fileupload</groupId> | 
					
						
							|  |  |  |             <artifactId>commons-fileupload</artifactId> | 
					
						
							| 
									
										
										
										
											2021-01-08 20:01:27 +01:00
										 |  |  |             <version>${commons-fileupload.version}</version> | 
					
						
							| 
									
										
										
										
											2019-10-31 20:43:47 -05:00
										 |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>com.fasterxml.jackson.core</groupId> | 
					
						
							|  |  |  |             <artifactId>jackson-databind</artifactId> | 
					
						
							|  |  |  |             <version>${jackson.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							| 
									
										
										
										
											2019-12-05 16:56:52 +02:00
										 |  |  |             <groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-boot-starter-test</artifactId> | 
					
						
							| 
									
										
										
										
											2020-07-07 14:18:10 +03:00
										 |  |  |             <version>${spring-boot-starter-test.version}</version> | 
					
						
							| 
									
										
										
										
											2019-12-05 16:56:52 +02:00
										 |  |  |             <scope>test</scope> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2023-05-31 19:58:19 +03:00
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>javax.annotation</groupId> | 
					
						
							|  |  |  |             <artifactId>javax.annotation-api</artifactId> | 
					
						
							|  |  |  |             <version>${javax.annotation-api.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2019-10-31 20:43:47 -05:00
										 |  |  |     </dependencies> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <profiles> | 
					
						
							|  |  |  |         <!-- Local --> | 
					
						
							|  |  |  |         <profile> | 
					
						
							|  |  |  |             <id>spring-mvc-forms</id> | 
					
						
							|  |  |  |             <activation> | 
					
						
							|  |  |  |                 <activeByDefault>true</activeByDefault> | 
					
						
							|  |  |  |             </activation> | 
					
						
							|  |  |  |             <build> | 
					
						
							|  |  |  |                 <pluginManagement> | 
					
						
							|  |  |  |                     <plugins> | 
					
						
							|  |  |  |                         <plugin> | 
					
						
							|  |  |  |                             <groupId>org.apache.maven.plugins</groupId> | 
					
						
							|  |  |  |                             <artifactId>maven-war-plugin</artifactId> | 
					
						
							|  |  |  |                             <configuration> | 
					
						
							|  |  |  |                                 <warSourceDirectory>src/main/webapp</warSourceDirectory> | 
					
						
							|  |  |  |                                 <warName>spring-mvc-forms</warName> | 
					
						
							|  |  |  |                                 <failOnMissingWebXml>false</failOnMissingWebXml> | 
					
						
							|  |  |  |                             </configuration> | 
					
						
							|  |  |  |                         </plugin> | 
					
						
							|  |  |  |                     </plugins> | 
					
						
							|  |  |  |                 </pluginManagement> | 
					
						
							| 
									
										
										
										
											2021-05-17 20:23:25 +05:30
										 |  |  |                 <finalName>spring-mvc-forms-jsp</finalName> | 
					
						
							| 
									
										
										
										
											2019-10-31 20:43:47 -05:00
										 |  |  |             </build> | 
					
						
							|  |  |  |         </profile> | 
					
						
							|  |  |  |     </profiles> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <properties> | 
					
						
							| 
									
										
										
										
											2023-11-12 14:30:03 +05:30
										 |  |  |         <hibernate-validator.version>8.0.1.Final</hibernate-validator.version> | 
					
						
							| 
									
										
										
										
											2019-10-31 20:43:47 -05:00
										 |  |  |         <hibernate.version>5.2.5.Final</hibernate.version> | 
					
						
							| 
									
										
										
										
											2023-11-23 05:23:41 +01:00
										 |  |  |         <mysql-connector-java.version>8.2.0</mysql-connector-java.version> | 
					
						
							| 
									
										
										
										
											2023-05-31 19:58:19 +03:00
										 |  |  |         <javax.annotation-api.version>1.3.2</javax.annotation-api.version> | 
					
						
							| 
									
										
										
										
											2019-10-31 20:43:47 -05:00
										 |  |  |     </properties> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-05-17 20:23:25 +05:30
										 |  |  | </project> |