From f04e621155917623ba9698b90e84a48b9a0b9911 Mon Sep 17 00:00:00 2001 From: felmer <franz-josef.elmer@id.ethz.ch> Date: Mon, 28 Sep 2020 07:00:21 +0200 Subject: [PATCH] SSDM-10264: missing removals of proteomics modul references --- .../source/java/standard-technologies-applicationContext.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/openbis_standard_technologies/source/java/standard-technologies-applicationContext.xml b/openbis_standard_technologies/source/java/standard-technologies-applicationContext.xml index 181b7aa2614..dea1517507b 100644 --- a/openbis_standard_technologies/source/java/standard-technologies-applicationContext.xml +++ b/openbis_standard_technologies/source/java/standard-technologies-applicationContext.xml @@ -26,7 +26,6 @@ <property name="configLocation" value="classpath:applicationContext.xml" /> <property name="conditionalConfigLocations"> <list> - <value>${proteomics-application-context-required}:classpath:proteomics-plugin-applicationContext.xml</value> <value>${screening-application-context-required}:classpath:screening-plugin-applicationContext.xml</value> </list> </property> -- GitLab