We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aa7e24 commit b1ca1aeCopy full SHA for b1ca1ae
spring-boot-project/spring-boot-dependencies/pom.xml
@@ -1946,6 +1946,16 @@
1946
<artifactId>groovy-xml</artifactId>
1947
<version>${groovy.version}</version>
1948
</dependency>
1949
+ <dependency>
1950
+ <groupId>org.codehaus.janino</groupId>
1951
+ <artifactId>commons-compiler</artifactId>
1952
+ <version>${janino.version}</version>
1953
+ </dependency>
1954
1955
1956
+ <artifactId>commons-compiler-jdk</artifactId>
1957
1958
1959
<dependency>
1960
<groupId>org.codehaus.janino</groupId>
1961
<artifactId>janino</artifactId>
0 commit comments