File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
docs /apidocs /* binary
2
+
3
+ # Mark Jelly files as binary
4
+ * .jelly binary
Original file line number Diff line number Diff line change 39
39
<maven .compiler.source>17</maven .compiler.source>
40
40
<maven .compiler.target>17</maven .compiler.target>
41
41
<jena .version>5.0.0</jena .version>
42
+ <jelly .version>3.1.2</jelly .version>
42
43
<testcontainers .version>1.18.3</testcontainers .version>
43
44
</properties >
44
45
266
267
<dependency >
267
268
<groupId >eu.neverblink.jelly</groupId >
268
269
<artifactId >jelly-rdf4j</artifactId >
269
- <version >3.1.2 </version >
270
+ <version >${jelly.version} </version >
270
271
<exclusions > <!-- Exclude RDF4J, use the version from the rdf4j-client dependency -->
271
272
<exclusion >
272
273
<groupId >org.eclipse.rdf4j</groupId >
You can’t perform that action at this time.
0 commit comments