From 763c1c492adb8ade8b0ce278d96a28c76892c524 Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Sat, 30 Jan 2016 00:45:06 +0400 Subject: [PATCH] TODO. --- .../src/main/kotlin/com/beust/kobalt/maven/DependencyManager.kt | 1 + 1 file changed, 1 insertion(+) 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()