Partial commit of migration

This commit is contained in:
mharindu 2016-09-05 16:39:13 +05:30
parent 0d3cd0c9e1
commit 2b3967fd71
2 changed files with 10 additions and 5 deletions

View File

@ -58,7 +58,7 @@
javax.xml.bind.*, javax.xml.bind.*,
javax.naming, javax.naming,
javax.sql, javax.sql,
javax.xml.parsers, javax.xml.parsers; version=0.0.0,
org.w3c.dom, org.w3c.dom,
org.wso2.carbon.context, org.wso2.carbon.context,
org.wso2.carbon.utils.*, org.wso2.carbon.utils.*,

13
pom.xml
View File

@ -623,10 +623,10 @@
<groupId>org.wso2.carbon</groupId> <groupId>org.wso2.carbon</groupId>
<artifactId>org.wso2.carbon.identity.oauth</artifactId> <artifactId>org.wso2.carbon.identity.oauth</artifactId>
</exclusion> </exclusion>
<exclusion> <!--<exclusion>-->
<groupId>org.wso2.carbon</groupId> <!--<groupId>org.wso2.carbon</groupId>-->
<artifactId>org.wso2.carbon.apimgt.keymgt.client</artifactId> <!--<artifactId>org.wso2.carbon.apimgt.keymgt.client</artifactId>-->
</exclusion> <!--</exclusion>-->
<exclusion> <exclusion>
<groupId>org.apache.poi</groupId> <groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId> <artifactId>poi-ooxml</artifactId>
@ -1077,6 +1077,11 @@
<artifactId>hibernate-validator</artifactId> <artifactId>hibernate-validator</artifactId>
<version>${hibernate-validator.version}</version> <version>${hibernate-validator.version}</version>
</dependency> </dependency>
<dependency>
<groupId>org.wso2.carbon.apimgt</groupId>
<artifactId>org.wso2.carbon.apimgt.keymgt.client</artifactId>
<version>${carbon.api.mgt.version}</version>
</dependency>
</dependencies> </dependencies>
</dependencyManagement> </dependencyManagement>