Skip to content

Commit 0da2d1a

Browse files
committed
chore: include asser4j on maven dependency
Signed-off-by: Otavio Santana <[email protected]>
1 parent 1aad150 commit 0da2d1a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,12 @@
111111
<version>1.21.3</version>
112112
<scope>test</scope>
113113
</dependency>
114+
<dependency>
115+
<groupId>org.assertj</groupId>
116+
<artifactId>assertj-core</artifactId>
117+
<version>3.27.3</version>
118+
<scope>test</scope>
119+
</dependency>
114120
</dependencies>
115121
<build>
116122
<pluginManagement>

0 commit comments

Comments
 (0)