You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2019/01/04 13:19:52 UTC

[syncope] branch master updated: [SYNCOPE-1422] Forgot to update

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

ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/master by this push:
     new be3e267  [SYNCOPE-1422] Forgot to update
be3e267 is described below

commit be3e26706ec5dfe04368d18177dfc4f39eb55f0d
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Fri Jan 4 14:19:29 2019 +0100

    [SYNCOPE-1422] Forgot to update
---
 fit/core-reference/src/main/resources/pgjsonb/provisioning.properties | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/fit/core-reference/src/main/resources/pgjsonb/provisioning.properties b/fit/core-reference/src/main/resources/pgjsonb/provisioning.properties
index 378e75e..9347dd7 100644
--- a/fit/core-reference/src/main/resources/pgjsonb/provisioning.properties
+++ b/fit/core-reference/src/main/resources/pgjsonb/provisioning.properties
@@ -25,6 +25,8 @@ userProvisioningManager=org.apache.syncope.core.provisioning.java.DefaultUserPro
 groupProvisioningManager=org.apache.syncope.core.provisioning.java.DefaultGroupProvisioningManager
 anyObjectProvisioningManager=org.apache.syncope.core.provisioning.java.DefaultAnyObjectProvisioningManager
 virAttrCache=org.apache.syncope.core.provisioning.java.cache.MemoryVirAttrCache
+notificationManager=org.apache.syncope.core.provisioning.java.notification.DefaultNotificationManager
+auditManager=org.apache.syncope.core.provisioning.java.DefaultAuditManager
 
 quartz.jobstore=org.quartz.impl.jdbcjobstore.PostgreSQLDelegate
 quartz.sql=tables_postgres.sql