Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 38a9a02

Browse files
committedMar 1, 2017
Day 6 通讯协议
1 parent 00e44cf commit 38a9a02

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+2041
-213
lines changed
 

‎LICENSE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
editorial revisions, annotations, elaborations, or other modifications
4343
represent, as a whole, an original work of authorship. For the purposes
4444
of this License, Derivative Works shall not include works that remain
45-
separable from, or merely link (or bind by name) to the interfaces of,
45+
separable from, or merely link (or bind by nodeId) to the interfaces of,
4646
the Work and Derivative Works thereof.
4747

4848
"Contribution" shall mean any work of authorship, including
@@ -182,11 +182,11 @@
182182
replaced with your own identifying information. (Don't include
183183
the brackets!) The text should be enclosed in the appropriate
184184
comment syntax for the file format. We also recommend that a
185-
file or class name and description of purpose be included on the
185+
file or class nodeId and description of purpose be included on the
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright {yyyy} {name of copyright owner}
189+
Copyright {yyyy} {nodeId of copyright owner}
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

‎build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ dependencies {
3030
compile "com.madgag.spongycastle:prov:1.54.0.0"
3131
compile "com.typesafe:config:1.3.1"
3232
compile "org.iq80.leveldb:leveldb:0.9"
33+
compile "org.slf4j:slf4j-api:1.7.23"
34+
compile "org.slf4j:slf4j-log4j12:1.7.23"
35+
compile "log4j:log4j:1.2.17"
36+
compile "io.netty:netty-all:4.1.8.Final"
37+
compile "io.reactivex.rxjava2:rxjava:2.0.6"
3338
testCompile "junit:junit:4.12"
3439
testCompile "org.jetbrains.kotlin:kotlin-test:$kotlin_version"
3540
testCompile "org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version"

0 commit comments

Comments
 (0)
Please sign in to comment.