Skip to content

Commit 7bc2daf

Browse files
committed
Require jsonld-java 0.9.0 for writing using jena
1 parent 7bfc307 commit 7bc2daf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,11 @@
9393
<artifactId>jena-osgi</artifactId>
9494
<version>3.3.0</version>
9595
</dependency>
96+
<dependency>
97+
<groupId>com.github.jsonld-java</groupId>
98+
<artifactId>jsonld-java</artifactId>
99+
<version>0.9.0</version>
100+
</dependency>
96101
<dependency>
97102
<groupId>org.eclipse.jgit</groupId>
98103
<artifactId>org.eclipse.jgit</artifactId>

0 commit comments

Comments
 (0)