set favicon server
This commit is contained in:
@@ -26,6 +26,7 @@ ext {
|
||||
netty: ['io.netty:netty-all:4.1.22.Final'],
|
||||
slf4j: ["org.slf4j:slf4j-api:$slf4j_version",
|
||||
"org.slf4j:jcl-over-slf4j:$slf4j_version"],
|
||||
commons: ['commons-io:commons-io:2.6']
|
||||
]
|
||||
}
|
||||
|
||||
@@ -41,5 +42,6 @@ dependencies {
|
||||
/* COMPONENTS */
|
||||
implementation library.guice
|
||||
implementation library.netty
|
||||
implementation library.commons
|
||||
implementation project(':protocol')
|
||||
}
|
||||
Reference in New Issue
Block a user