diff --git a/Medifirst2000/pom.xml b/Medifirst2000/pom.xml
index a6105582..f4ef78c4 100644
--- a/Medifirst2000/pom.xml
+++ b/Medifirst2000/pom.xml
@@ -65,7 +65,7 @@
3.0.1
1.3
- 2.4
+ 2.15.1
10.0.1
2.0.5
diff --git a/jasamedika-bridging/pom.xml b/jasamedika-bridging/pom.xml
index e120ee41..b79077c1 100644
--- a/jasamedika-bridging/pom.xml
+++ b/jasamedika-bridging/pom.xml
@@ -115,7 +115,6 @@
commons-io
commons-io
${commons-io.version}
- runtime
diff --git a/jasamedika-bridging/src/main/java/com/jasamedika/medifirst2000/controller/BridgingEKlaimController.java b/jasamedika-bridging/src/main/java/com/jasamedika/medifirst2000/controller/BridgingEKlaimController.java
index a5cebcb6..28c897a1 100644
--- a/jasamedika-bridging/src/main/java/com/jasamedika/medifirst2000/controller/BridgingEKlaimController.java
+++ b/jasamedika-bridging/src/main/java/com/jasamedika/medifirst2000/controller/BridgingEKlaimController.java
@@ -1,12 +1,7 @@
package com.jasamedika.medifirst2000.controller;
-import java.io.BufferedInputStream;
-import java.io.IOException;
-import java.io.InputStream;
-import java.io.OutputStream;
-import java.net.HttpURLConnection;
-import java.util.ArrayList;
-
+import com.jasamedika.medifirst2000.vo.custom.BridgeEKlaimVO;
+import org.apache.commons.io.IOUtils;
import org.json.JSONException;
import org.json.JSONObject;
import org.springframework.http.MediaType;
@@ -15,7 +10,12 @@ import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.RestController;
-import com.jasamedika.medifirst2000.vo.custom.BridgeEKlaimVO;
+import java.io.BufferedInputStream;
+import java.io.IOException;
+import java.io.InputStream;
+import java.io.OutputStream;
+import java.net.HttpURLConnection;
+import java.util.ArrayList;
@RestController
@RequestMapping("/e-klaim")
@@ -37,7 +37,7 @@ public class BridgingEKlaimController {
os.close();
InputStream in = new BufferedInputStream(con.getInputStream());
- String result = org.apache.commons.io.IOUtils.toString(in, "UTF-8");
+ String result = IOUtils.toString(in, "UTF-8");
ArrayList ret = new ArrayList();
try {
@@ -137,7 +137,7 @@ public class BridgingEKlaimController {
os.close();
InputStream in = new BufferedInputStream(con.getInputStream());
- String result = org.apache.commons.io.IOUtils.toString(in, "UTF-8");
+ String result = IOUtils.toString(in, "UTF-8");
ArrayList ret = new ArrayList();
try {
diff --git a/jasamedika-cssd/pom.xml b/jasamedika-cssd/pom.xml
index 98742706..a85e5239 100644
--- a/jasamedika-cssd/pom.xml
+++ b/jasamedika-cssd/pom.xml
@@ -106,7 +106,6 @@
commons-io
commons-io
${commons-io.version}
- runtime
diff --git a/jasamedika-ipsrs/pom.xml b/jasamedika-ipsrs/pom.xml
index 71f909e2..cf3fd134 100644
--- a/jasamedika-ipsrs/pom.xml
+++ b/jasamedika-ipsrs/pom.xml
@@ -106,7 +106,6 @@
commons-io
commons-io
${commons-io.version}
- runtime
diff --git a/jasamedika-it/pom.xml b/jasamedika-it/pom.xml
index c31a333d..151085d9 100644
--- a/jasamedika-it/pom.xml
+++ b/jasamedika-it/pom.xml
@@ -106,7 +106,6 @@
commons-io
commons-io
${commons-io.version}
- runtime
diff --git a/jasamedika-k3kl/pom.xml b/jasamedika-k3kl/pom.xml
index 7f8131f1..9f8c20cb 100644
--- a/jasamedika-k3kl/pom.xml
+++ b/jasamedika-k3kl/pom.xml
@@ -106,7 +106,6 @@
commons-io
commons-io
${commons-io.version}
- runtime
diff --git a/jasamedika-laundry/pom.xml b/jasamedika-laundry/pom.xml
index 793e11e3..b6d42264 100644
--- a/jasamedika-laundry/pom.xml
+++ b/jasamedika-laundry/pom.xml
@@ -106,7 +106,6 @@
commons-io
commons-io
${commons-io.version}
- runtime
diff --git a/jasamedika-pelayanan/pom.xml b/jasamedika-pelayanan/pom.xml
index fcd502d9..8f0476ca 100644
--- a/jasamedika-pelayanan/pom.xml
+++ b/jasamedika-pelayanan/pom.xml
@@ -106,7 +106,6 @@
commons-io
commons-io
${commons-io.version}
- runtime
diff --git a/jasamedika-reporting/pom.xml b/jasamedika-reporting/pom.xml
index ec5066c3..ae8d4ab8 100644
--- a/jasamedika-reporting/pom.xml
+++ b/jasamedika-reporting/pom.xml
@@ -102,7 +102,6 @@
commons-io
commons-io
${commons-io.version}
- runtime
diff --git a/jasamedika-sdm/pom.xml b/jasamedika-sdm/pom.xml
index f680f516..99390876 100644
--- a/jasamedika-sdm/pom.xml
+++ b/jasamedika-sdm/pom.xml
@@ -106,7 +106,6 @@
commons-io
commons-io
${commons-io.version}
- runtime