File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ mavenPlugin {
20
20
21
21
String VER_MAVEN_API = ' 3.0'
22
22
String VER_ECLIPSE_AETHER = ' 1.1.0'
23
- String VER_MUSTACHE = ' 0.9.10'
24
23
String VER_PLEXUS_RESOURCES = ' 1.2.0'
25
24
dependencies {
26
25
implementation project(' :lib' )
@@ -42,7 +41,7 @@ dependencies {
42
41
testImplementation " org.assertj:assertj-core:${ VER_ASSERTJ} "
43
42
testImplementation " org.mockito:mockito-core:${ VER_MOCKITO} "
44
43
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 '
46
45
testImplementation " org.apache.maven:maven-plugin-api:${ VER_MAVEN_API} "
47
46
testImplementation " org.eclipse.aether:aether-api:${ VER_ECLIPSE_AETHER} "
48
47
testImplementation " org.codehaus.plexus:plexus-resources:${ VER_PLEXUS_RESOURCES} "
You can’t perform that action at this time.
0 commit comments