Skip to content

Commit 0d3a2f2

Browse files
committed
Add JRuby dependency for building parser API
Nodes need access to RubySymbol and support APIs at least.
1 parent e0af0ef commit 0d3a2f2

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

java-wasm/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@
5050
<artifactId>host-module-annotations-experimental</artifactId>
5151
<scope>provided</scope>
5252
</dependency>
53+
<dependency>
54+
<groupId>org.jruby</groupId>
55+
<artifactId>jruby-base</artifactId>
56+
<version>10.0.2.0</version>
57+
</dependency>
5358
</dependencies>
5459

5560
<build>

0 commit comments

Comments
 (0)