File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 190190 </plugins >
191191 </build >
192192 </profile >
193+ <profile >
194+ <id >enable-integration-tests</id >
195+ <dependencyManagement >
196+ <dependencies >
197+ <dependency >
198+ <!-- Used for compute integration tests -->
199+ <groupId >org.slf4j</groupId >
200+ <artifactId >slf4j-api</artifactId >
201+ <version >2.0.16</version >
202+ <scope >test</scope >
203+ </dependency >
204+ </dependencies >
205+ </dependencyManagement >
206+ </profile >
193207 </profiles >
194208
195209 <build >
Original file line number Diff line number Diff line change 180180 <dependency >
181181 <groupId >org.slf4j</groupId >
182182 <artifactId >slf4j-api</artifactId >
183- <version >2.0.16</version >
184183 <scope >test</scope >
185184 </dependency >
186- <dependency >
187- <groupId >ch.qos.logback</groupId >
188- <artifactId >logback-classic</artifactId >
189- <version >1.5.25</version >
190- <scope >test</scope >
191- </dependency >
192- <dependency >
193- <groupId >ch.qos.logback</groupId >
194- <artifactId >logback-core</artifactId >
195- <version >1.5.25</version >
196- <scope >test</scope >
197- </dependency >
198- </dependencies >
185+ </dependencies >
199186 </profile >
200187 </profiles >
201188</project >
You can’t perform that action at this time.
0 commit comments