Skip to content

Commit

Permalink
build(package-managers): Make dependencies on GitCommand explicit
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
  • Loading branch information
sschuberth committed Sep 3, 2024
1 parent d0840a6 commit adbc676
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions plugins/package-managers/gradle-inspector/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ dependencies {

implementation("org.gradle:gradle-tooling-api:${gradle.gradleVersion}")

funTestImplementation(projects.plugins.versionControlSystems.gitVersionControlSystem)
funTestImplementation(testFixtures(projects.analyzer))
}

Expand Down
1 change: 1 addition & 0 deletions plugins/package-managers/gradle/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ dependencies {
implementation(libs.maven.core)
implementation(libs.maven.resolver.api)

funTestImplementation(projects.plugins.versionControlSystems.gitVersionControlSystem)
funTestImplementation(testFixtures(projects.analyzer))

testImplementation(projects.utils.spdxUtils)
Expand Down
2 changes: 1 addition & 1 deletion plugins/package-managers/sbt/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ dependencies {
implementation(projects.plugins.packageManagers.mavenPackageManager)
implementation(projects.utils.ortUtils)

funTestImplementation(projects.downloader)
funTestImplementation(projects.plugins.versionControlSystems.gitVersionControlSystem)
funTestImplementation(testFixtures(projects.analyzer))
}

0 comments on commit adbc676

Please sign in to comment.