We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96558df commit 3227902Copy full SHA for 3227902
wayang-tests-integration/pom.xml
@@ -220,6 +220,18 @@
220
</exclusion>
221
</exclusions>
222
</dependency>
223
+ <!-- https://mvnrepository.com/artifact/org.codehaus.janino/janino -->
224
+ <dependency>
225
+ <groupId>org.codehaus.janino</groupId>
226
+ <artifactId>janino</artifactId>
227
+ <version>3.0.16</version>
228
+ </dependency>
229
+ <!-- https://mvnrepository.com/artifact/org.codehaus.janino/commons-compiler -->
230
231
232
+ <artifactId>commons-compiler</artifactId>
233
234
235
</dependencies>
236
237
<build>
0 commit comments