Skip to content
This repository has been archived by the owner on Apr 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #142 from JKAUSHALYA/cache-implementation
Browse files Browse the repository at this point in the history
Added the import feature tag for the carbon messaging and carbon caching.
  • Loading branch information
omindu authored Jun 10, 2016
2 parents 674f199 + 9c9f545 commit e3d3c4d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
11 changes: 10 additions & 1 deletion feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@
<goal>generate</goal>
</goals>
<configuration>

<propertyFile>etc/feature.properties</propertyFile>
<adviceFileContents>
<advice>
Expand All @@ -124,6 +123,16 @@
<version>${json.smart.version}</version>
</bundle>
</bundles>
<importFeatures>
<feature>
<id>org.wso2.carbon.messaging.feature</id>
<version>${org.wso2.carbon.messaging.version}</version>
</feature>
<feature>
<id>org.wso2.carbon.caching.feature</id>
<version>${org.wso2.carbon.caching.version}</version>
</feature>
</importFeatures>
</configuration>
</execution>
</executions>
Expand Down
6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,6 @@
<artifactId>snakeyaml</artifactId>
<version>${org.snakeyaml.version}</version>
</dependency>
<dependency>
<groupId>org.wso2.orbit.org.opensaml</groupId>
<artifactId>opensaml</artifactId>
<version>${opensaml.version}</version>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
Expand Down Expand Up @@ -306,7 +301,6 @@
<carbon.core.version>5.1.0</carbon.core.version>
<carbon.osgi.test.util.version>5.1.0</carbon.osgi.test.util.version>
<msf4j.version>1.0.0</msf4j.version>
<opensaml.version>2.6.4.wso2v1</opensaml.version>
<commons.dbcp.version>1.4</commons.dbcp.version>
<org.wso2.carbon.messaging.version>1.0.3</org.wso2.carbon.messaging.version>
<org.wso2.carbon.caching.version>1.0.0</org.wso2.carbon.caching.version>
Expand Down

0 comments on commit e3d3c4d

Please sign in to comment.