diff options
Diffstat (limited to 'integration-tests')
-rw-r--r-- | integration-tests/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 4555a8dc19..d7313caa49 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -342,6 +342,12 @@ limitations under the License. </exclusion> </exclusions> </dependency> + <dependency> + <groupId>org.functionaljava</groupId> + <artifactId>functionaljava</artifactId> + <version>${functionaljava.version}</version> + <scope>test</scope> + </dependency> </dependencies> <build> |