File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
plugins/commands/requirements/src/main/kotlin Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ import org.ossreviewtoolkit.analyzer.PackageManager
3131import org.ossreviewtoolkit.downloader.VersionControlSystem
3232import org.ossreviewtoolkit.model.config.AnalyzerConfiguration
3333import org.ossreviewtoolkit.model.config.RepositoryConfiguration
34- import org.ossreviewtoolkit.model.config.ScannerConfiguration
3534import org.ossreviewtoolkit.plugins.commands.api.OrtCommand
3635import org.ossreviewtoolkit.scanner.CommandLinePathScannerWrapper
3736import org.ossreviewtoolkit.utils.common.CommandLineTool
@@ -91,8 +90,8 @@ class RequirementsCommand : OrtCommand(
9190 logger.debug { " $it is a $category ." }
9291 it.getDeclaredConstructor(
9392 String ::class .java,
94- ScannerConfiguration ::class .java
95- ).newInstance(" " , ScannerConfiguration ())
93+ Map ::class .java
94+ ).newInstance(" " , emptyMap< String , String > ())
9695 }
9796
9897 VersionControlSystem ::class .java.isAssignableFrom(it) -> {
You can’t perform that action at this time.
0 commit comments