Commit 292ad41
committed
Fix CI: handle empty jar in NoSharedInternalCodeTest, add snakeyaml to testConvertToModel
- NoSharedInternalCodeTest: skip check when jar has no OpenTelemetry classes;
autoconfigure-config is a dependency-only convenience module with no Java sources
- api/incubator testConvertToModel: add snakeyaml-engine to runtime deps;
DeclarativeConfigurationParser (now in autoconfigure) uses snakeyaml internally
but autoconfigure declares it compileOnly so it doesn't flow transitively
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>1 parent 199db3c commit 292ad41
2 files changed
Lines changed: 6 additions & 0 deletions
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
72 | 77 | | |
73 | 78 | | |
74 | 79 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
0 commit comments