Skip to content

Commit

Permalink
Merging changes suggested in the code review
Browse files Browse the repository at this point in the history
  • Loading branch information
thanujalk committed Apr 27, 2015
1 parent 35de1b4 commit 4c61b0d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1826,23 +1826,23 @@
</dependency>
<dependency>
<groupId>org.wso2.carbon.identity</groupId>
<artifactId>org.wso2.carbon.identity.user.account.connector</artifactId>
<artifactId>org.wso2.carbon.identity.user.account.association</artifactId>
<version>${carbon.identity.version}</version>
</dependency>
<dependency>
<groupId>org.wso2.carbon.identity</groupId>
<artifactId>org.wso2.carbon.identity.user.account.connector.stub</artifactId>
<artifactId>org.wso2.carbon.identity.user.account.association.stub</artifactId>
<version>${carbon.identity.version}</version>
</dependency>
<dependency>
<groupId>org.wso2.carbon.identity</groupId>
<artifactId>org.wso2.carbon.identity.user.account.connector.server.feature</artifactId>
<artifactId>org.wso2.carbon.identity.user.account.association.server.feature</artifactId>
<version>${carbon.identity.version}</version>
<type>zip</type>
</dependency>
<dependency>
<groupId>org.wso2.carbon.identity</groupId>
<artifactId>org.wso2.carbon.identity.user.account.connector.ui.feature</artifactId>
<artifactId>org.wso2.carbon.identity.user.account.association.ui.feature</artifactId>
<version>${carbon.identity.version}</version>
<type>zip</type>
</dependency>
Expand Down

0 comments on commit 4c61b0d

Please sign in to comment.