diff options
| -rw-r--r-- | spring-boot/08-spring-security-simple/pom.xml | 4 | ||||
| -rw-r--r-- | spring-boot/09-spring-security-db-authentication/pom.xml | 4 | ||||
| -rw-r--r-- | spring-boot/10-role-based-security/pom.xml | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/spring-boot/08-spring-security-simple/pom.xml b/spring-boot/08-spring-security-simple/pom.xml index 6a29945..a89a74c 100644 --- a/spring-boot/08-spring-security-simple/pom.xml +++ b/spring-boot/08-spring-security-simple/pom.xml @@ -11,7 +11,7 @@ <relativePath>../00-config</relativePath> </parent> - <artifactId>thymeleaf-common-theme</artifactId> + <artifactId>spring-security-simple</artifactId> <dependencies> <dependency> @@ -47,4 +47,4 @@ </dependencies> -</project>
\ No newline at end of file +</project> diff --git a/spring-boot/09-spring-security-db-authentication/pom.xml b/spring-boot/09-spring-security-db-authentication/pom.xml index 96e4a92..ee58655 100644 --- a/spring-boot/09-spring-security-db-authentication/pom.xml +++ b/spring-boot/09-spring-security-db-authentication/pom.xml @@ -11,7 +11,7 @@ <relativePath>../00-config</relativePath> </parent> - <artifactId>thymeleaf-common-theme</artifactId> + <artifactId>spring-security-db-authentication</artifactId> <dependencies> <dependency> @@ -65,4 +65,4 @@ </dependencies> -</project>
\ No newline at end of file +</project> diff --git a/spring-boot/10-role-based-security/pom.xml b/spring-boot/10-role-based-security/pom.xml index 96e4a92..4fc8204 100644 --- a/spring-boot/10-role-based-security/pom.xml +++ b/spring-boot/10-role-based-security/pom.xml @@ -11,7 +11,7 @@ <relativePath>../00-config</relativePath> </parent> - <artifactId>thymeleaf-common-theme</artifactId> + <artifactId>role-based-security</artifactId> <dependencies> <dependency> @@ -65,4 +65,4 @@ </dependencies> -</project>
\ No newline at end of file +</project> |
