Skip to content

Commit 0511ac5

Browse files
committed
Fix small issues pointed out by Andy
See: TopQuadrant/shacl#194
1 parent 5582d5b commit 0511ac5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
docs/apidocs/* binary
2+
3+
# Mark Jelly files as binary
4+
*.jelly binary

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
<maven.compiler.source>17</maven.compiler.source>
4040
<maven.compiler.target>17</maven.compiler.target>
4141
<jena.version>5.0.0</jena.version>
42+
<jelly.version>3.1.2</jelly.version>
4243
<testcontainers.version>1.18.3</testcontainers.version>
4344
</properties>
4445

@@ -266,7 +267,7 @@
266267
<dependency>
267268
<groupId>eu.neverblink.jelly</groupId>
268269
<artifactId>jelly-rdf4j</artifactId>
269-
<version>3.1.2</version>
270+
<version>${jelly.version}</version>
270271
<exclusions> <!-- Exclude RDF4J, use the version from the rdf4j-client dependency -->
271272
<exclusion>
272273
<groupId>org.eclipse.rdf4j</groupId>

0 commit comments

Comments
 (0)