event/event-syslog/build.gradle

6 lines
137 B
Groovy
Raw Normal View History

dependencies {
api project(':event-common')
implementation libs.datastructures.json.tiny
implementation libs.netty.handler
}