Skip to content

Instantly share code, notes, and snippets.

@vivek
Last active August 25, 2017 02:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vivek/fa4fbce508e02fa3cc35c949c35d0413 to your computer and use it in GitHub Desktop.
Save vivek/fa4fbce508e02fa3cc35c949c35d0413 to your computer and use it in GitHub Desktop.
diff --git a/pom.xml b/pom.xml
index f6fb2b4b4..c79157448 100644
--- a/pom.xml
+++ b/pom.xml
@@ -511,6 +511,12 @@
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>metrics</artifactId>
<version>3.1.2.10</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.jenkins-ci.plugins</groupId>
+ <artifactId>jackson2-api</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment