Skip to content

Commit f9a677a

Browse files
authored
Merge pull request #522 from juripetersen/fix-it-test
Fix spark dependency version to fix integration tests
2 parents 96558df + 3227902 commit f9a677a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

wayang-tests-integration/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,18 @@
220220
</exclusion>
221221
</exclusions>
222222
</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+
<dependency>
231+
<groupId>org.codehaus.janino</groupId>
232+
<artifactId>commons-compiler</artifactId>
233+
<version>3.0.16</version>
234+
</dependency>
223235
</dependencies>
224236

225237
<build>

0 commit comments

Comments
 (0)