This is an automated email from the ASF dual-hosted git repository.
jkevan pushed a commit to branch json-schema-extensions
in repository https://gitbox.apache.org/repos/asf/unomi.git
The following commit(s) were added to refs/heads/json-schema-extensions by this
push:
new 73f42a845 try to Fix tests
73f42a845 is described below
commit 73f42a845a1b72aee09a57b6489c3cd95b2d3f0d
Author: Kevan <[email protected]>
AuthorDate: Sat May 21 17:30:55 2022 +0200
try to Fix tests
---
kar/pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/kar/pom.xml b/kar/pom.xml
index 23824b273..67335e982 100644
--- a/kar/pom.xml
+++ b/kar/pom.xml
@@ -119,6 +119,11 @@
<artifactId>unomi-json-schema-services</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.unomi</groupId>
+ <artifactId>unomi-json-schema-rest</artifactId>
+ <version>${project.version}</version>
+ </dependency>
<dependency>
<groupId>org.apache.unomi</groupId>
<artifactId>unomi-groovy-actions-services</artifactId>