0
試圖排除一些春天的依賴,使用以下打排除依賴
require:
- play
- com.openadex.jupiter -> jupiter.protocol 0.1.0-SNAPSHOT:
exclude:
org.springframework -> spring-core 3.1.0.RELEASE
但奔跑嬉戲DEPS --sync
試圖排除一些春天的依賴,使用以下打排除依賴
require:
- play
- com.openadex.jupiter -> jupiter.protocol 0.1.0-SNAPSHOT:
exclude:
org.springframework -> spring-core 3.1.0.RELEASE
但奔跑嬉戲DEPS --sync
你可以試試下面這個時候劇照下載彈簧核心:
require:
- play
- com.openadex.jupiter -> jupiter.protocol 0.1.0-SNAPSHOT:
exclude:
- org.springframework -> spring-core 3.1.0.RELEASE
注意最後一行前的' - '。