Skip to content

Commit

Permalink
Merge pull request #967 from mohanvive/master
Browse files Browse the repository at this point in the history
Add Health Check API related features to distribution
  • Loading branch information
lasanthaS authored Apr 9, 2019
2 parents d85a54d + 0b18cfc commit 23cbcef
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 2 deletions.
32 changes: 31 additions & 1 deletion modules/distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -157,13 +157,19 @@
<artifactId>org.wso2.carbon.event.simulator.core.feature</artifactId>
<type>zip</type>
</dependency>

<dependency>
<groupId>org.wso2.carbon.analytics</groupId>
<artifactId>org.wso2.carbon.siddhi.store.api.rest.feature</artifactId>
<type>zip</type>
</dependency>

<!-- Health Check API related -->
<dependency>
<groupId>org.wso2.carbon.analytics</groupId>
<artifactId>org.wso2.carbon.health.check.core.feature</artifactId>
<type>zip</type>
</dependency>

<!--Business Rules-->
<dependency>
<groupId>org.wso2.carbon.analytics</groupId>
Expand Down Expand Up @@ -944,6 +950,12 @@
<version>${carbon.analytics.version}</version>
</feature>

<!-- Health Check API feature -->
<feature>
<id>org.wso2.carbon.health.check.core.feature</id>
<version>${carbon.analytics.version}</version>
</feature>

<!-- Distributed Resource/Manager features -->
<feature>
<id>org.wso2.carbon.sp.jobmanager.core.feature</id>
Expand Down Expand Up @@ -1267,6 +1279,12 @@
<version>${carbon.analytics.version}</version>
</feature>

<!-- Health Check API feature -->
<feature>
<id>org.wso2.carbon.health.check.core.feature</id>
<version>${carbon.analytics.version}</version>
</feature>

<!-- Authentication feature -->
<feature>
<id>org.wso2.carbon.analytics.msf4j.interceptor.common.feature</id>
Expand Down Expand Up @@ -1403,6 +1421,12 @@
<version>${carbon.analytics.version}</version>
</feature>

<!-- Health Check API feature -->
<feature>
<id>org.wso2.carbon.health.check.core.feature</id>
<version>${carbon.analytics.version}</version>
</feature>

<!-- Metrics Features -->
<feature>
<id>org.wso2.carbon.metrics.core.feature.group</id>
Expand Down Expand Up @@ -1808,6 +1832,12 @@
<version>${carbon.analytics.version}</version>
</feature>

<!-- Health Check API feature -->
<feature>
<id>org.wso2.carbon.health.check.core.feature</id>
<version>${carbon.analytics.version}</version>
</feature>

<!-- Data Provider feature -->
<feature>
<id>org.wso2.carbon.data.provider.feature.group</id>
Expand Down
10 changes: 9 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,14 @@
<type>zip</type>
</dependency>

<!-- Health Check API related -->
<dependency>
<groupId>org.wso2.carbon.analytics</groupId>
<artifactId>org.wso2.carbon.health.check.core.feature</artifactId>
<version>${carbon.analytics.version}</version>
<type>zip</type>
</dependency>

<!-- Siddhi Editor related -->
<dependency>
<groupId>org.wso2.carbon.analytics</groupId>
Expand Down Expand Up @@ -1316,7 +1324,7 @@
</build>
<properties>

<carbon.analytics.version>2.0.506</carbon.analytics.version>
<carbon.analytics.version>2.0.511</carbon.analytics.version>
<siddhi.version>4.5.0</siddhi.version>

<carbon.analytics-common.version>6.1.4</carbon.analytics-common.version>
Expand Down

0 comments on commit 23cbcef

Please sign in to comment.