Skip to content

Commit b1ca1ae

Browse files
committed
Add missing dependency management for Janino modules
Closes gh-18225
1 parent 8aa7e24 commit b1ca1ae

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
@@ -1946,6 +1946,16 @@
19461946
<artifactId>groovy-xml</artifactId>
19471947
<version>${groovy.version}</version>
19481948
</dependency>
1949+
<dependency>
1950+
<groupId>org.codehaus.janino</groupId>
1951+
<artifactId>commons-compiler</artifactId>
1952+
<version>${janino.version}</version>
1953+
</dependency>
1954+
<dependency>
1955+
<groupId>org.codehaus.janino</groupId>
1956+
<artifactId>commons-compiler-jdk</artifactId>
1957+
<version>${janino.version}</version>
1958+
</dependency>
19491959
<dependency>
19501960
<groupId>org.codehaus.janino</groupId>
19511961
<artifactId>janino</artifactId>

0 commit comments

Comments
 (0)