Skip to content

Commit 282ff3f

Browse files
committed
Added missing macros dependency for ollama
1 parent a7fb879 commit 282ff3f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

rdf-processing-toolkit-cli/pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,14 @@
1515
<groupId>org.aksw.jenax</groupId>
1616
<artifactId>jenax-server-standalone</artifactId>
1717
</dependency>
18-
1918
<dependency>
2019
<groupId>org.aksw.jenax</groupId>
2120
<artifactId>jenax-arq-picocli</artifactId>
2221
</dependency>
22+
<dependency>
23+
<groupId>org.aksw.jenax</groupId>
24+
<artifactId>jenax-resources-macros</artifactId>
25+
</dependency>
2326
<dependency>
2427
<groupId>org.aksw.jenax</groupId>
2528
<artifactId>jenax-conjure-core</artifactId>

0 commit comments

Comments
 (0)