Skip to content

Commit 1a803d0

Browse files
authored
Merge pull request #627 from ywy2090/release-1.2.6
deps upgrades
2 parents 477b40d + e3ff7ac commit 1a803d0

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

build.gradle

+1-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ List alibaba = [
3939

4040
// In this section you declare the dependencies for your production and test code
4141
dependencies {
42-
compile logger,spring
43-
compile alibaba
42+
compile logger,spring,alibaba
4443
compile 'org.apache.commons:commons-lang3:3.1'
4544
compile 'com.fasterxml.jackson.core:jackson-databind:2.11.0'
4645
compile 'io.netty:netty-all:4.1.50.Final'

publish.gradle

+1-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ List alibaba = [
5050

5151
// In this section you declare the dependencies for your production and test code
5252
dependencies {
53-
compile logger,spring
54-
compile alibaba
53+
compile logger,spring,alibaba
5554
compile 'org.apache.commons:commons-lang3:3.1'
5655
compile 'com.fasterxml.jackson.core:jackson-databind:2.11.0'
5756
compile 'io.netty:netty-all:4.1.50.Final'

0 commit comments

Comments
 (0)