diff options
Diffstat (limited to 'src/main/java/dev/dnpm/oshelper/config')
| -rw-r--r-- | src/main/java/dev/dnpm/oshelper/config/PluginConfiguration.java | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/main/java/dev/dnpm/oshelper/config/PluginConfiguration.java b/src/main/java/dev/dnpm/oshelper/config/PluginConfiguration.java index f52fa29..bb6619f 100644 --- a/src/main/java/dev/dnpm/oshelper/config/PluginConfiguration.java +++ b/src/main/java/dev/dnpm/oshelper/config/PluginConfiguration.java @@ -19,6 +19,7 @@ package dev.dnpm.oshelper.config; +import de.itc.onkostar.api.IOnkostarApi; import dev.dnpm.oshelper.atc.services.AgentCodeService; import dev.dnpm.oshelper.atc.services.CsvAgentCodeService; import dev.dnpm.oshelper.atc.services.OnkostarAgentCodeService; @@ -27,14 +28,11 @@ import dev.dnpm.oshelper.services.*; import dev.dnpm.oshelper.services.consent.ConsentManagerServiceFactory; import dev.dnpm.oshelper.services.molekulargenetik.MolekulargenetikFormService; import dev.dnpm.oshelper.services.molekulargenetik.OsMolekulargenetikFormService; -import dev.dnpm.oshelper.services.mtb.DefaultMtbService; -import dev.dnpm.oshelper.services.mtb.MtbService; import dev.dnpm.oshelper.services.strahlentherapie.DefaultStrahlentherapieService; import dev.dnpm.oshelper.services.strahlentherapie.StrahlentherapieService; import dev.dnpm.oshelper.services.systemtherapie.DefaultSystemtherapieService; import dev.dnpm.oshelper.services.systemtherapie.SystemtherapieService; import dev.dnpm.oshelper.services.therapieplan.TherapieplanServiceFactory; -import de.itc.onkostar.api.IOnkostarApi; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.ComponentScan; import org.springframework.context.annotation.Configuration; @@ -68,11 +66,6 @@ public class PluginConfiguration { } @Bean - public MtbService mtbService(final IOnkostarApi onkostarApi) { - return new DefaultMtbService(onkostarApi); - } - - @Bean public SystemtherapieService systemtherapieService( final IOnkostarApi onkostarApi, final SettingsService settingsService |
