diff --git a/modules/distribution/src/analytics/bin/wso2server.sh b/modules/distribution/src/analytics/bin/wso2server.sh
index ee921c11..e0a938c1 100755
--- a/modules/distribution/src/analytics/bin/wso2server.sh
+++ b/modules/distribution/src/analytics/bin/wso2server.sh
@@ -357,6 +357,12 @@ do
-Dfile.encoding=UTF8 \
-Djava.net.preferIPv4Stack=true \
-Dcom.ibm.cacheLocalHost=true \
+ -Dmqtt.broker.host="localhost" \
+ -Dmqtt.broker.port="1886" \
+ -Diot.keymanager.host="localhost" \
+ -Diot.keymanager.https.port="9443" \
+ -Diot.gateway.host="localhost" \
+ -Diot.gateway.https.port="8243" \
-DworkerNode=false \
-Dorg.apache.cxf.io.CachedOutputStream.Threshold=104857600 \
-Dcarbon.das.c5.enabled="true" \
diff --git a/modules/distribution/src/assembly/bin.xml b/modules/distribution/src/assembly/bin.xml
index 8cf318e8..acb36603 100755
--- a/modules/distribution/src/assembly/bin.xml
+++ b/modules/distribution/src/assembly/bin.xml
@@ -606,6 +606,9 @@
**/.settings
features/**
**/org.wso2.carbon.feature.mgt.ui*
+ **/lib
+ **/json_2.0.0.wso2v1.jar
+ **/nimbus-jose-jwt_2.26.1.wso2v2.jar
@@ -811,6 +814,9 @@
**/.settings
features/**
**/org.wso2.carbon.feature.mgt.ui*
+ **/lib
+ **/json_2.0.0.wso2v1.jar
+ **/nimbus-jose-jwt_2.26.1.wso2v2.jar
diff --git a/modules/distribution/src/assembly/filter.properties b/modules/distribution/src/assembly/filter.properties
index 41ed4b3b..96928997 100644
--- a/modules/distribution/src/assembly/filter.properties
+++ b/modules/distribution/src/assembly/filter.properties
@@ -22,4 +22,8 @@ product.version=3.1.0
carbon.version=4.4.14
default.server.role=IoTServer
+cep.server.role=ComplexEventProcessor
+das.server.role=DataAnalyticsServer
+cdmf.platform.role=CDMFPlatform
+geodashboard.role=GeoDashboard
bundle.creators=org.wso2.carbon.mediator.bridge.MediatorBundleCreator
diff --git a/pom.xml b/pom.xml
index 3c21476e..692d9acb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1557,7 +1557,7 @@
5.1.5
1.3.3
- 1.3.0
+ 1.3.5
${product.iot.version}
3.1.0
3.1.0