Skip to content

Commit 497a660

Browse files
committed
fix
1 parent 43a0a83 commit 497a660

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.sbt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ lazy val root = (project in file("."))
4242
"org.slf4j" % "slf4j-simple" % "2.0.17",
4343
"org.apache.jena" % "jena-core" % jenaV,
4444
"org.apache.jena" % "jena-arq" % jenaV,
45-
"eu.neverblink.jelly" % "jelly-jena" % jellyV,
45+
// Jelly-JVM >= 3.4.1 includes Jena 5.5.x as a dependency, we must exclude it, because
46+
// we use Jena 5.3.0.
47+
("eu.neverblink.jelly" % "jelly-jena" % jellyV).excludeAll(ExclusionRule("org.apache.jena")),
4648
"eu.neverblink.jelly" % "jelly-core-protos-google" % jellyV,
4749
"com.github.alexarchambault" %% "case-app" % "2.1.0-M30",
4850
"org.scalatest" %% "scalatest" % "3.2.19" % Test,

0 commit comments

Comments
 (0)