소스 검색

try excluding commons-collections from beanutils

tags/2.0.1
Jonathan Cobb 4 년 전
부모
커밋
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>


불러오는 중...
취소
저장