From e491ade3eb19f6e8de8c0f5a3c8a7d7b34b12e3e Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Wed, 30 Nov 2016 15:41:14 +0100 Subject: [PATCH] Updated hooks version --- orientdb/defaults/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/orientdb/defaults/main.yml b/orientdb/defaults/main.yml index 3fb0949..7a4104b 100644 --- a/orientdb/defaults/main.yml +++ b/orientdb/defaults/main.yml @@ -24,11 +24,11 @@ orientdb_letsencrypt_ssl_enabled: False orientdb_hooks_classes: - { name: 'org.gcube.informationsystem.orientdb.hooks.HeaderHook', position: 'REGULAR' } -# - { name: 'org.gcube.informationsystem.hooks.DocumentHook', position: 'REGULAR' } -# - { name: 'org.gcube.informationsystem.hooks.RecordHook', position: 'REGULAR' } + - { name: 'org.gcube.informationsystem.orientdb.hooks.ConsistsOfHook', position: 'REGULAR' } + - { name: 'org.gcube.informationsystem.orientdb.hooks.IsRelatedToHook', position: 'REGULAR' } #orientdb_hooks_jars: -# - 'http://maven.research-infrastructures.eu/nexus/service/local/artifact/maven/redirect?r=gcube-snapshots&g=org.gcube.information-system&a=resource-registry-orientdb-hooks&v=1.1.0-SNAPSHOT&e=jar&c=jar-with-dependencies' +# - 'http://maven.research-infrastructures.eu/nexus/service/local/artifact/maven/redirect?r=gcube-snapshots&g=org.gcube.information-system&a=resource-registry-orientdb-hooks&v=1.2.0-SNAPSHOT&e=jar&c=jar-with-dependencies' #orientdb_hooks_to_be_removed: # - hook*.jar