Commit bbecca6
committed
GH-5744: Fix missing jackson dependency in elasticsearch modules
ElasticsearchIndex, ElasticsearchDataStructure and
ElasticsearchNamespaceStore use Jackson 2 types (ObjectMapper, JsonNode,
ObjectNode, TypeReference) that
were previously reaching the compile classpath only transitively via
elasticsearch-java. Add an explicit jackson-databind dependency to both
rdf4j-sail-elasticsearch and rdf4j-sail-elasticsearch-store so the
compile dependency is declared rather than assumed1 parent 6c8008a commit bbecca6
2 files changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
17 | 21 | | |
18 | 22 | | |
19 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
22 | 26 | | |
23 | 27 | | |
0 commit comments