Skip to content

Commit 1b68dc9

Browse files
committed
updated shaded native configuration (DE-815)
1 parent c759299 commit 1b68dc9

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.github/workflows/native.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v2
2828
- uses: graalvm/setup-graalvm@v1
2929
with:
30-
java-version: '22.0.1'
30+
java-version: '21.0.2'
3131
distribution: 'graalvm-community'
3232
components: 'js'
3333
cache: 'maven'

integration-tests/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -163,13 +163,6 @@
163163
<groupId>com.arangodb</groupId>
164164
<artifactId>jackson-serde-vpack</artifactId>
165165
</dependency>
166-
<!-- FIXME [DE-815]: incomplete classpath in shaded driver -->
167-
<dependency>
168-
<groupId>com.github.luben</groupId>
169-
<artifactId>zstd-jni</artifactId>
170-
<version>1.5.6-3</version>
171-
<scope>test</scope>
172-
</dependency>
173166
</dependencies>
174167
<build>
175168
<plugins>

0 commit comments

Comments
 (0)