| 
									
										
										
										
											2021-12-13 20:26:29 +00:00
										 |  |  | <?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-mvc-xml-2</artifactId> | 
					
						
							|  |  |  |     <version>0.1-SNAPSHOT</version> | 
					
						
							|  |  |  |     <name>spring-mvc-xml-2</name> | 
					
						
							|  |  |  |     <packaging>war</packaging> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <parent> | 
					
						
							|  |  |  |         <groupId>com.baeldung</groupId> | 
					
						
							| 
									
										
										
										
											2023-11-13 14:52:49 +05:30
										 |  |  |         <artifactId>parent-spring-6</artifactId> | 
					
						
							| 
									
										
										
										
											2021-12-13 20:26:29 +00:00
										 |  |  |         <version>0.0.1-SNAPSHOT</version> | 
					
						
							| 
									
										
										
										
											2023-11-13 14:52:49 +05:30
										 |  |  |         <relativePath>../../parent-spring-6</relativePath> | 
					
						
							| 
									
										
										
										
											2021-12-13 20:26:29 +00:00
										 |  |  |     </parent> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <dependencies> | 
					
						
							|  |  |  |         <!-- Spring --> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-web</artifactId> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-webmvc</artifactId> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <!-- web --> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							| 
									
										
										
										
											2023-11-13 14:52:49 +05:30
										 |  |  |             <groupId>jakarta.servlet</groupId> | 
					
						
							|  |  |  |             <artifactId>jakarta.servlet-api</artifactId> | 
					
						
							|  |  |  |             <version>${jakarta.servlet-api.version}</version> | 
					
						
							| 
									
										
										
										
											2021-12-13 20:26:29 +00:00
										 |  |  |             <scope>provided</scope> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.hibernate.validator</groupId> | 
					
						
							|  |  |  |             <artifactId>hibernate-validator</artifactId> | 
					
						
							|  |  |  |             <version>${hibernate-validator.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <!-- Json conversion --> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>com.fasterxml.jackson.core</groupId> | 
					
						
							|  |  |  |             <artifactId>jackson-databind</artifactId> | 
					
						
							|  |  |  |             <version>${jackson.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <!-- IO --> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>commons-io</groupId> | 
					
						
							|  |  |  |             <artifactId>commons-io</artifactId> | 
					
						
							|  |  |  |             <version>${commons-io.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							| 
									
										
										
										
											2023-11-13 14:52:49 +05:30
										 |  |  |             <groupId>org.glassfish.expressly</groupId> | 
					
						
							|  |  |  |             <artifactId>expressly</artifactId> | 
					
						
							|  |  |  |             <version>${expressly.version}</version> | 
					
						
							| 
									
										
										
										
											2021-12-13 20:26:29 +00:00
										 |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-boot-starter-test</artifactId> | 
					
						
							| 
									
										
										
										
											2023-10-25 22:42:51 +05:30
										 |  |  |             <version>${spring-boot-starter-test.version}</version> | 
					
						
							| 
									
										
										
										
											2021-12-13 20:26:29 +00:00
										 |  |  |             <scope>test</scope> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |     </dependencies> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <build> | 
					
						
							| 
									
										
										
										
											2022-01-10 22:05:47 +05:30
										 |  |  |         <finalName>spring-mvc-xml-2</finalName> | 
					
						
							| 
									
										
										
										
											2021-12-13 20:26:29 +00:00
										 |  |  |         <resources> | 
					
						
							|  |  |  |             <resource> | 
					
						
							|  |  |  |                 <directory>src/main/resources</directory> | 
					
						
							|  |  |  |                 <filtering>true</filtering> | 
					
						
							|  |  |  |             </resource> | 
					
						
							|  |  |  |         </resources> | 
					
						
							|  |  |  |         <plugins> | 
					
						
							|  |  |  |             <plugin> | 
					
						
							|  |  |  |                 <groupId>org.apache.maven.plugins</groupId> | 
					
						
							|  |  |  |                 <artifactId>maven-war-plugin</artifactId> | 
					
						
							| 
									
										
										
										
											2023-05-31 19:58:19 +03:00
										 |  |  |             </plugin> | 
					
						
							|  |  |  |             <plugin> | 
					
						
							|  |  |  |                 <groupId>org.apache.maven.plugins</groupId> | 
					
						
							|  |  |  |                 <artifactId>maven-surefire-plugin</artifactId> | 
					
						
							|  |  |  |                 <configuration> | 
					
						
							|  |  |  |                     <argLine> | 
					
						
							|  |  |  |                         --add-opens java.base/java.lang=ALL-UNNAMED | 
					
						
							|  |  |  |                     </argLine> | 
					
						
							|  |  |  |                 </configuration> | 
					
						
							| 
									
										
										
										
											2021-12-13 20:26:29 +00:00
										 |  |  |             </plugin> | 
					
						
							|  |  |  |         </plugins> | 
					
						
							|  |  |  |     </build> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <properties> | 
					
						
							|  |  |  |         <mysql-connector-java.version>5.1.40</mysql-connector-java.version> | 
					
						
							|  |  |  |         <httpcore.version>4.4.5</httpcore.version> | 
					
						
							|  |  |  |         <httpclient.version>4.5.2</httpclient.version> | 
					
						
							| 
									
										
										
										
											2023-11-13 14:52:49 +05:30
										 |  |  |         <hibernate-validator.version>8.0.1.Final</hibernate-validator.version> | 
					
						
							|  |  |  |         <expressly.version>5.0.0</expressly.version> | 
					
						
							| 
									
										
										
										
											2021-12-13 20:26:29 +00:00
										 |  |  |         <cargo-maven2-plugin.version>1.6.1</cargo-maven2-plugin.version> | 
					
						
							| 
									
										
										
										
											2023-11-13 14:52:49 +05:30
										 |  |  |         <jakarta.servlet-api.version>6.0.0</jakarta.servlet-api.version> | 
					
						
							|  |  |  |         <spring-boot-starter-test.version>3.1.5</spring-boot-starter-test.version> | 
					
						
							| 
									
										
										
										
											2021-12-13 20:26:29 +00:00
										 |  |  |     </properties> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-01-10 22:05:47 +05:30
										 |  |  | </project> |