JAVA-69: Renamed spring-security-thymeleaf to

spring-security-web-thymeleaf
This commit is contained in:
sampadawagde 2020-08-18 15:38:54 +05:30
parent 61dd35dc83
commit ec76361474
11 changed files with 2 additions and 2 deletions

View File

@ -2,9 +2,9 @@
<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-security-thymeleaf</artifactId>
<artifactId>spring-security-web-thymeleaf</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>spring-security-thymeleaf</name>
<name>spring-security-web-thymeleaf</name>
<packaging>jar</packaging>
<description>Spring Security with Thymeleaf tutorial</description>