Commit 6ce5189
committed
[SPARK-53457] Expose fabric8 dependencies as api for downstream users
### What changes were proposed in this pull request?
This PR exposes fabric8 dependencies as api in gradle build and hence in pom
### Why are the changes needed?
Our public API surfaces fabric8 types (e.g. PodTemplateSpec), so hiding the dependencies behind `implementation` may cause comile errors for customers who need to use those types along with our API library.
This enhances developer experience and avoid surprises when integrating our API with projects that already depends on fabric8.
### Does this PR introduce _any_ user-facing change?
Pom change only
### How was this patch tested?
CIs
### Was this patch authored or co-authored using generative AI tooling?
No1 parent a55be8d commit 6ce5189
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
19 | 23 | | |
20 | 24 | | |
21 | | - | |
| 25 | + | |
22 | 26 | | |
23 | 27 | | |
24 | 28 | | |
| |||
0 commit comments