瀏覽代碼

add collections4 dependency

tags/2.0.1
Jonathan Cobb 3 年之前
父節點
當前提交
5d21e7d14f
共有 1 個檔案被更改,包括 5 行新增6 行删除
  1. +5
    -6
      pom.xml

+ 5
- 6
pom.xml 查看文件

@@ -126,12 +126,11 @@ 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>
<groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId>
<version>${commons-collections4.version}</version>
</dependency>

<dependency>


Loading…
取消
儲存