Archived
0

set favicon server

This commit is contained in:
2020-05-15 14:41:08 +03:00
parent 3dfff8c0f2
commit a3b5956cdd
3 changed files with 15 additions and 4 deletions

View File

@@ -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')
}