brokenhardisk b958c3fdcb BAEL-5942 Code changes (#13147)
* BAEL-5942 Code changes

* BAEL-5942 Code changes

* BAEL-5942 Code updates from Review

* BAEL-5942 Code updates from Review

* BAEL-5942 Code updates from Review

* BAEL-5942 Code updates from Review

* BAEL-5942 Code updates from Review

* BAEL-5942 Code updates from Review

* BAEL-5942 Test updates from Review

* BAEL-5942 Test updates from Review

* BAEL-5942 Test updates from Review
2023-01-22 12:48:56 +01:00

56 lines
2.2 KiB
XML

<?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-web-modules</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>spring-web-modules</name>
<packaging>pom</packaging>
<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<modules>
<module>spring-5-mvc</module>
<module>spring-freemarker</module>
<module>spring-mvc-basics</module>
<module>spring-mvc-basics-2</module>
<module>spring-mvc-basics-3</module>
<module>spring-mvc-basics-4</module>
<module>spring-mvc-basics-5</module>
<module>spring-mvc-crash</module>
<module>spring-mvc-file</module>
<module>spring-mvc-forms-jsp</module>
<module>spring-mvc-forms-thymeleaf</module>
<module>spring-mvc-java</module>
<module>spring-mvc-java-2</module>
<module>spring-mvc-velocity</module>
<module>spring-mvc-views</module>
<module>spring-mvc-webflow</module>
<module>spring-mvc-xml</module>
<module>spring-mvc-xml-2</module>
<module>spring-rest-angular</module>
<module>spring-rest-http</module>
<module>spring-rest-http-2</module>
<module>spring-rest-http-3</module>
<module>spring-rest-query-language</module>
<module>spring-rest-shell</module>
<module>spring-rest-simple</module>
<module>spring-rest-testing</module>
<module>spring-resttemplate</module>
<module>spring-resttemplate-2</module>
<module>spring-resttemplate-3</module>
<module>spring-session</module>
<module>spring-thymeleaf</module>
<module>spring-thymeleaf-2</module>
<module>spring-thymeleaf-3</module>
<module>spring-thymeleaf-4</module>
<module>spring-thymeleaf-5</module>
<module>spring-web-url</module>
</modules>
</project>