summaryrefslogtreecommitdiff
path: root/src/main/resources/de/itc/onkostar
diff options
context:
space:
mode:
authorPaul-Christian Volkmer2023-04-03 14:34:32 +0200
committerPaul-Christian Volkmer2023-04-03 14:35:31 +0200
commita97d76e5bbe42cde2a5729efedcdcdcd7c26bbe9 (patch)
treea1d835ea86ba24a13bf5904c49cdb16e1085e0cb /src/main/resources/de/itc/onkostar
parentd548c5e5a3cb190fd68b90e2c12dc775da5edf5f (diff)
Issue #20: Detailimplementierungen für Consent Management
Diffstat (limited to 'src/main/resources/de/itc/onkostar')
-rw-r--r--src/main/resources/de/itc/onkostar/library/moduleContext.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/de/itc/onkostar/library/moduleContext.xml b/src/main/resources/de/itc/onkostar/library/moduleContext.xml
index 880025d..b943b5f 100644
--- a/src/main/resources/de/itc/onkostar/library/moduleContext.xml
+++ b/src/main/resources/de/itc/onkostar/library/moduleContext.xml
@@ -19,6 +19,7 @@
</bean>
<bean id="ConsentManager" class="DNPM.ConsentManager">
<constructor-arg ref="localOnkostarApi" />
+ <constructor-arg ref="consentManagerServiceFactory" />
</bean>
<context:component-scan base-package="ATCCodes" />