Commit d490fe7
committed
[Gradle] Simple fix the dependencies in test-framework
The transitive dependencies in test-framework inheritely have a version conflict that
results in a jarHell in our example builds.
We fix that for now by keeping the dependencies non transitive for now as it has been
in the past before we changed transitive dependency handling.1 parent 8f03a72 commit d490fe7
1 file changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
13 | 23 | | |
14 | 24 | | |
15 | 25 | | |
| |||
0 commit comments