Skip to content

Commit

Permalink
Added missing macros dependency for ollama
Browse files Browse the repository at this point in the history
  • Loading branch information
Aklakan committed Dec 3, 2024
1 parent a7fb879 commit 282ff3f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion rdf-processing-toolkit-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,14 @@
<groupId>org.aksw.jenax</groupId>
<artifactId>jenax-server-standalone</artifactId>
</dependency>

<dependency>
<groupId>org.aksw.jenax</groupId>
<artifactId>jenax-arq-picocli</artifactId>
</dependency>
<dependency>
<groupId>org.aksw.jenax</groupId>
<artifactId>jenax-resources-macros</artifactId>
</dependency>
<dependency>
<groupId>org.aksw.jenax</groupId>
<artifactId>jenax-conjure-core</artifactId>
Expand Down

0 comments on commit 282ff3f

Please sign in to comment.