Skip to content

Commit 9c3281c

Browse files
committed
build(wasm-privacy-coin): remove unused jackson-databind test dependency
jackson-databind was added for JSON parsing in retention-flag tests, but those tests were refactored to use Rust-level unit tests instead. The dependency is no longer referenced anywhere in the test sources. Ticket: CSHLD-785
1 parent d12e49b commit 9c3281c

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

packages/wasm-privacy-coin/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,6 @@
4141
<version>5.10.3</version>
4242
<scope>test</scope>
4343
</dependency>
44-
<dependency>
45-
<groupId>com.fasterxml.jackson.core</groupId>
46-
<artifactId>jackson-databind</artifactId>
47-
<version>2.17.0</version>
48-
<scope>test</scope>
49-
</dependency>
5044
</dependencies>
5145

5246
<distributionManagement>

0 commit comments

Comments
 (0)