2012-01-03 62 views
0

试图排除一些春天的依赖,使用以下打排除依赖

require: 
    - play 
    - com.openadex.jupiter -> jupiter.protocol 0.1.0-SNAPSHOT: 
      exclude: 
       org.springframework -> spring-core 3.1.0.RELEASE 

但奔跑嬉戏DEPS --sync

回答

3

你可以试试下面这个时候剧照下载弹簧核心:

require: 
    - play 
    - com.openadex.jupiter -> jupiter.protocol 0.1.0-SNAPSHOT: 
      exclude: 
       - org.springframework -> spring-core 3.1.0.RELEASE 

注意最后一行前的' - '。