diff options
| author | Kamal Wickramanayake <kamal@inbox.lk> | 2026-06-21 22:17:43 +0530 |
|---|---|---|
| committer | Kamal Wickramanayake <kamal@inbox.lk> | 2026-06-21 22:17:43 +0530 |
| commit | 65b05bc4932520ca2e31de92e3dc7a347b3b4968 (patch) | |
| tree | 0e9a584da938b0d4487c25681411051d74cf2080 /spring-boot/08-spring-security-simple/pom.xml | |
| parent | ba66ba20fc6d3662c4db36cdc9110d9037d36a22 (diff) | |
Spring boot sample project artifact id fix
Diffstat (limited to 'spring-boot/08-spring-security-simple/pom.xml')
| -rw-r--r-- | spring-boot/08-spring-security-simple/pom.xml | 4 |
1 files changed, 2 insertions, 2 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> |
