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.
2 parents b9bb842 + b1ca1ae commit 47eee7bCopy full SHA for 47eee7b
spring-boot-project/spring-boot-dependencies/pom.xml
@@ -2117,6 +2117,16 @@
2117
<artifactId>groovy-xml</artifactId>
2118
<version>${groovy.version}</version>
2119
</dependency>
2120
+ <dependency>
2121
+ <groupId>org.codehaus.janino</groupId>
2122
+ <artifactId>commons-compiler</artifactId>
2123
+ <version>${janino.version}</version>
2124
+ </dependency>
2125
2126
2127
+ <artifactId>commons-compiler-jdk</artifactId>
2128
2129
2130
<dependency>
2131
<groupId>org.codehaus.janino</groupId>
2132
<artifactId>janino</artifactId>
0 commit comments