remove conflict dependency

This commit is contained in:
leon.li 2016-09-01 11:52:50 +08:00
parent 98ffc156f4
commit 5111683377
2 changed files with 6 additions and 1 deletions

View file

@ -68,6 +68,12 @@
<dependency>
<groupId>org.unidal.framework</groupId>
<artifactId>foundation-service</artifactId>
<exclusions>
<exclusion>
<artifactId>google-collections</artifactId>
<groupId>com.google.collections</groupId>
</exclusion>
</exclusions>
</dependency>
<!-- 日志系统 -->

View file

@ -93,7 +93,6 @@
<groupId>org.unidal.framework</groupId>
<artifactId>foundation-service</artifactId>
<version>2.0.3</version>
<scope>provided</scope>
</dependency>
<!-- java ee dependency -->