瀏覽代碼

try excluding commons-collections from beanutils

tags/2.0.1
Jonathan Cobb 3 年之前
父節點
當前提交
a449fdacc3
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. +6
    -0
      pom.xml

+ 6
- 0
pom.xml 查看文件

@@ -126,6 +126,12 @@ cobbzilla-utils is available under the Apache License, version 2: http://www.apa
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<version>${commons-beanutils.version}</version>
<exclusions>
<exclusion>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>


Loading…
取消
儲存