Skip to content

Commit 47eee7b

Browse files
committed
Merge branch '2.1.x'
Closes gh-18226
2 parents b9bb842 + b1ca1ae commit 47eee7b

File tree

1 file changed

+10
-0
lines changed
  • spring-boot-project/spring-boot-dependencies

1 file changed

+10
-0
lines changed

spring-boot-project/spring-boot-dependencies/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2117,6 +2117,16 @@
21172117
<artifactId>groovy-xml</artifactId>
21182118
<version>${groovy.version}</version>
21192119
</dependency>
2120+
<dependency>
2121+
<groupId>org.codehaus.janino</groupId>
2122+
<artifactId>commons-compiler</artifactId>
2123+
<version>${janino.version}</version>
2124+
</dependency>
2125+
<dependency>
2126+
<groupId>org.codehaus.janino</groupId>
2127+
<artifactId>commons-compiler-jdk</artifactId>
2128+
<version>${janino.version}</version>
2129+
</dependency>
21202130
<dependency>
21212131
<groupId>org.codehaus.janino</groupId>
21222132
<artifactId>janino</artifactId>

0 commit comments

Comments
 (0)