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 70c9921 commit e2cbfe3Copy full SHA for e2cbfe3
java-wasm/pom.xml
@@ -36,14 +36,23 @@
36
<groupId>com.dylibso.chicory</groupId>
37
<artifactId>runtime</artifactId>
38
</dependency>
39
+ <dependency>
40
+ <groupId>com.dylibso.chicory</groupId>
41
+ <artifactId>log</artifactId>
42
+ </dependency>
43
<dependency>
44
45
<artifactId>wasi</artifactId>
46
47
48
49
+ <artifactId>wasm</artifactId>
50
51
52
<groupId>org.junit.jupiter</groupId>
53
<artifactId>junit-jupiter-engine</artifactId>
54
<version>${junit.version}</version>
55
+ <scope>test</scope>
56
57
58
0 commit comments