Skip to content

Commit

Permalink
After removing dom wrappers and using just runtime dependency we can …
Browse files Browse the repository at this point in the history
…run on GraalVM 0.18
  • Loading branch information
Jaroslav Tulach committed Nov 8, 2016
1 parent 2af5665 commit 927c4c8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<version>1.2.1</version>
<configuration>
<executable>${exec.java.bin}</executable>
<classpathScope>test</classpathScope>
<classpathScope>runtime</classpathScope>
<arguments>
<argument>-J${jshell.agent}</argument>
<argument>-J${exec.debug.arg}</argument>
Expand Down Expand Up @@ -95,6 +95,12 @@
<groupId>com.dukescript.libraries</groupId>
<artifactId>net.java.html.lib.node</artifactId>
<version>0.4</version>
<exclusions>
<exclusion>
<groupId>com.dukescript.libraries</groupId>
<artifactId>net.java.html.lib.dom</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.netbeans.html</groupId>
Expand Down

0 comments on commit 927c4c8

Please sign in to comment.