Skip to content

Commit fe85d1e

Browse files
alex052525claude
andcommitted
fix: add junit-jupiter-api dependency to immutable module #3448
Required for @test annotations and assert methods in test code. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent bc9f946 commit fe85d1e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

immutable/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@
4747
<artifactId>junit-jupiter-engine</artifactId>
4848
<scope>test</scope>
4949
</dependency>
50+
<dependency>
51+
<groupId>org.junit.jupiter</groupId>
52+
<artifactId>junit-jupiter-api</artifactId>
53+
<version>${junit.version}</version>
54+
<scope>test</scope>
55+
</dependency>
5056
</dependencies>
5157
<build>
5258
<plugins>

0 commit comments

Comments
 (0)