This is an automated email from the ASF dual-hosted git repository.
andy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git
The following commit(s) were added to refs/heads/main by this push:
new 790fecb329 GH-2776. Graal dependencies js-community
790fecb329 is described below
commit 790fecb329a76c553ed086a0703230f6b7122218
Author: Andy Seaborne <[email protected]>
AuthorDate: Tue Oct 15 21:42:56 2024 +0100
GH-2776. Graal dependencies js-community
---
jena-arq/pom.xml | 7 ++++---
jena-fuseki2/jena-fuseki-main/pom.xml | 8 ++++----
pom.xml | 9 ++++++---
3 files changed, 14 insertions(+), 10 deletions(-)
diff --git a/jena-arq/pom.xml b/jena-arq/pom.xml
index 7ad90f305f..0608986519 100644
--- a/jena-arq/pom.xml
+++ b/jena-arq/pom.xml
@@ -103,16 +103,17 @@
<artifactId>commons-lang3</artifactId>
</dependency>
+ <!-- Testing only -->
<dependency>
<groupId>org.graalvm.js</groupId>
- <artifactId>js</artifactId>
+ <artifactId>js-scriptengine</artifactId>
<scope>test</scope>
</dependency>
-
<dependency>
<groupId>org.graalvm.js</groupId>
- <artifactId>js-scriptengine</artifactId>
+ <artifactId>js-community</artifactId>
<scope>test</scope>
+ <type>pom</type>
</dependency>
<dependency>
diff --git a/jena-fuseki2/jena-fuseki-main/pom.xml
b/jena-fuseki2/jena-fuseki-main/pom.xml
index 8993b2fbec..e620084863 100644
--- a/jena-fuseki2/jena-fuseki-main/pom.xml
+++ b/jena-fuseki2/jena-fuseki-main/pom.xml
@@ -136,16 +136,16 @@
<!-- Testing for custom functions only -->
<dependency>
<groupId>org.graalvm.js</groupId>
- <artifactId>js</artifactId>
+ <artifactId>js-scriptengine</artifactId>
<scope>test</scope>
</dependency>
-
<dependency>
<groupId>org.graalvm.js</groupId>
- <artifactId>js-scriptengine</artifactId>
+ <artifactId>js-community</artifactId>
<scope>test</scope>
+ <type>pom</type>
</dependency>
-
+
</dependencies>
<build>
diff --git a/pom.xml b/pom.xml
index 7c06802d20..ee04abc057 100644
--- a/pom.xml
+++ b/pom.xml
@@ -106,7 +106,7 @@
<ver.contract.tests>0.2.0</ver.contract.tests>
<!-- For testing, not shipped -->
- <ver.graalvm>23.0.5</ver.graalvm>
+ <ver.graalvm>24.1.1</ver.graalvm>
<ver.org.openjdk.jmh>1.37</ver.org.openjdk.jmh>
<!-- GeoSPARQL related -->
@@ -686,14 +686,17 @@
<dependency>
<groupId>org.graalvm.js</groupId>
- <artifactId>js</artifactId>
+ <artifactId>js-scriptengine</artifactId>
<version>${ver.graalvm}</version>
+ <scope>test</scope>
</dependency>
<dependency>
<groupId>org.graalvm.js</groupId>
- <artifactId>js-scriptengine</artifactId>
+ <artifactId>js-community</artifactId>
<version>${ver.graalvm}</version>
+ <type>pom</type>
+ <scope>test</scope>
</dependency>
<dependency>