diff --git a/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/maven/DependencyManager.kt b/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/maven/DependencyManager.kt index f34025a7..f516c036 100644 --- a/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/maven/DependencyManager.kt +++ b/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/maven/DependencyManager.kt @@ -113,6 +113,7 @@ public class DependencyManager @Inject constructor(val executors: KobaltExecutor /** * @return the compile dependencies for this project, including the contributors. + * TODO: very similar to the method below, refactor. */ fun dependencies(project: Project, context: KobaltContext) : List { val result = arrayListOf()