Skip to content

Commit

Permalink
Add missing dependency management for Janino modules
Browse files Browse the repository at this point in the history
Closes gh-18225
  • Loading branch information
wilkinsona committed Sep 13, 2019
1 parent 8aa7e24 commit b1ca1ae
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions spring-boot-project/spring-boot-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1946,6 +1946,16 @@
<artifactId>groovy-xml</artifactId>
<version>${groovy.version}</version>
</dependency>
<dependency>
<groupId>org.codehaus.janino</groupId>
<artifactId>commons-compiler</artifactId>
<version>${janino.version}</version>
</dependency>
<dependency>
<groupId>org.codehaus.janino</groupId>
<artifactId>commons-compiler-jdk</artifactId>
<version>${janino.version}</version>
</dependency>
<dependency>
<groupId>org.codehaus.janino</groupId>
<artifactId>janino</artifactId>
Expand Down

0 comments on commit b1ca1ae

Please sign in to comment.