You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by an...@apache.org on 2018/12/06 08:33:00 UTC

[syncope] branch 2_1_X updated: docs: how to enable flowable in enduser module

This is an automated email from the ASF dual-hosted git repository.

andreapatricelli pushed a commit to branch 2_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/2_1_X by this push:
     new b0c5b3b  docs: how to enable flowable in enduser module
b0c5b3b is described below

commit b0c5b3b64f52c36645e09b6e9e8ce025bb8e601b
Author: Andrea Patricelli <an...@apache.org>
AuthorDate: Thu Dec 6 09:32:16 2018 +0100

    docs: how to enable flowable in enduser module
---
 .../workingwithapachesyncope/customization.adoc               | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/src/main/asciidoc/reference-guide/workingwithapachesyncope/customization.adoc b/src/main/asciidoc/reference-guide/workingwithapachesyncope/customization.adoc
index 5ec39c3..fe738e5 100644
--- a/src/main/asciidoc/reference-guide/workingwithapachesyncope/customization.adoc
+++ b/src/main/asciidoc/reference-guide/workingwithapachesyncope/customization.adoc
@@ -337,6 +337,17 @@ Add the following dependency to `console/pom.xml`:
 </dependency>
 ----
 
+Add the following dependency to `enduser/pom.xml`:
+
+[source,xml,subs="verbatim,attributes"]
+----
+<dependency>
+  <groupId>org.apache.syncope.ext.flowable</groupId>
+  <artifactId>syncope-ext-flowable-client-enduser</artifactId>
+  <version>${syncope.version}</version>
+</dependency>
+----
+
 [discrete]
 ===== Enable the <<apache-camel-provisioning-manager>>