dozer强依赖, 改为provided

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

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

Loading…
Cancel
Save