Refactor models + add tests
This commit is contained in:
@@ -37,7 +37,7 @@ class DepAsXmlPebbleFunction : PebbleFunction {
|
||||
|${startTag("dependency")}
|
||||
| ${tag("groupId", dep.groupId)}
|
||||
| ${tag("artifactId", dep.artifactId)}
|
||||
| ${tag("version", dep.version)}
|
||||
| ${tag("version", dep.version.value)}
|
||||
|${endTag("dependency")}
|
||||
""".trimMargin()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user