This is an automated email from the ASF dual-hosted git repository.
jkevan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/unomi.git
The following commit(s) were added to refs/heads/master by this push:
new bb48453 [UNOMI-547] - Allow the unomi package to start offlineAllow
the unomi package to start offline (#378)
bb48453 is described below
commit bb484534d6eca5a20fc7bedda149d0ec712813b7
Author: jahia-carp <[email protected]>
AuthorDate: Wed Jan 26 16:43:11 2022 +0100
[UNOMI-547] - Allow the unomi package to start offlineAllow the unomi
package to start offline (#378)
---
package/pom.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/package/pom.xml b/package/pom.xml
index 8c2253a..22a1170 100644
--- a/package/pom.xml
+++ b/package/pom.xml
@@ -344,6 +344,8 @@
<configuration>
<installedFeatures>
<feature>wrapper</feature>
+ <feature>hibernate-validator</feature>
+ <feature>cxf-commands</feature>
</installedFeatures>
<startupFeatures>
<feature>eventadmin</feature>