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 61c0afb commit 470448eCopy full SHA for 470448e
pom.xml
@@ -87,6 +87,8 @@
87
<version>${jackson.version}</version>
88
<scope>test</scope>
89
</dependency>
90
+
91
+ <!-- Junit -->
92
<dependency>
93
<groupId>org.junit.jupiter</groupId>
94
<artifactId>junit-jupiter-api</artifactId>
@@ -99,6 +101,11 @@
99
101
<version>${junit.version}</version>
100
102
103
104
+ <dependency>
105
+ <groupId>org.assertj</groupId>
106
+ <artifactId>assertj-core</artifactId>
107
+ <version>3.27.3</version>
108
+ </dependency>
109
110
<!-- Logging dependencies -->
111
0 commit comments