Skip to content

Commit

Permalink
fix: broken deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jobulcke committed Dec 9, 2024
1 parent d33fb0b commit 45432aa
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ldi-core/rml-adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@
<groupId>io.carml</groupId>
<artifactId>carml-converters-jena</artifactId>
<version>${carml.version}</version>
<exclusions>
<exclusion>
<groupId>org.apache.jena</groupId>
<artifactId>jena-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- Limitation of CARML -->
<dependency>
Expand Down
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,16 @@
<artifactId>jackson-databind</artifactId>
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>${jackson.version}</version>
</dependency>

<!-- Logging -->
<dependency>
Expand Down

0 comments on commit 45432aa

Please sign in to comment.