Skip to content

Commit 3227902

Browse files
committed
Fix spark dependency version to fix integration tests
1 parent 96558df commit 3227902

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)