Skip to content

Commit 5dcad06

Browse files
committed
Support placeholder on groovy version
1 parent ded8085 commit 5dcad06

File tree

1 file changed

+2
-1
lines changed
  • mybatis-spring-boot-samples/mybatis-spring-boot-sample-groovy

1 file changed

+2
-1
lines changed

mybatis-spring-boot-samples/mybatis-spring-boot-sample-groovy/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
<name>mybatis-spring-boot-sample-groovy</name>
2929
<properties>
3030
<module.name>org.mybatis.spring.boot.sample.groovy</module.name>
31+
<groovy.version>4.0.2</groovy.version>
3132
<maven.site.skip>true</maven.site.skip> <!-- Workaround for build error -->
3233
</properties>
3334
<dependencies>
@@ -43,7 +44,7 @@
4344
<dependency>
4445
<groupId>org.apache.groovy</groupId>
4546
<artifactId>groovy</artifactId>
46-
<version>4.0.2</version>
47+
<version>${groovy.version}</version>
4748
</dependency>
4849
<!-- test dependencies -->
4950
<dependency>

0 commit comments

Comments
 (0)