We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c759299 commit 1b68dc9Copy full SHA for 1b68dc9
.github/workflows/native.yml
@@ -27,7 +27,7 @@ jobs:
27
- uses: actions/checkout@v2
28
- uses: graalvm/setup-graalvm@v1
29
with:
30
- java-version: '22.0.1'
+ java-version: '21.0.2'
31
distribution: 'graalvm-community'
32
components: 'js'
33
cache: 'maven'
integration-tests/pom.xml
@@ -163,13 +163,6 @@
163
<groupId>com.arangodb</groupId>
164
<artifactId>jackson-serde-vpack</artifactId>
165
</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>
173
</dependencies>
174
<build>
175
<plugins>
0 commit comments