File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 149149 </dependency >
150150
151151 <!-- TEST sources dependencies -->
152+
153+ <!-- Dependencies used by integration tests -->
154+ <!-- in first place to get last version of assertj-core -->
155+ <dependency >
156+ <groupId >org.green-code-initiative</groupId >
157+ <artifactId >creedengo-integration-test</artifactId >
158+ <version >0.2.4</version >
159+ <scope >test</scope >
160+ </dependency >
161+
152162 <dependency >
153163 <groupId >org.sonarsource.java</groupId >
154164 <artifactId >java-checks-testkit</artifactId >
163173 <scope >test</scope >
164174 </dependency >
165175
166- <dependency >
167- <groupId >org.assertj</groupId >
168- <artifactId >assertj-core</artifactId >
169- <version >3.27.7</version >
170- <scope >test</scope >
171- </dependency >
172-
173176 <dependency >
174177 <groupId >org.mockito</groupId >
175178 <artifactId >mockito-junit-jupiter</artifactId >
184187 <scope >test</scope >
185188 </dependency >
186189
187- <!-- Dependencies used by integration tests -->
188- <dependency >
189- <groupId >org.green-code-initiative</groupId >
190- <artifactId >creedengo-integration-test</artifactId >
191- <version >0.2.4</version >
192- <scope >test</scope >
193- </dependency >
194-
195190 </dependencies >
196191
197192 <build >
You can’t perform that action at this time.
0 commit comments