This is an automated email from the ASF dual-hosted git repository. jkevan pushed a commit to branch reduceIndicesItems3 in repository https://gitbox.apache.org/repos/asf/unomi.git
The following commit(s) were added to refs/heads/reduceIndicesItems3 by this push: new 63f590dc7 UNOMI-736: More fixes regarding groovy actions 63f590dc7 is described below commit 63f590dc76e524bf9da26e3c8fcf74d5fb9b3b61 Author: Kevan <ke...@jahia.com> AuthorDate: Tue Feb 28 11:21:50 2023 +0100 UNOMI-736: More fixes regarding groovy actions --- itests/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/itests/pom.xml b/itests/pom.xml index f0a602efe..375e816b6 100644 --- a/itests/pom.xml +++ b/itests/pom.xml @@ -133,6 +133,12 @@ <version>${project.version}</version> <scope>test</scope> </dependency> + <dependency> + <groupId>org.apache.unomi</groupId> + <artifactId>unomi-groovy-actions-services</artifactId> + <version>${project.version}</version> + <scope>test</scope> + </dependency> <dependency> <groupId>org.codehaus.groovy</groupId> <artifactId>groovy</artifactId>