From 7aba967ccc4b5644114f2c23b1424e4d1e50696d Mon Sep 17 00:00:00 2001 From: tbindu Date: Tue, 12 Jun 2018 13:26:29 +0530 Subject: [PATCH] Bindu | BAH-313 | Changed bedmanagement module version from 5.6-SNAPSHOT to 5.7.0 --- bahmnicore-omod/pom.xml | 2 +- .../web/v1_0/controller/BahmniDischargeController.java | 2 +- .../web/v1_0/controller/BahmniDischargeControllerTest.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bahmnicore-omod/pom.xml b/bahmnicore-omod/pom.xml index 2069194cb3..fca99c6643 100644 --- a/bahmnicore-omod/pom.xml +++ b/bahmnicore-omod/pom.xml @@ -19,7 +19,7 @@ ${basedir}/.rubygems ${basedir}/.rubygems 3.3.1 - 5.6-SNAPSHOT + 5.7.0 diff --git a/bahmnicore-omod/src/main/java/org/bahmni/module/bahmnicore/web/v1_0/controller/BahmniDischargeController.java b/bahmnicore-omod/src/main/java/org/bahmni/module/bahmnicore/web/v1_0/controller/BahmniDischargeController.java index 84e3b11259..91180a302b 100644 --- a/bahmnicore-omod/src/main/java/org/bahmni/module/bahmnicore/web/v1_0/controller/BahmniDischargeController.java +++ b/bahmnicore-omod/src/main/java/org/bahmni/module/bahmnicore/web/v1_0/controller/BahmniDischargeController.java @@ -4,7 +4,7 @@ import org.openmrs.api.context.Context; import org.openmrs.module.bahmniemrapi.encountertransaction.contract.BahmniEncounterTransaction; import org.openmrs.module.bahmniemrapi.encountertransaction.service.BahmniEncounterTransactionService; -import org.openmrs.module.bedmanagement.BedManagementService; +import org.openmrs.module.bedmanagement.service.BedManagementService; import org.openmrs.module.webservices.rest.web.RestConstants; import org.openmrs.module.webservices.rest.web.v1_0.controller.BaseRestController; import org.springframework.beans.factory.annotation.Autowired; diff --git a/bahmnicore-omod/src/test/java/org/bahmni/module/bahmnicore/web/v1_0/controller/BahmniDischargeControllerTest.java b/bahmnicore-omod/src/test/java/org/bahmni/module/bahmnicore/web/v1_0/controller/BahmniDischargeControllerTest.java index 4f8517263c..d820dff4f7 100644 --- a/bahmnicore-omod/src/test/java/org/bahmni/module/bahmnicore/web/v1_0/controller/BahmniDischargeControllerTest.java +++ b/bahmnicore-omod/src/test/java/org/bahmni/module/bahmnicore/web/v1_0/controller/BahmniDischargeControllerTest.java @@ -11,7 +11,7 @@ import org.openmrs.api.context.Context; import org.openmrs.module.bahmniemrapi.encountertransaction.contract.BahmniEncounterTransaction; import org.openmrs.module.bahmniemrapi.encountertransaction.service.BahmniEncounterTransactionService; -import org.openmrs.module.bedmanagement.BedManagementService; +import org.openmrs.module.bedmanagement.service.BedManagementService; import org.powermock.api.mockito.PowerMockito; import org.powermock.core.classloader.annotations.PrepareForTest; import org.powermock.modules.junit4.PowerMockRunner;