diff --git a/components/extensions/remote-session-extension/org.wso2.carbon.device.mgt.extensions.remote.session.endpoint/pom.xml b/components/extensions/remote-session-extension/org.wso2.carbon.device.mgt.extensions.remote.session.endpoint/pom.xml
index 8fa13a6fd..5f8ce1289 100644
--- a/components/extensions/remote-session-extension/org.wso2.carbon.device.mgt.extensions.remote.session.endpoint/pom.xml
+++ b/components/extensions/remote-session-extension/org.wso2.carbon.device.mgt.extensions.remote.session.endpoint/pom.xml
@@ -23,7 +23,7 @@
org.wso2.carbon.devicemgt-plugins
remote-session-extension
- 4.0.87-SNAPSHOT
+ 4.0.88-SNAPSHOT
../pom.xml
diff --git a/components/extensions/remote-session-extension/org.wso2.carbon.device.mgt.extensions.remote.session/pom.xml b/components/extensions/remote-session-extension/org.wso2.carbon.device.mgt.extensions.remote.session/pom.xml
index 69224227b..002a33592 100644
--- a/components/extensions/remote-session-extension/org.wso2.carbon.device.mgt.extensions.remote.session/pom.xml
+++ b/components/extensions/remote-session-extension/org.wso2.carbon.device.mgt.extensions.remote.session/pom.xml
@@ -22,7 +22,7 @@
org.wso2.carbon.devicemgt-plugins
remote-session-extension
- 4.0.87-SNAPSHOT
+ 4.0.88-SNAPSHOT
../pom.xml
@@ -66,26 +66,10 @@
commons-pool.wso2
commons-pool
-
- io.github.openfeign
- feign-core
-
-
- io.github.openfeign
- feign-jaxrs
-
-
- io.github.openfeign
- feign-gson
-
javax.ws.rs
jsr311-api
-
- io.github.openfeign
- feign-slf4j
-
org.wso2.carbon.devicemgt
org.wso2.carbon.device.mgt.core
@@ -94,6 +78,16 @@
org.json.wso2
json
+
@@ -122,6 +116,18 @@
+
diff --git a/components/extensions/remote-session-extension/org.wso2.carbon.device.mgt.extensions.remote.session/src/main/java/org/wso2/carbon/device/mgt/extensions/remote.session/RemoteSessionManagementServiceImpl.java b/components/extensions/remote-session-extension/org.wso2.carbon.device.mgt.extensions.remote.session/src/main/java/org/wso2/carbon/device/mgt/extensions/remote.session/RemoteSessionManagementServiceImpl.java
index 4ddb89ac0..bf5182c0f 100644
--- a/components/extensions/remote-session-extension/org.wso2.carbon.device.mgt.extensions.remote.session/src/main/java/org/wso2/carbon/device/mgt/extensions/remote.session/RemoteSessionManagementServiceImpl.java
+++ b/components/extensions/remote-session-extension/org.wso2.carbon.device.mgt.extensions.remote.session/src/main/java/org/wso2/carbon/device/mgt/extensions/remote.session/RemoteSessionManagementServiceImpl.java
@@ -188,7 +188,6 @@ public class RemoteSessionManagementServiceImpl implements RemoteSessionManageme
@Override
public void endSession(Session session, String closeReason) {
- log.info("Closing session: " + session.getId() + " due to:" + closeReason);
RemoteSession remoteSession = RemoteSessionManagementDataHolder.getInstance().getSessionMap().remove(session
.getId());
if (remoteSession != null) {
diff --git a/components/extensions/remote-session-extension/pom.xml b/components/extensions/remote-session-extension/pom.xml
index 61d3b27c1..3bc4c2ca2 100644
--- a/components/extensions/remote-session-extension/pom.xml
+++ b/components/extensions/remote-session-extension/pom.xml
@@ -22,7 +22,7 @@
org.wso2.carbon.devicemgt-plugins
extensions
- 4.0.87-SNAPSHOT
+ 4.0.88-SNAPSHOT
../pom.xml
diff --git a/features/extensions-feature/org.wso2.carbon.device.mgt.remote.session.feature/pom.xml b/features/extensions-feature/org.wso2.carbon.device.mgt.remote.session.feature/pom.xml
index ca657b908..dd8489101 100644
--- a/features/extensions-feature/org.wso2.carbon.device.mgt.remote.session.feature/pom.xml
+++ b/features/extensions-feature/org.wso2.carbon.device.mgt.remote.session.feature/pom.xml
@@ -21,14 +21,14 @@
org.wso2.carbon.devicemgt-plugins
extensions-feature
- 4.0.87-SNAPSHOT
+ 4.0.88-SNAPSHOT
../pom.xml
4.0.0
org.wso2.carbon.device.mgt.remote.session.feature
pom
- 4.0.87-SNAPSHOT
+ 4.0.88-SNAPSHOT
WSO2 Carbon - Remote Session Manager
http://wso2.org
This feature contains the core bundles required iot Remote Sessions