| 
									
										
										
										
											2016-11-26 17:43:54 +00:00
										 |  |  | <?xml version="1.0"?> | 
					
						
							| 
									
										
										
										
											2017-05-12 20:32:54 +02:00
										 |  |  | <project | 
					
						
							|  |  |  |     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" | 
					
						
							|  |  |  |     xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | 
					
						
							| 
									
										
										
										
											2016-11-26 17:43:54 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |     <modelVersion>4.0.0</modelVersion> | 
					
						
							|  |  |  |     <groupId>com.baeldung</groupId> | 
					
						
							|  |  |  |     <version>0.1-SNAPSHOT</version> | 
					
						
							| 
									
										
										
										
											2018-03-10 07:06:26 -05:00
										 |  |  |     <artifactId>spring-mvc-forms-jsp</artifactId> | 
					
						
							| 
									
										
										
										
											2016-11-26 17:43:54 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-03-10 07:06:26 -05:00
										 |  |  |     <name>spring-mvc-forms-jsp</name> | 
					
						
							| 
									
										
										
										
											2016-11-26 17:43:54 +00:00
										 |  |  |     <packaging>war</packaging> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-05-09 22:37:43 +02:00
										 |  |  |     <parent> | 
					
						
							|  |  |  |         <groupId>com.baeldung</groupId> | 
					
						
							|  |  |  |         <artifactId>parent-modules</artifactId> | 
					
						
							|  |  |  |         <version>1.0.0-SNAPSHOT</version> | 
					
						
							| 
									
										
										
										
											2017-05-12 20:32:54 +02:00
										 |  |  |     </parent> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-11-26 17:43:54 +00:00
										 |  |  |     <dependencies> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-webmvc</artifactId> | 
					
						
							|  |  |  |             <version>${springframework.version}</version> | 
					
						
							| 
									
										
										
										
											2017-04-19 16:14:10 +02:00
										 |  |  |             <exclusions> | 
					
						
							|  |  |  |                 <exclusion> | 
					
						
							|  |  |  |                     <artifactId>commons-logging</artifactId> | 
					
						
							|  |  |  |                     <groupId>commons-logging</groupId> | 
					
						
							|  |  |  |                 </exclusion> | 
					
						
							| 
									
										
										
										
											2017-05-12 20:32:54 +02:00
										 |  |  |             </exclusions> | 
					
						
							| 
									
										
										
										
											2016-11-26 17:43:54 +00:00
										 |  |  |         </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> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-04-11 01:34:51 +09:00
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>mysql</groupId> | 
					
						
							|  |  |  |             <artifactId>mysql-connector-java</artifactId> | 
					
						
							|  |  |  |             <version>6.0.6</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-11-26 17:43:54 +00:00
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.hibernate</groupId> | 
					
						
							|  |  |  |             <artifactId>hibernate-validator</artifactId> | 
					
						
							|  |  |  |             <version>${hibernate-validator.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-01-25 17:59:18 +02:00
										 |  |  |         <dependency> | 
					
						
							| 
									
										
										
										
											2017-05-12 20:32:54 +02:00
										 |  |  |             <groupId>commons-fileupload</groupId> | 
					
						
							|  |  |  |             <artifactId>commons-fileupload</artifactId> | 
					
						
							|  |  |  |             <version>${fileupload.version}</version> | 
					
						
							| 
									
										
										
										
											2017-01-25 17:59:18 +02:00
										 |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2017-03-19 17:25:11 +02:00
										 |  |  |         <!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind --> | 
					
						
							| 
									
										
										
										
											2017-05-12 20:32:54 +02:00
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>com.fasterxml.jackson.core</groupId> | 
					
						
							|  |  |  |             <artifactId>jackson-databind</artifactId> | 
					
						
							|  |  |  |             <version>${jackson.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-04-11 01:34:51 +09:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-11-26 17:43:54 +00: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> | 
					
						
							|  |  |  |                             <version>${maven-war-plugin.version}</version> | 
					
						
							|  |  |  |                             <configuration> | 
					
						
							|  |  |  |                                 <warSourceDirectory>src/main/webapp</warSourceDirectory> | 
					
						
							|  |  |  |                                 <warName>spring-mvc-forms</warName> | 
					
						
							|  |  |  |                                 <failOnMissingWebXml>false</failOnMissingWebXml> | 
					
						
							|  |  |  |                                 <outputDirectory>${deploy-path}</outputDirectory> | 
					
						
							|  |  |  |                             </configuration> | 
					
						
							|  |  |  |                         </plugin> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |                     </plugins> | 
					
						
							|  |  |  |                 </pluginManagement> | 
					
						
							|  |  |  |                 <finalName>spring-mvc-forms</finalName> | 
					
						
							|  |  |  |             </build> | 
					
						
							|  |  |  |         </profile> | 
					
						
							|  |  |  |     </profiles> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-04-11 01:34:51 +09:00
										 |  |  |     <repositories> | 
					
						
							|  |  |  |         <repository> | 
					
						
							|  |  |  |             <id>1</id> | 
					
						
							|  |  |  |             <name>jstl</name> | 
					
						
							|  |  |  |             <url>https://mvnrepository.com/artifact/javax.servlet/jstl</url> | 
					
						
							|  |  |  |         </repository> | 
					
						
							|  |  |  |     </repositories> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-11-26 17:43:54 +00:00
										 |  |  |     <properties> | 
					
						
							| 
									
										
										
										
											2017-03-19 17:25:11 +02:00
										 |  |  |         <springframework.version>4.3.7.RELEASE</springframework.version> | 
					
						
							| 
									
										
										
										
											2016-12-07 00:18:52 +02:00
										 |  |  |         <maven-war-plugin.version>2.6</maven-war-plugin.version> | 
					
						
							| 
									
										
										
										
											2016-11-26 17:43:54 +00:00
										 |  |  |         <jstl.version>1.2</jstl.version> | 
					
						
							|  |  |  |         <javax.servlet.jsp-api.version>2.3.1</javax.servlet.jsp-api.version> | 
					
						
							|  |  |  |         <javax.servlet-api.version>3.1.0</javax.servlet-api.version> | 
					
						
							| 
									
										
										
										
											2017-03-19 17:25:11 +02:00
										 |  |  |         <hibernate-validator.version>5.4.0.Final</hibernate-validator.version> | 
					
						
							| 
									
										
										
										
											2018-04-11 01:34:51 +09:00
										 |  |  |         <deploy-path>server default deploy directory</deploy-path> | 
					
						
							| 
									
										
										
										
											2017-05-12 20:32:54 +02:00
										 |  |  |         <fileupload.version>1.3.2</fileupload.version> | 
					
						
							| 
									
										
										
										
											2018-04-11 01:34:51 +09:00
										 |  |  |         <jackson.version>2.8.7</jackson.version><!-- persistence --> | 
					
						
							|  |  |  |         <hibernate.version>5.2.5.Final</hibernate.version> | 
					
						
							|  |  |  |         <mysql-connector-java.version>5.1.40</mysql-connector-java.version> | 
					
						
							| 
									
										
										
										
											2016-11-26 17:43:54 +00:00
										 |  |  |     </properties> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | </project> | 
					
						
							|  |  |  | 
 |