Skip to content

Commit

Permalink
Removed un-used dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
shashivish committed Sep 4, 2017
1 parent ee52080 commit 3d930bb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 31 deletions.
29 changes: 0 additions & 29 deletions plugins/service-monitor-activemq/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
<version>0.8.4-SNAPSHOT</version>
</parent>


<!-- <packaging>jar</packaging> <version>0.8.4-SNAPSHOT</version> -->


<properties>
<plugin.license.parentRelative>../../</plugin.license.parentRelative>
</properties>
Expand All @@ -37,31 +33,6 @@
<version>${project.version}</version>
</dependency>


<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<exclusions>
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.swagger</groupId>
<artifactId>swagger-jersey2-jaxrs</artifactId>
</dependency>

<dependency>
<groupId>com.thinkbiganalytics.kylo</groupId>
<artifactId>kylo-commons-rest-model</artifactId>
<version>${project.version}</version>
</dependency>




<!-- Define Activemq Dependency -->
<dependency>
<groupId>org.apache.activemq</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,7 @@ public ActivemqServiceStatusCheck(ConnectionFactory connectionFactory) {
@Override
public ServiceStatusResponse healthCheck() {


String serviceName = SERVICE_NAME;

return new DefaultServiceStatusResponse(serviceName, Arrays.asList(activemqStatus()));
}

Expand Down

0 comments on commit 3d930bb

Please sign in to comment.