Mercurial > hg > Database > Christie
comparison build.gradle @ 123:d92f0bbad1eb
fix msgpack downgrade
author | akahori |
---|---|
date | Sat, 15 Dec 2018 17:49:57 +0900 |
parents | 7ca232bc1009 |
children | 93f2e5736e62 |
comparison
equal
deleted
inserted
replaced
122:3a0f8a93c84a | 123:d92f0bbad1eb |
---|---|
14 } | 14 } |
15 | 15 |
16 dependencies { | 16 dependencies { |
17 compile fileTree(dir: 'lib', include: '*.jar') | 17 compile fileTree(dir: 'lib', include: '*.jar') |
18 testCompile('org.junit.jupiter:junit-jupiter-api:5.2.0') | 18 testCompile('org.junit.jupiter:junit-jupiter-api:5.2.0') |
19 compile group: 'org.msgpack', name: 'msgpack-core', version: '0.8.16' | 19 //compile group: 'org.msgpack', name: 'msgpack-core', version: '0.8.16' |
20 compile group: 'org.msgpack', name: 'jackson-dataformat-msgpack', version: '0.8.16' | 20 //compile group: 'org.msgpack', name: 'jackson-dataformat-msgpack', version: '0.8.16' |
21 compile group: 'org.msgpack', name: 'msgpack', version: '0.6.12' | |
22 | |
21 | 23 |
22 } | 24 } |
23 | 25 |
24 jar { | 26 jar { |
25 exclude 'META-INF/*.RSA', 'META-INF/*.SF','META-INF/*.DSA' | 27 exclude 'META-INF/*.RSA', 'META-INF/*.SF','META-INF/*.DSA' |