File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8484 <version >${project.version} </version >
8585 <scope >test</scope >
8686 </dependency >
87+ <dependency >
88+ <!-- Fixes "Defaulting to no-operation (NOP) logger", which results in missing logs from the orchestrator. -->
89+ <groupId >org.slf4j</groupId >
90+ <artifactId >slf4j-simple</artifactId >
91+ <version >${slf4j.version} </version >
92+ <scope >test</scope >
93+ </dependency >
8794 <!-- not a direct code dependency, but needed to download it and install it into SonarQube -->
8895 <dependency >
8996 <groupId >org.sonarsource.java</groupId >
Original file line number Diff line number Diff line change 113113 <test-java-agent-directory >${project.build.directory} /test-java-agent-libs</test-java-agent-directory >
114114 <jacoco-agent-jar >org.jacoco.agent-${version.jacoco.plugin} -runtime.jar</jacoco-agent-jar >
115115 <mockito-agent-jar >mockito-core-${mockito-core.version} .jar</mockito-agent-jar >
116+
117+ <slf4j .version>1.7.30</slf4j .version>
116118 </properties >
117119
118120 <distributionManagement >
266268 <dependency >
267269 <groupId >org.slf4j</groupId >
268270 <artifactId >slf4j-api</artifactId >
269- <version >1.7.30 </version >
271+ <version >${slf4j.version} </version >
270272 <scope >test</scope >
271273 </dependency >
272274 <dependency >
You can’t perform that action at this time.
0 commit comments