1
0

Refactor models + add tests

This commit is contained in:
2020-10-06 21:40:12 +02:00
parent 6c0d17299e
commit bb5e955318
8 changed files with 159 additions and 27 deletions
@@ -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()