Skip to content

Commit 275a5ba

Browse files
Remove xboot component
1 parent 0d74599 commit 275a5ba

File tree

3 files changed

+0
-10
lines changed

3 files changed

+0
-10
lines changed

core/org.wso2.carbon.registry.core/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -436,10 +436,6 @@
436436
</exclusion>
437437
</exclusions>
438438
</dependency>
439-
<dependency>
440-
<groupId>org.wso2.carbon</groupId>
441-
<artifactId>org.wso2.carbon.registry.xboot</artifactId>
442-
</dependency>
443439
<dependency>
444440
<groupId>org.wso2.securevault</groupId>
445441
<artifactId>org.wso2.securevault</artifactId>

core/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@
113113
<module>org.wso2.carbon.registry.api</module>
114114
<module>org.wso2.carbon.user.api</module>
115115
<module>org.wso2.carbon.osgi.security</module>
116-
<!-- <module>org.wso2.carbon.registry.xboot</module>-->
117116
<module>org.wso2.carbon.queuing</module>
118117
<module>org.wso2.carbon.utils</module>
119118
<module>org.wso2.carbon.securevault</module>

parent/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1572,11 +1572,6 @@
15721572
<artifactId>org.wso2.carbon.ndatasource.rdbms</artifactId>
15731573
<version>${carbon.kernel.version}</version>
15741574
</dependency>
1575-
<dependency>
1576-
<groupId>org.wso2.carbon</groupId>
1577-
<artifactId>org.wso2.carbon.registry.xboot</artifactId>
1578-
<version>${carbon.kernel.version}</version>
1579-
</dependency>
15801575
<dependency>
15811576
<groupId>org.wso2.carbon</groupId>
15821577
<artifactId>javax.cache.wso2</artifactId>

0 commit comments

Comments
 (0)