File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ mavenPlugin {
2020
2121String VER_MAVEN_API = ' 3.0'
2222String VER_ECLIPSE_AETHER = ' 1.1.0'
23- String VER_MUSTACHE = ' 0.9.10'
2423String VER_PLEXUS_RESOURCES = ' 1.2.0'
2524dependencies {
2625 implementation project(' :lib' )
@@ -42,7 +41,7 @@ dependencies {
4241 testImplementation " org.assertj:assertj-core:${ VER_ASSERTJ} "
4342 testImplementation " org.mockito:mockito-core:${ VER_MOCKITO} "
4443 testImplementation " com.diffplug.durian:durian-io:${ VER_DURIAN} "
45- testImplementation " com.github.spullara.mustache.java:compiler:${ VER_MUSTACHE } "
44+ testImplementation ' com.github.spullara.mustache.java:compiler:0.9.10 '
4645 testImplementation " org.apache.maven:maven-plugin-api:${ VER_MAVEN_API} "
4746 testImplementation " org.eclipse.aether:aether-api:${ VER_ECLIPSE_AETHER} "
4847 testImplementation " org.codehaus.plexus:plexus-resources:${ VER_PLEXUS_RESOURCES} "
You can’t perform that action at this time.
0 commit comments