Skip to content

Remove unused dependencies and WAR initializer - #79

Merged
kerozoli merged 1 commit into
mainfrom
feature/remove-unused-deps
May 26, 2026
Merged

Remove unused dependencies and WAR initializer#79
kerozoli merged 1 commit into
mainfrom
feature/remove-unused-deps

Conversation

@kerozoli

Copy link
Copy Markdown
Owner

Summary

  • Remove commons-io (no imports anywhere in source)
  • Remove httpclient (no imports anywhere in source)
  • Remove spring-boot-starter-tomcat (spring-boot-starter-web already bundles embedded Tomcat; provided scope only matters for WARs)
  • Delete ServletInitializer.java — extends SpringBootServletInitializer which is only needed for WAR deployment, and packaging is jar

Test plan

  • mvn clean package -DskipTests builds successfully
  • mvn test passes

🤖 Generated with Claude Code

- Remove commons-io (unused)
- Remove httpclient (unused)
- Remove spring-boot-starter-tomcat (redundant for JAR packaging)
- Delete ServletInitializer.java (only needed for WAR deployment)

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@kerozoli
kerozoli merged commit 9c1769c into main May 26, 2026
7 checks passed
@kerozoli
kerozoli deleted the feature/remove-unused-deps branch May 26, 2026 20:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant