Commit 39200da
committed
fix: properly index otherwise ignored dependency
Fixes #272. The core framework dependency needs to be a runtime
dependency so that it gets put in the extension-using application. We
also need to index the dependency explicitly because Quarkus doesn't do
it automatically (as things might get unruly fast).1 parent 13fc2c1 commit 39200da
File tree
2 files changed
+7
-1
lines changed- operator-framework-quarkus-extension
- deployment/src/main/java/io/javaoperatorsdk/quarkus/extension/deployment
- runtime
2 files changed
+7
-1
lines changedLines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
58 | 65 | | |
59 | 66 | | |
60 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
| |||
0 commit comments