Skip to content

Commit 2b09ef2

Browse files
authoredJun 11, 2021
[JENKINS-65862] exclude asm and common-beanutils from commons-digester3 (#257)
1 parent 361619c commit 2b09ef2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
 

‎pom.xml

+10
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,16 @@ THE SOFTWARE.
214214
<groupId>org.apache.commons</groupId>
215215
<artifactId>commons-digester3</artifactId>
216216
<version>3.2</version>
217+
<exclusions>
218+
<exclusion>
219+
<groupId>asm</groupId>
220+
<artifactId>asm</artifactId>
221+
</exclusion>
222+
<exclusion>
223+
<groupId>commons-beanutils</groupId>
224+
<artifactId>commons-beanutils</artifactId>
225+
</exclusion>
226+
</exclusions>
217227
</dependency>
218228
<dependency>
219229
<groupId>org.jenkins-ci.plugins</groupId>

0 commit comments

Comments
 (0)
Please sign in to comment.