Skip to content

Commit a2695f1

Browse files
committed
⚰️ Remove <exclude>org.graalvm.*:*</exclude> from pom, not needed anymore from restheart 8.0.4
1 parent 43910df commit a2695f1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

java/restheart/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,6 @@
3636
</excludes>
3737
</filter>
3838
</filters>
39-
<!-- avoids including graalvm transitive dependencies into shaded jar-->
40-
<artifactSet>
41-
<excludes>
42-
<exclude>org.graalvm.*:*</exclude>
43-
</excludes>
44-
</artifactSet>
4539
</configuration>
4640
<executions>
4741
<execution>

0 commit comments

Comments
 (0)