mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 00:17:11 -07:00
Not needed.
This commit is contained in:
parent
fff031c4cc
commit
e34d1535ff
2 changed files with 0 additions and 9 deletions
|
@ -72,7 +72,6 @@ class Pom2(val pomProject: PomProject) {
|
||||||
groupId + ":" + artifactId + ":" + version
|
groupId + ":" + artifactId + ":" + version
|
||||||
}
|
}
|
||||||
val dep = dependencyManager.createMaven(id)
|
val dep = dependencyManager.createMaven(id)
|
||||||
println("DEP: " + dep)
|
|
||||||
}
|
}
|
||||||
return Either(null, Pom2(result))
|
return Either(null, Pom2(result))
|
||||||
} catch(ex: Exception) {
|
} catch(ex: Exception) {
|
||||||
|
|
|
@ -176,13 +176,5 @@ class DownloadTest @Inject constructor(
|
||||||
Assert.assertTrue(rr.localPath != null && rr.localPath!!.startsWith("junit/junit"))
|
Assert.assertTrue(rr.localPath != null && rr.localPath!!.startsWith("junit/junit"))
|
||||||
Assert.assertEquals(rr.version.toString(), "4.12")
|
Assert.assertEquals(rr.version.toString(), "4.12")
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
|
||||||
fun containerPom3() {
|
|
||||||
val pom = Pom2.parse(
|
|
||||||
File("/Users/beust/kotlin/kobalt/src/test/resources/guice-parent-4.0.pom"), dependencyManager)
|
|
||||||
println("POM: ${pom.value?.pomProject}")
|
|
||||||
println("")
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue