File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -39,8 +39,7 @@ List alibaba = [
39
39
40
40
// In this section you declare the dependencies for your production and test code
41
41
dependencies {
42
- compile logger,spring
43
- compile alibaba
42
+ compile logger,spring,alibaba
44
43
compile ' org.apache.commons:commons-lang3:3.1'
45
44
compile ' com.fasterxml.jackson.core:jackson-databind:2.11.0'
46
45
compile ' io.netty:netty-all:4.1.50.Final'
Original file line number Diff line number Diff line change @@ -50,8 +50,7 @@ List alibaba = [
50
50
51
51
// In this section you declare the dependencies for your production and test code
52
52
dependencies {
53
- compile logger,spring
54
- compile alibaba
53
+ compile logger,spring,alibaba
55
54
compile ' org.apache.commons:commons-lang3:3.1'
56
55
compile ' com.fasterxml.jackson.core:jackson-databind:2.11.0'
57
56
compile ' io.netty:netty-all:4.1.50.Final'
You can’t perform that action at this time.
0 commit comments