| 
									
										
										
										
											2016-08-23 13:14:12 +03: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"> | 
					
						
							| 
									
										
										
										
											2015-07-23 16:54:23 +03:00
										 |  |  |     <modelVersion>4.0.0</modelVersion> | 
					
						
							| 
									
										
										
										
											2016-03-06 11:49:59 +02:00
										 |  |  |     <groupId>com.baeldung</groupId> | 
					
						
							| 
									
										
										
										
											2015-07-23 16:54:23 +03:00
										 |  |  |     <artifactId>spring-mvc-java</artifactId> | 
					
						
							|  |  |  |     <version>0.1-SNAPSHOT</version> | 
					
						
							|  |  |  |     <name>spring-mvc-java</name> | 
					
						
							|  |  |  |     <packaging>war</packaging> | 
					
						
							| 
									
										
										
										
											2016-10-12 08:00:02 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											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> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-07-23 16:54:23 +03:00
										 |  |  |     <dependencies> | 
					
						
							|  |  |  |         <!-- Spring --> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-web</artifactId> | 
					
						
							|  |  |  |             <version>${org.springframework.version}</version> | 
					
						
							| 
									
										
										
										
											2016-08-23 13:14:12 +03:00
										 |  |  |             <exclusions> | 
					
						
							|  |  |  |                 <exclusion> | 
					
						
							|  |  |  |                     <groupId>commons-logging</groupId> | 
					
						
							|  |  |  |                     <artifactId>commons-logging</artifactId> | 
					
						
							|  |  |  |                 </exclusion> | 
					
						
							|  |  |  |             </exclusions> | 
					
						
							| 
									
										
										
										
											2015-07-23 16:54:23 +03:00
										 |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-webmvc</artifactId> | 
					
						
							|  |  |  |             <version>${org.springframework.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2016-04-18 16:42:18 +02:00
										 |  |  |         <dependency> | 
					
						
							| 
									
										
										
										
											2016-08-23 13:14:12 +03:00
										 |  |  |             <groupId>org.springframework</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-websocket</artifactId> | 
					
						
							|  |  |  |             <version>${org.springframework.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-messaging</artifactId> | 
					
						
							|  |  |  |             <version>${org.springframework.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2016-10-12 08:00:02 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-08-23 13:14:12 +03:00
										 |  |  |         <!-- Jackson --> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>com.fasterxml.jackson.core</groupId> | 
					
						
							|  |  |  |             <artifactId>jackson-databind</artifactId> | 
					
						
							| 
									
										
										
										
											2016-10-12 07:44:40 +03:00
										 |  |  |             <version>${jackson.version}</version> | 
					
						
							| 
									
										
										
										
											2016-08-23 13:14:12 +03:00
										 |  |  |         </dependency> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-07-23 16:54:23 +03:00
										 |  |  |         <!-- web --> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>javax.servlet</groupId> | 
					
						
							|  |  |  |             <artifactId>javax.servlet-api</artifactId> | 
					
						
							| 
									
										
										
										
											2016-12-06 23:52:34 +02:00
										 |  |  |             <version>${javax.servlet-api.version}</version> | 
					
						
							| 
									
										
										
										
											2015-07-23 16:54:23 +03:00
										 |  |  |             <scope>provided</scope> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>javax.servlet</groupId> | 
					
						
							|  |  |  |             <artifactId>jstl</artifactId> | 
					
						
							| 
									
										
										
										
											2016-12-06 23:52:34 +02:00
										 |  |  |             <version>${jstl.version}</version> | 
					
						
							| 
									
										
										
										
											2015-07-23 16:54:23 +03:00
										 |  |  |             <scope>runtime</scope> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2016-10-12 08:00:02 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-10-23 01:37:20 +03:00
										 |  |  |         <!-- AOP --> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-aop</artifactId> | 
					
						
							|  |  |  |             <version>${org.springframework.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.aspectj</groupId> | 
					
						
							|  |  |  |             <artifactId>aspectjrt</artifactId> | 
					
						
							|  |  |  |             <version>${aspectj.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.aspectj</groupId> | 
					
						
							|  |  |  |             <artifactId>aspectjweaver</artifactId> | 
					
						
							|  |  |  |             <version>${aspectj.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2016-08-23 13:14:12 +03:00
										 |  |  | 
 | 
					
						
							|  |  |  |         <!-- common --> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>commons-fileupload</groupId> | 
					
						
							|  |  |  |             <artifactId>commons-fileupload</artifactId> | 
					
						
							| 
									
										
										
										
											2016-12-06 23:52:34 +02:00
										 |  |  |             <version>${commons-fileupload.version}</version> | 
					
						
							| 
									
										
										
										
											2016-08-23 13:14:12 +03:00
										 |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2016-10-12 08:00:02 +03:00
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>net.sourceforge.htmlunit</groupId> | 
					
						
							|  |  |  |             <artifactId>htmlunit</artifactId> | 
					
						
							|  |  |  |             <version>${net.sourceforge.htmlunit}</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-10-12 08:00:02 +03:00
										 |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2016-08-23 13:14:12 +03:00
										 |  |  | 
 | 
					
						
							|  |  |  |         <!-- Thymeleaf --> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.thymeleaf</groupId> | 
					
						
							|  |  |  |             <artifactId>thymeleaf-spring4</artifactId> | 
					
						
							|  |  |  |             <version>${thymeleaf.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.thymeleaf</groupId> | 
					
						
							|  |  |  |             <artifactId>thymeleaf</artifactId> | 
					
						
							|  |  |  |             <version>${thymeleaf.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-08-14 09:45:23 +02:00
										 |  |  |         <dependency> | 
					
						
							| 
									
										
										
										
											2016-08-23 13:14:12 +03:00
										 |  |  |             <groupId>com.jayway.jsonpath</groupId> | 
					
						
							|  |  |  |             <artifactId>json-path</artifactId> | 
					
						
							| 
									
										
										
										
											2016-12-06 23:52:34 +02:00
										 |  |  |             <version>${jsonpath.version}</version> | 
					
						
							| 
									
										
										
										
											2016-08-23 13:14:12 +03:00
										 |  |  |             <scope>test</scope> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2015-10-23 01:37:20 +03:00
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-test</artifactId> | 
					
						
							|  |  |  |             <version>${org.springframework.version}</version> | 
					
						
							|  |  |  |             <scope>test</scope> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2016-08-23 13:14:12 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-03 04:46:39 +02:00
										 |  |  |         <!-- excel --> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.apache.poi</groupId> | 
					
						
							|  |  |  |             <artifactId>poi-ooxml</artifactId> | 
					
						
							|  |  |  |             <version>${poi.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2017-05-12 20:32:54 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-03-17 13:57:34 -04:00
										 |  |  |         <!-- Validation --> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>javax.validation</groupId> | 
					
						
							|  |  |  |             <artifactId>validation-api</artifactId> | 
					
						
							|  |  |  |             <version>1.1.0.Final</version> | 
					
						
							| 
									
										
										
										
											2017-05-12 20:32:54 +02:00
										 |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2017-03-17 13:57:34 -04:00
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.hibernate</groupId> | 
					
						
							|  |  |  |             <artifactId>hibernate-validator</artifactId> | 
					
						
							| 
									
										
										
										
											2017-04-02 10:07:37 +02:00
										 |  |  |             <version>${hibernate-validator.version}</version> | 
					
						
							| 
									
										
										
										
											2017-03-17 13:57:34 -04:00
										 |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>javax.el</groupId> | 
					
						
							|  |  |  |             <artifactId>javax.el-api</artifactId> | 
					
						
							|  |  |  |             <version>2.2.4</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.glassfish.web</groupId> | 
					
						
							|  |  |  |             <artifactId>javax.el</artifactId> | 
					
						
							|  |  |  |             <version>2.2.4</version> | 
					
						
							| 
									
										
										
										
											2017-05-12 20:32:54 +02:00
										 |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2015-07-23 16:54:23 +03:00
										 |  |  |     </dependencies> | 
					
						
							| 
									
										
										
										
											2015-12-18 13:14:30 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-07-23 16:54:23 +03:00
										 |  |  |     <build> | 
					
						
							|  |  |  |         <finalName>spring-mvc-java</finalName> | 
					
						
							|  |  |  |         <resources> | 
					
						
							|  |  |  |             <resource> | 
					
						
							|  |  |  |                 <directory>src/main/resources</directory> | 
					
						
							|  |  |  |                 <filtering>true</filtering> | 
					
						
							|  |  |  |             </resource> | 
					
						
							|  |  |  |         </resources> | 
					
						
							| 
									
										
										
										
											2015-12-18 13:14:30 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-07-23 16:54:23 +03:00
										 |  |  |         <plugins> | 
					
						
							| 
									
										
										
										
											2015-12-18 13:14:30 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-12-18 06:37:00 +05:30
										 |  |  |             <plugin> | 
					
						
							|  |  |  |                 <artifactId>maven-resources-plugin</artifactId> | 
					
						
							| 
									
										
										
										
											2016-12-06 23:52:34 +02:00
										 |  |  |                 <version>${maven-resources-plugin.version}</version> | 
					
						
							| 
									
										
										
										
											2015-12-18 06:37:00 +05:30
										 |  |  |             </plugin> | 
					
						
							| 
									
										
										
										
											2015-12-18 13:14:30 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-07-23 16:54:23 +03:00
										 |  |  |             <plugin> | 
					
						
							|  |  |  |                 <groupId>org.apache.maven.plugins</groupId> | 
					
						
							|  |  |  |                 <artifactId>maven-war-plugin</artifactId> | 
					
						
							|  |  |  |                 <version>${maven-war-plugin.version}</version> | 
					
						
							|  |  |  |                 <configuration> | 
					
						
							|  |  |  |                     <failOnMissingWebXml>false</failOnMissingWebXml> | 
					
						
							|  |  |  |                 </configuration> | 
					
						
							|  |  |  |             </plugin> | 
					
						
							| 
									
										
										
										
											2017-05-12 20:32:54 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-12-20 18:14:31 +02:00
										 |  |  |             <plugin> | 
					
						
							|  |  |  |                 <groupId>org.codehaus.cargo</groupId> | 
					
						
							|  |  |  |                 <artifactId>cargo-maven2-plugin</artifactId> | 
					
						
							|  |  |  |                 <version>${cargo-maven2-plugin.version}</version> | 
					
						
							|  |  |  |                 <configuration> | 
					
						
							|  |  |  |                     <wait>true</wait> | 
					
						
							|  |  |  |                     <container> | 
					
						
							|  |  |  |                         <containerId>jetty8x</containerId> | 
					
						
							|  |  |  |                         <type>embedded</type> | 
					
						
							|  |  |  |                         <systemProperties> | 
					
						
							|  |  |  |                             <!-- <provPersistenceTarget>cargo</provPersistenceTarget> --> | 
					
						
							|  |  |  |                         </systemProperties> | 
					
						
							|  |  |  |                     </container> | 
					
						
							|  |  |  |                     <configuration> | 
					
						
							|  |  |  |                         <properties> | 
					
						
							|  |  |  |                             <cargo.servlet.port>8082</cargo.servlet.port> | 
					
						
							|  |  |  |                         </properties> | 
					
						
							|  |  |  |                     </configuration> | 
					
						
							|  |  |  |                 </configuration> | 
					
						
							|  |  |  |             </plugin> | 
					
						
							| 
									
										
										
										
											2015-07-23 16:54:23 +03:00
										 |  |  |         </plugins> | 
					
						
							|  |  |  |     </build> | 
					
						
							| 
									
										
										
										
											2016-08-23 13:14:12 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-10-20 21:53:32 +02:00
										 |  |  |     <profiles> | 
					
						
							|  |  |  |         <profile> | 
					
						
							|  |  |  |             <id>integration</id> | 
					
						
							|  |  |  |             <build> | 
					
						
							|  |  |  |                 <plugins> | 
					
						
							|  |  |  |                     <plugin> | 
					
						
							|  |  |  |                         <groupId>org.apache.maven.plugins</groupId> | 
					
						
							|  |  |  |                         <artifactId>maven-surefire-plugin</artifactId> | 
					
						
							|  |  |  |                         <executions> | 
					
						
							|  |  |  |                             <execution> | 
					
						
							|  |  |  |                                 <phase>integration-test</phase> | 
					
						
							|  |  |  |                                 <goals> | 
					
						
							|  |  |  |                                     <goal>test</goal> | 
					
						
							|  |  |  |                                 </goals> | 
					
						
							|  |  |  |                                 <configuration> | 
					
						
							|  |  |  |                                     <excludes> | 
					
						
							|  |  |  |                                         <exclude>**/*LiveTest.java</exclude> | 
					
						
							|  |  |  |                                     </excludes> | 
					
						
							|  |  |  |                                     <includes> | 
					
						
							|  |  |  |                                         <include>**/*IntegrationTest.java</include> | 
					
						
							|  |  |  |                                     </includes> | 
					
						
							|  |  |  |                                 </configuration> | 
					
						
							|  |  |  |                             </execution> | 
					
						
							|  |  |  |                         </executions> | 
					
						
							|  |  |  |                         <configuration> | 
					
						
							|  |  |  |                             <systemPropertyVariables> | 
					
						
							|  |  |  |                                 <test.mime>json</test.mime> | 
					
						
							|  |  |  |                             </systemPropertyVariables> | 
					
						
							|  |  |  |                         </configuration> | 
					
						
							|  |  |  |                     </plugin> | 
					
						
							|  |  |  |                 </plugins> | 
					
						
							|  |  |  |             </build> | 
					
						
							|  |  |  |         </profile> | 
					
						
							| 
									
										
										
										
											2016-12-20 18:14:31 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  |         <profile> | 
					
						
							|  |  |  |             <id>live</id> | 
					
						
							|  |  |  |             <build> | 
					
						
							|  |  |  |                 <plugins> | 
					
						
							|  |  |  |                     <plugin> | 
					
						
							|  |  |  |                         <groupId>org.apache.maven.plugins</groupId> | 
					
						
							|  |  |  |                         <artifactId>maven-surefire-plugin</artifactId> | 
					
						
							|  |  |  |                         <executions> | 
					
						
							|  |  |  |                             <execution> | 
					
						
							|  |  |  |                                 <phase>integration-test</phase> | 
					
						
							|  |  |  |                                 <goals> | 
					
						
							|  |  |  |                                     <goal>test</goal> | 
					
						
							|  |  |  |                                 </goals> | 
					
						
							|  |  |  |                                 <configuration> | 
					
						
							|  |  |  |                                     <excludes> | 
					
						
							|  |  |  |                                         <exclude>**/*IntegrationTest.java</exclude> | 
					
						
							|  |  |  |                                     </excludes> | 
					
						
							|  |  |  |                                     <includes> | 
					
						
							|  |  |  |                                         <include>**/*LiveTest.java</include> | 
					
						
							|  |  |  |                                     </includes> | 
					
						
							|  |  |  |                                 </configuration> | 
					
						
							|  |  |  |                             </execution> | 
					
						
							|  |  |  |                         </executions> | 
					
						
							|  |  |  |                         <configuration> | 
					
						
							|  |  |  |                             <systemPropertyVariables> | 
					
						
							|  |  |  |                                 <test.mime>json</test.mime> | 
					
						
							|  |  |  |                             </systemPropertyVariables> | 
					
						
							|  |  |  |                         </configuration> | 
					
						
							|  |  |  |                     </plugin> | 
					
						
							|  |  |  |                     <plugin> | 
					
						
							|  |  |  |                         <groupId>org.codehaus.cargo</groupId> | 
					
						
							|  |  |  |                         <artifactId>cargo-maven2-plugin</artifactId> | 
					
						
							|  |  |  |                         <configuration> | 
					
						
							|  |  |  |                             <wait>false</wait> | 
					
						
							|  |  |  |                         </configuration> | 
					
						
							|  |  |  |                         <executions> | 
					
						
							|  |  |  |                             <execution> | 
					
						
							|  |  |  |                                 <id>start-server</id> | 
					
						
							|  |  |  |                                 <phase>pre-integration-test</phase> | 
					
						
							|  |  |  |                                 <goals> | 
					
						
							|  |  |  |                                     <goal>start</goal> | 
					
						
							|  |  |  |                                 </goals> | 
					
						
							|  |  |  |                             </execution> | 
					
						
							|  |  |  |                             <execution> | 
					
						
							|  |  |  |                                 <id>stop-server</id> | 
					
						
							|  |  |  |                                 <phase>post-integration-test</phase> | 
					
						
							|  |  |  |                                 <goals> | 
					
						
							|  |  |  |                                     <goal>stop</goal> | 
					
						
							|  |  |  |                                 </goals> | 
					
						
							|  |  |  |                             </execution> | 
					
						
							|  |  |  |                         </executions> | 
					
						
							|  |  |  |                     </plugin> | 
					
						
							|  |  |  |                 </plugins> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |             </build> | 
					
						
							| 
									
										
										
										
											2017-01-10 16:13:20 +02:00
										 |  |  |         </profile> | 
					
						
							| 
									
										
										
										
											2016-10-20 21:53:32 +02:00
										 |  |  |     </profiles> | 
					
						
							| 
									
										
										
										
											2017-01-10 16:13:20 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-07-23 16:54:23 +03:00
										 |  |  |     <properties> | 
					
						
							|  |  |  |         <!-- Spring --> | 
					
						
							| 
									
										
										
										
											2016-11-18 13:26:34 +02:00
										 |  |  |         <org.springframework.version>4.3.4.RELEASE</org.springframework.version> | 
					
						
							|  |  |  |         <org.springframework.security.version>4.2.0.RELEASE</org.springframework.security.version> | 
					
						
							| 
									
										
										
										
											2016-12-06 23:52:34 +02:00
										 |  |  |         <thymeleaf.version>2.1.5.RELEASE</thymeleaf.version> | 
					
						
							|  |  |  |         <jackson.version>2.8.5</jackson.version> | 
					
						
							| 
									
										
										
										
											2016-10-12 08:00:02 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-07-23 16:54:23 +03:00
										 |  |  |         <!-- persistence --> | 
					
						
							| 
									
										
										
										
											2016-12-06 23:52:34 +02:00
										 |  |  |         <hibernate.version>5.2.5.Final</hibernate.version> | 
					
						
							|  |  |  |         <mysql-connector-java.version>5.1.40</mysql-connector-java.version> | 
					
						
							| 
									
										
										
										
											2016-10-12 08:00:02 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-07-23 16:54:23 +03:00
										 |  |  |         <!-- various --> | 
					
						
							| 
									
										
										
										
											2017-04-02 10:07:37 +02:00
										 |  |  |         <hibernate-validator.version>5.4.1.Final</hibernate-validator.version> | 
					
						
							| 
									
										
										
										
											2016-12-06 23:52:34 +02:00
										 |  |  |         <javax.servlet-api.version>3.1.0</javax.servlet-api.version> | 
					
						
							|  |  |  |         <jstl.version>1.2</jstl.version> | 
					
						
							| 
									
										
										
										
											2016-10-12 08:00:02 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-07-23 16:54:23 +03:00
										 |  |  |         <!-- util --> | 
					
						
							| 
									
										
										
										
											2015-12-21 11:34:42 +02:00
										 |  |  |         <guava.version>19.0</guava.version> | 
					
						
							| 
									
										
										
										
											2016-12-06 23:52:34 +02:00
										 |  |  |         <commons-lang3.version>3.5</commons-lang3.version> | 
					
						
							|  |  |  |         <commons-fileupload.version>1.3.2</commons-fileupload.version> | 
					
						
							|  |  |  |         <jsonpath.version>2.2.0</jsonpath.version> | 
					
						
							| 
									
										
										
										
											2016-10-12 08:00:02 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-07-23 16:54:23 +03:00
										 |  |  |         <!-- testing --> | 
					
						
							| 
									
										
										
										
											2016-12-06 23:52:34 +02:00
										 |  |  |         <httpcore.version>4.4.5</httpcore.version> | 
					
						
							|  |  |  |         <httpclient.version>4.5.2</httpclient.version> | 
					
						
							| 
									
										
										
										
											2016-03-06 12:10:06 +02:00
										 |  |  |         <rest-assured.version>2.9.0</rest-assured.version> | 
					
						
							| 
									
										
										
										
											2016-08-01 10:39:12 +02:00
										 |  |  |         <net.sourceforge.htmlunit>2.23</net.sourceforge.htmlunit> | 
					
						
							| 
									
										
										
										
											2016-10-12 08:00:02 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-07-23 16:54:23 +03:00
										 |  |  |         <!-- maven plugins --> | 
					
						
							|  |  |  |         <maven-war-plugin.version>2.6</maven-war-plugin.version> | 
					
						
							|  |  |  |         <maven-resources-plugin.version>2.7</maven-resources-plugin.version> | 
					
						
							| 
									
										
										
										
											2016-12-06 23:52:34 +02:00
										 |  |  |         <cargo-maven2-plugin.version>1.6.1</cargo-maven2-plugin.version> | 
					
						
							| 
									
										
										
										
											2016-08-23 13:14:12 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-10-23 01:37:20 +03:00
										 |  |  |         <!-- AspectJ --> | 
					
						
							| 
									
										
										
										
											2016-12-06 23:52:34 +02:00
										 |  |  |         <aspectj.version>1.8.9</aspectj.version> | 
					
						
							| 
									
										
										
										
											2017-05-12 20:32:54 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-03 04:46:39 +02:00
										 |  |  |         <!-- excel --> | 
					
						
							|  |  |  |         <poi.version>3.16-beta1</poi.version> | 
					
						
							| 
									
										
										
										
											2015-07-23 16:54:23 +03:00
										 |  |  |     </properties> | 
					
						
							| 
									
										
										
										
											2016-08-23 13:14:12 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-08-01 10:39:12 +02:00
										 |  |  | </project> | 
					
						
							| 
									
										
										
										
											2016-10-04 15:16:50 +02:00
										 |  |  | 
 |