提交 b55ace2b 编写于 作者: 梦境迷离's avatar 梦境迷离

add dependency in root build.gradle #34...

add dependency in root build.gradle #34 https://github.com/jxnu-liguobin/cs-summary-reflection/issues/34
上级 568cf66c
......@@ -54,7 +54,9 @@ subprojects {
* sbt有点慢,所以用了gradle,其他sbt项目不好继承进来,PS:降低编译速度
*/
dependencies {
//because some test write in src/main/java
compile group: 'junit', name: 'junit', version: '4.12'
compile group: 'org.hamcrest', name: 'hamcrest-core', version: '1.3'
compile group: 'org.scala-lang', name: 'scala-library', version: '2.12.8'
compile group: 'org.scala-lang', name: 'scala-reflect', version: '2.12.8'
compile group: 'com.diffplug.spotless', name: 'spotless-plugin-gradle', version: '4.5.0'
......
......@@ -7,5 +7,4 @@ dependencies {
compile group: 'org.ow2.asm', name: 'asm-all', version: '5.1'
compile group: 'com.alibaba', name: 'fastjson', version: '1.2.29'
compile group: 'io.reactivex.rxjava2', name: 'rxjava', version: '2.2.15'
testCompile group: 'org.hamcrest', name: 'hamcrest-core', version: '1.3'
}
\ No newline at end of file
......@@ -14,6 +14,4 @@ dependencies {
compile group: 'org.tpolecat', name: 'doobie-core_2.12', version: '0.7.0'
compile group: 'org.postgresql', name: 'postgresql', version: '42.2.5'
testCompile group: 'org.hamcrest', name: 'hamcrest-core', version: '1.3'
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册