BAEL-3283 - Refactored the code as per review comments.
This commit is contained in:
parent
9b44df148d
commit
f6812c05e4
4
pom.xml
4
pom.xml
|
@ -773,7 +773,7 @@
|
|||
<module>spring-mvc-kotlin</module>
|
||||
<module>spring-mvc-simple</module>
|
||||
<module>spring-mvc-simple-2</module>
|
||||
<module>spring-mvc-themes</module>
|
||||
<module>spring-mvc-views</module>
|
||||
<module>spring-mvc-velocity</module>
|
||||
<module>spring-mvc-webflow</module>
|
||||
<module>spring-mvc-xml</module>
|
||||
|
@ -1514,7 +1514,7 @@
|
|||
<module>spring-mvc-kotlin</module>
|
||||
<module>spring-mvc-simple</module>
|
||||
<module>spring-mvc-simple-2</module>
|
||||
<module>spring-mvc-themes</module>
|
||||
<module>spring-mvc-views</module>
|
||||
<module>spring-mvc-velocity</module>
|
||||
<module>spring-mvc-webflow</module>
|
||||
<module>spring-mvc-xml</module>
|
||||
|
|
|
@ -19,7 +19,8 @@
|
|||
<java.version>1.8</java.version>
|
||||
<javax.servlet.jsp-api.version>2.3.2-b02</javax.servlet.jsp-api.version>
|
||||
<javax.servlet-api.version>4.0.0</javax.servlet-api.version>
|
||||
<spring.security.version>5.1.6.RELEASE</spring.security.version>
|
||||
<spring.version>5.2.1.RELEASE</spring.version>
|
||||
<spring.security.version>5.2.1.RELEASE</spring.security.version>
|
||||
<spring.data.version>2.1.10.RELEASE</spring.data.version>
|
||||
<cglib.version>2.2.2</cglib.version>
|
||||
<hsqldb.version>2.5.0</hsqldb.version>
|
Loading…
Reference in New Issue