1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00

Not needed.

This commit is contained in:
Cedric Beust 2016-03-25 11:29:08 +04:00
parent fff031c4cc
commit e34d1535ff
2 changed files with 0 additions and 9 deletions

View file

@ -72,7 +72,6 @@ class Pom2(val pomProject: PomProject) {
groupId + ":" + artifactId + ":" + version
}
val dep = dependencyManager.createMaven(id)
println("DEP: " + dep)
}
return Either(null, Pom2(result))
} catch(ex: Exception) {