dozer强依赖, 改为provided

pull/790/head
yanrongzhen 3 years ago
parent dcbf99a670
commit dca7377b3f

@ -65,12 +65,11 @@
<dependency>
<groupId>com.github.dozermapper</groupId>
<artifactId>dozer-core</artifactId>
<exclusions>
<exclusion>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
</project>

Loading…
Cancel
Save