Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Commit

Permalink
Merge pull request #714 from pulasthi7/release-m5
Browse files Browse the repository at this point in the history
Updating pom file with workflow components
  • Loading branch information
pulasthi7 committed Jul 30, 2015
2 parents a54e5a3 + d93c941 commit 0785376
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1691,6 +1691,44 @@
<version>${carbon.identity.version}</version>
<type>zip</type>
</dependency>

<dependency>
<groupId>org.wso2.carbon.identity</groupId>
<artifactId>org.wso2.carbon.identity.workflow.mgt</artifactId>
<version>${carbon.identity.version}</version>
</dependency>
<dependency>
<groupId>org.wso2.carbon.identity</groupId>
<artifactId>org.wso2.carbon.identity.workflow.mgt.impl</artifactId>
<version>${carbon.identity.version}</version>
</dependency>
<dependency>
<groupId>org.wso2.carbon.identity</groupId>
<artifactId>org.wso2.carbon.identity.workflow.mgt.ui</artifactId>
<version>${carbon.identity.version}</version>
</dependency>
<dependency>
<groupId>org.wso2.carbon.identity</groupId>
<artifactId>org.wso2.carbon.identity.workflow.mgt.bps.stub</artifactId>
<version>${carbon.identity.version}</version>
</dependency>
<dependency>
<groupId>org.wso2.carbon.identity</groupId>
<artifactId>org.wso2.carbon.identity.workflow.mgt.server.feature</artifactId>
<version>${carbon.identity.version}</version>
<type>zip</type>
</dependency>
<dependency>
<groupId>org.wso2.carbon.identity</groupId>
<artifactId>org.wso2.carbon.identity.workflow.mgt.ui.feature</artifactId>
<version>${carbon.identity.version}</version>
<type>zip</type>
</dependency>
<dependency>
<groupId>org.wso2.carbon.identity</groupId>
<artifactId>org.wso2.carbon.identity.workflow.mgt.stub</artifactId>
<version>${carbon.identity.version}</version>
</dependency>
<!--Feature Dependencies Ends-->

<dependency>
Expand Down

0 comments on commit 0785376

Please sign in to comment.