소스 검색

because ehcache use some range version...

Signed-off-by: Olivier Lamy <olamy@apache.org>
master-jenkinsfile-it-test
Olivier Lamy 1 년 전
부모
커밋
d1105c13e1
1개의 변경된 파일5개의 추가작업 그리고 6개의 파일을 삭제
  1. 5
    6
      pom.xml

+ 5
- 6
pom.xml 파일 보기

@@ -984,11 +984,6 @@
<version>${modelmapper.version}</version>
</dependency>

<dependency>
<groupId>org.ehcache</groupId>
<artifactId>ehcache</artifactId>
<version>${ehcache.version}</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
@@ -1713,7 +1708,7 @@
</dependency>

<dependency>
<groupId>net.sf.ehcache</groupId>
<groupId>org.ehcache</groupId>
<artifactId>ehcache</artifactId>
<version>${ehcache.version}</version>
<exclusions>
@@ -1721,6 +1716,10 @@
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
<exclusion>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>

Loading…
취소
저장