Skip to content

Commit

Permalink
Code changes to
Browse files Browse the repository at this point in the history
1. Re-writing the extension using latest spec
2. Made config of MBeans simple

Updating pom.
  • Loading branch information
satish-m committed Nov 10, 2016
1 parent 81add15 commit 5161b97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.appdynamics.extensions</groupId>
<artifactId>kafka-monitoring-extension</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<packaging>jar</packaging>
<name>kafka-monitoring-extension</name>
<url>http://maven.apache.org</url>
Expand Down Expand Up @@ -50,6 +50,7 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.7.21</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
Expand Down

0 comments on commit 5161b97

Please sign in to comment.