Skip to content

Commit

Permalink
add runtime dependency to jypthon for the JSR-223 testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
gtudan committed May 6, 2019
1 parent 7f2e1a5 commit f18ea8f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions testsuite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,14 @@
<artifactId>krazo-stringtemplate</artifactId>
<version>${project.version}</version>
</dependency>

<!-- Runtime dependencies for the test cases -->
<dependency>
<!-- Required by the jython JSR-233 Test -->
<groupId>org.python</groupId>
<artifactId>jython-standalone</artifactId>
<version>2.7.0</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit f18ea8f

Please sign in to comment.