diff --git a/modules/distribution/src/repository/conf/datasources/cdm-datasources.xml b/modules/distribution/src/repository/conf/datasources/cdm-datasources.xml index 646f9df4..87dbf428 100755 --- a/modules/distribution/src/repository/conf/datasources/cdm-datasources.xml +++ b/modules/distribution/src/repository/conf/datasources/cdm-datasources.xml @@ -1,4 +1,4 @@ - + org.wso2.carbon.ndatasource.rdbms.RDBMSDataSourceReader @@ -16,7 +16,6 @@ wso2carbon wso2carbon org.h2.Driver - true 50 60000 true diff --git a/modules/p2-profile-gen/pom.xml b/modules/p2-profile-gen/pom.xml index dec9c823..803c0d0b 100644 --- a/modules/p2-profile-gen/pom.xml +++ b/modules/p2-profile-gen/pom.xml @@ -108,6 +108,9 @@ org.wso2.carbon.devicemgt:org.wso2.carbon.device.mgt.server.feature:${carbon.device.mgt.version} + + org.wso2.carbon.devicemgt:org.wso2.carbon.device.mgt.group.server.feature:${carbon.device.mgt.version} + org.wso2.carbon.devicemgt:org.wso2.carbon.policy.mgt.server.feature:${carbon.device.mgt.version} @@ -339,6 +342,10 @@ org.wso2.carbon.device.mgt.user.server.feature.group ${carbon.device.mgt.version} + + org.wso2.carbon.device.mgt.group.server.feature.group + ${carbon.device.mgt.version} + org.wso2.carbon.webapp.authenticator.framework.server.feature.group ${carbon.device.mgt.version} diff --git a/pom.xml b/pom.xml index f0729c8a..8bb9de0c 100644 --- a/pom.xml +++ b/pom.xml @@ -331,6 +331,16 @@ org.wso2.carbon.device.mgt.common ${carbon.device.mgt.version} + + org.wso2.carbon.devicemgt + org.wso2.carbon.device.mgt.group.core + ${carbon.device.mgt.version} + + + org.wso2.carbon.devicemgt + org.wso2.carbon.device.mgt.group.common + ${carbon.device.mgt.version} + org.wso2.carbon.devicemgt org.wso2.carbon.policy.mgt.common