summaryrefslogtreecommitdiff
path: root/src/main/resources/de/itc/onkostar
diff options
context:
space:
mode:
authorPaul-Christian Volkmer2025-10-24 09:53:05 +0200
committerPaul-Christian Volkmer2025-10-24 09:57:11 +0200
commit335041be7317c2174b895cfef51095d71fefde66 (patch)
tree3313afb998018307efc8f3371a9db51999d0db79 /src/main/resources/de/itc/onkostar
parentf3b85f9b746b12318d94548cd22f7e19444e34ea (diff)
chore: cleanup plugin config
Diffstat (limited to 'src/main/resources/de/itc/onkostar')
-rw-r--r--src/main/resources/de/itc/onkostar/library/moduleContext.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/main/resources/de/itc/onkostar/library/moduleContext.xml b/src/main/resources/de/itc/onkostar/library/moduleContext.xml
index 3fc2a1d..0a03d31 100644
--- a/src/main/resources/de/itc/onkostar/library/moduleContext.xml
+++ b/src/main/resources/de/itc/onkostar/library/moduleContext.xml
@@ -22,9 +22,8 @@
<constructor-arg ref="consentManagerServiceFactory" />
</bean>
- <context:component-scan base-package="de.ukw.ccc.onkostar.atccodes" />
- <context:component-scan base-package="DNPM.config" />
+ <context:component-scan base-package="dev.dnpm.oshelper.config" />
<mvc:resources mapping="/app/lib/umr/**/*.js" location="classpath:/app/lib/umr/" />
- <mvc:resources mapping="/app/plugins/atccodes/**/*.js" location="classpath:/de/ukw/ccc/onkostar/atccodes/" />
+ <mvc:resources mapping="/app/plugins/oshelper/**/*.js" location="classpath:/dev/dnpm/oshelper/js/" />
</beans> \ No newline at end of file