Skip to content

Commit

Permalink
SDC-12848. TestJythonAbstractScriptingSource.testCloseCalledOnStageDe…
Browse files Browse the repository at this point in the history
…stroy and TestJythonAbstractScriptingProcessor.testCloseCalledOnStageDestroy failing in jenkins

Adding test dependencies needed for new tests to jython_2_7-lib, so it can run them properly

Change-Id: I92ce0de606ef2880b4f4b07184d8fef9ac32fb64
Reviewed-on: https://review.streamsets.net/c/datacollector/+/27539
Reviewed-by: Jarcec Cecho <jarcec@streamsets.com>
Tested-by: StreamSets CI <streamsets-ci-spam@streamsets.com>
  • Loading branch information
jeff303 committed Nov 12, 2019
1 parent dddbbd2 commit d660753
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions jython_2_7-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,17 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<version>${hamcrest.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.streamsets</groupId>
<artifactId>streamsets-datacollector-scripting-protolib</artifactId>
Expand Down

0 comments on commit d660753

Please sign in to comment.