Commit 1449aa1
authored
refactor: remove redundant TestContainers BOM from openespi-common (#45)
* refactor: remove redundant TestContainers BOM from openespi-common
Spring Boot 3.5 dependency management already includes TestContainers BOM,
making the explicit version declaration redundant.
Verified with MySQL and PostgreSQL integration tests - all 21 tests pass.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
* fix: add SonarCloud Maven plugin to active plugins section
The sonar-maven-plugin was only defined in <pluginManagement> but not
in the active <plugins> section, causing CI/CD failures when running
mvn sonar:sonar.
Maven requires plugins to be in the active <plugins> section to be
executable via the prefix:goal syntax.
Fixes SonarCloud Analysis and SonarCloud PR Analysis CI/CD failures.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
* fix: use full Maven coordinates for SonarCloud plugin invocation
Maven's plugin prefix resolver doesn't recognize 'sonar' prefix by default.
Changed from 'mvn sonar:sonar' to 'mvn org.sonarsource.scanner.maven:sonar-maven-plugin:sonar'
in both CI/CD and PR checks workflows.
This ensures the plugin can be resolved without requiring additional Maven
settings.xml configuration for plugin groups.
Fixes "No plugin found for prefix 'sonar'" CI/CD error.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <[email protected]>1 parent a866f03 commit 1449aa1
File tree
4 files changed
+8
-17
lines changed- .github/workflows
- openespi-common
4 files changed
+8
-17
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
| 162 | + | |
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
86 | 85 | | |
87 | 86 | | |
88 | 87 | | |
| |||
296 | 295 | | |
297 | 296 | | |
298 | 297 | | |
299 | | - | |
300 | | - | |
301 | | - | |
302 | | - | |
303 | | - | |
304 | | - | |
305 | | - | |
306 | | - | |
307 | | - | |
308 | | - | |
309 | | - | |
310 | | - | |
311 | | - | |
312 | | - | |
313 | 298 | | |
314 | 299 | | |
315 | 300 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
145 | 151 | | |
146 | 152 | | |
147 | 153 | | |
0 commit comments