Commit 413cd8a
committed
Include runtimeOnly dependencies in generated POMs, too
This fixes a mistake in Instrumentation Core 1.2.1, which is missing
two dependencies that are essential at runtime to make the whole thing work.
The deployment script only cared about the implementation configuration
when it built the POM file for each module. Make it care about runtimeOnly as well.
(Note: compileOnly is fine to be skipped, since those dependencies are
meant to not be available at runtime)1 parent 917de51 commit 413cd8a
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
87 | | - | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
88 | 90 | | |
89 | 91 | | |
90 | 92 | | |
| |||
0 commit comments