We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 361619c commit 2b09ef2Copy full SHA for 2b09ef2
pom.xml
@@ -214,6 +214,16 @@ THE SOFTWARE.
214
<groupId>org.apache.commons</groupId>
215
<artifactId>commons-digester3</artifactId>
216
<version>3.2</version>
217
+ <exclusions>
218
+ <exclusion>
219
+ <groupId>asm</groupId>
220
+ <artifactId>asm</artifactId>
221
+ </exclusion>
222
223
+ <groupId>commons-beanutils</groupId>
224
+ <artifactId>commons-beanutils</artifactId>
225
226
+ </exclusions>
227
</dependency>
228
<dependency>
229
<groupId>org.jenkins-ci.plugins</groupId>
0 commit comments