Add missing dependency management for Janino modules

Closes gh-18225
pull/18464/head
Andy Wilkinson 5 years ago
parent 8aa7e24981
commit b1ca1ae6e9

@ -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>

Loading…
Cancel
Save