This is an automated email from the ASF dual-hosted git repository.
jkevan pushed a commit to branch unomi-1.6.x
in repository https://gitbox.apache.org/repos/asf/unomi.git
The following commit(s) were added to refs/heads/unomi-1.6.x by this push:
new 57f4f8b [UNOMI-547] - Allow the unomi package to start offlineAllow
the unomi package to start offline (#378)
57f4f8b is described below
commit 57f4f8b18b2539cb0f613e66edac75b96ea4c177
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 5dd0fa0..3a1e134 100644
--- a/package/pom.xml
+++ b/package/pom.xml
@@ -335,6 +335,8 @@
<configuration>
<installedFeatures>
<feature>wrapper</feature>
+ <feature>hibernate-validator</feature>
+ <feature>cxf-commands</feature>
</installedFeatures>
<startupFeatures>
<feature>eventadmin</feature>