|
@@ -124,6 +124,28 @@ limitations under the License.
|
|
|
<groupId>org.apache.kafka</groupId>
|
|
|
<artifactId>kafka_2.10</artifactId>
|
|
|
<version>0.8.1.1</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>com.sun.jdmk</groupId>
|
|
|
+ <artifactId>jmxtools</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>com.sun.jmx</groupId>
|
|
|
+ <artifactId>jmxri</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>javax.mail</groupId>
|
|
|
+ <artifactId>mail</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>javax.jms</groupId>
|
|
|
+ <artifactId>jmx</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>javax.jms</groupId>
|
|
|
+ <artifactId>jms</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.yammer.metrics</groupId>
|