Skip to content

Commit 5facc2d

Browse files
committed
optim test dep
1 parent 2d23690 commit 5facc2d

1 file changed

Lines changed: 10 additions & 15 deletions

File tree

pom.xml

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,16 @@
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>
@@ -163,13 +173,6 @@
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>
@@ -184,14 +187,6 @@
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>

0 commit comments

Comments
 (0)