Commit ef6506e
committed
Allow integration tests to use Spring Boot
- The integration-tests module uses SB dependencies
for test setup. This is problematic when attempting
a non-snapshot release as non-snapshot releases do
not include `repos.spring.io/snapshot`. This commit
treats the `integration-tests` module like the samples
module and always includes central, milestone, and
snapshot repos.1 parent 7950df0 commit ef6506e
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
9 | 15 | | |
10 | 16 | | |
11 | 17 | | |
| |||
0 commit comments