diff --git a/.gitignore b/.gitignore index 11705e0..301f204 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ yarn-debug.log* yarn-error.log* pnpm-debug.log* CLAUDE.md +.claude/ /target/ !.mvn/wrapper/maven-wrapper.jar diff --git a/pom.xml b/pom.xml index d155a6c..568bf30 100644 --- a/pom.xml +++ b/pom.xml @@ -260,6 +260,13 @@ okhttp 4.12.0 + + + + org.springframework.boot + spring-boot-starter-test + test +