added missing components for profile

This commit is contained in:
ayyoob 2017-01-11 13:08:36 +05:30
parent 9f366902b1
commit e6ce91885d
3 changed files with 18 additions and 4 deletions

View File

@ -47,12 +47,13 @@
This is will become part of the End Point Reference of the This is will become part of the End Point Reference of the
services deployed on this server instance. services deployed on this server instance.
--> -->
<!--<HostName>localhost</HostName>-->
<HostName>localhost</HostName>
<!-- <!--
Host name to be used for the Carbon management console Host name to be used for the Carbon management console
--> -->
<!--<MgtHostName>localhost</MgtHostName>--> <MgtHostName>localhost</MgtHostName>
<!-- <!--
The URL of the back end server. This is where the admin services are hosted and The URL of the back end server. This is where the admin services are hosted and

View File

@ -221,6 +221,9 @@
<featureArtifactDef> <featureArtifactDef>
org.wso2.carbon.apimgt:org.wso2.carbon.apimgt.gateway.feature:${carbon.api.mgt.version} org.wso2.carbon.apimgt:org.wso2.carbon.apimgt.gateway.feature:${carbon.api.mgt.version}
</featureArtifactDef> </featureArtifactDef>
<featureArtifactDef>
org.wso2.carbon.apimgt:org.wso2.carbon.apimgt.keymanager.feature:${carbon.api.mgt.version}
</featureArtifactDef>
<featureArtifactDef> <featureArtifactDef>
org.wso2.carbon.apimgt:org.wso2.carbon.forum.server.feature:${carbon.api.mgt.version} org.wso2.carbon.apimgt:org.wso2.carbon.forum.server.feature:${carbon.api.mgt.version}
</featureArtifactDef> </featureArtifactDef>
@ -1017,6 +1020,11 @@
<!-- End of Dashboard Features --> <!-- End of Dashboard Features -->
<!-- API Management Features --> <!-- API Management Features -->
<feature>
<id>org.wso2.carbon.apimgt.keymanager.feature.group</id>
<version>${carbon.api.mgt.version}</version>
</feature>
<feature> <feature>
<id>org.wso2.carbon.apimgt.core.feature.group</id> <id>org.wso2.carbon.apimgt.core.feature.group</id>
<version>${carbon.api.mgt.version}</version> <version>${carbon.api.mgt.version}</version>
@ -2003,6 +2011,11 @@
<id>org.wso2.carbon.core.common.feature.group</id> <id>org.wso2.carbon.core.common.feature.group</id>
<version>${carbon.kernel.version}</version> <version>${carbon.kernel.version}</version>
</feature> </feature>
<feature>
<id>org.wso2.carbon.um.ws.service.server.feature.group</id>
<version>${identity.user.ws.version}</version>
</feature>
<feature> <feature>
<id>org.wso2.carbon.identity.application.mgt.server.feature.group</id> <id>org.wso2.carbon.identity.application.mgt.server.feature.group</id>
<version>${carbon.identity.framework.version.iotcore}</version> <version>${carbon.identity.framework.version.iotcore}</version>

View File

@ -1507,9 +1507,9 @@
<identity.carbon.auth.saml2.version>5.1.3</identity.carbon.auth.saml2.version> <identity.carbon.auth.saml2.version>5.1.3</identity.carbon.auth.saml2.version>
<identity.carbon.auth.saml2.version.iotcore>5.1.6</identity.carbon.auth.saml2.version.iotcore> <identity.carbon.auth.saml2.version.iotcore>5.1.6</identity.carbon.auth.saml2.version.iotcore>
<identity.inbound.auth.oauth.version>5.1.2</identity.inbound.auth.oauth.version> <identity.inbound.auth.oauth.version>5.1.2</identity.inbound.auth.oauth.version>
<identity.inbound.auth.oauth.version.iotcore>5.3.1</identity.inbound.auth.oauth.version.iotcore> <identity.inbound.auth.oauth.version.iotcore>5.3.4</identity.inbound.auth.oauth.version.iotcore>
<identity.carbon.auth.mutual.ssl.version>5.1.1</identity.carbon.auth.mutual.ssl.version> <identity.carbon.auth.mutual.ssl.version>5.1.1</identity.carbon.auth.mutual.ssl.version>
<identity.user.ws.version>5.1.3</identity.user.ws.version> <identity.user.ws.version>5.1.4</identity.user.ws.version>
<identity.outbound.auth.requestpath.basicauth.version>5.1.1</identity.outbound.auth.requestpath.basicauth.version> <identity.outbound.auth.requestpath.basicauth.version>5.1.1</identity.outbound.auth.requestpath.basicauth.version>
<identity.outbound.auth.requestpath.oauth.version>5.1.1</identity.outbound.auth.requestpath.oauth.version> <identity.outbound.auth.requestpath.oauth.version>5.1.1</identity.outbound.auth.requestpath.oauth.version>
<identity.outbound.auth.samlsso.version>5.1.4</identity.outbound.auth.samlsso.version> <identity.outbound.auth.samlsso.version>5.1.4</identity.outbound.auth.samlsso.version>