Skip to content

Commit

Permalink
Merge pull request #161 from pulasthi7/workflow-support
Browse files Browse the repository at this point in the history
Workflow support
  • Loading branch information
pulasthi7 committed Jul 30, 2015
2 parents 8e15ba7 + 1bceee7 commit d8de699
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modules/p2-profile-gen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,9 @@
<feaureArtifactDef>
org.wso2.carbon.dashboards:org.wso2.carbon.dashboards.shindig.feature:${carbon.dashboards.version}
</feaureArtifactDef>

<!-- Workflow mgt Feature -->
<featureArtifactDef>org.wso2.carbon.identity:org.wso2.carbon.identity.workflow.mgt.feature:${carbon.identity.version}</featureArtifactDef>
</featureArtifacts>
</configuration>
</execution>
Expand Down Expand Up @@ -519,6 +522,10 @@
<id>org.wso2.carbon.identity.user.account.association.feature.group</id>
<version>${carbon.identity.version}</version>
</feature>
<feature>
<id>org.wso2.carbon.identity.workflow.mgt.feature.group</id>
<version>${carbon.identity.version}</version>
</feature>
<feature>
<id>org.wso2.ciphertool.feature.group</id>
<version>${cipher-tool.version}</version>
Expand Down

0 comments on commit d8de699

Please sign in to comment.