Skip to content

Commit e2cbfe3

Browse files
committed
Fix Java dependencies scopes
1 parent 70c9921 commit e2cbfe3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

java-wasm/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,23 @@
3636
<groupId>com.dylibso.chicory</groupId>
3737
<artifactId>runtime</artifactId>
3838
</dependency>
39+
<dependency>
40+
<groupId>com.dylibso.chicory</groupId>
41+
<artifactId>log</artifactId>
42+
</dependency>
3943
<dependency>
4044
<groupId>com.dylibso.chicory</groupId>
4145
<artifactId>wasi</artifactId>
4246
</dependency>
47+
<dependency>
48+
<groupId>com.dylibso.chicory</groupId>
49+
<artifactId>wasm</artifactId>
50+
</dependency>
4351
<dependency>
4452
<groupId>org.junit.jupiter</groupId>
4553
<artifactId>junit-jupiter-engine</artifactId>
4654
<version>${junit.version}</version>
55+
<scope>test</scope>
4756
</dependency>
4857
<dependency>
4958
<groupId>com.dylibso.chicory</groupId>

0 commit comments

Comments
 (0)