Skip to content
Snippets Groups Projects
Commit 7f737e5d authored by Sebastian Ebert's avatar Sebastian Ebert
Browse files

added compile deps

parent 8111968c
Branches
Tags
No related merge requests found
Pipeline #12129 failed
......@@ -51,10 +51,15 @@ subprojects {
}
}
repositories {
mavenCentral()
google()
}
dependencies {
// https://mvnrepository.com/artifact/com.google.guava/guava
implementation group: 'com.google.guava', name: 'guava', version: '31.0.1-jre'
api group: 'com.google.guava', name: 'guava', version: '31.0.1-jre'
// https://mvnrepository.com/artifact/org.jboss.netty/netty
api group: 'org.jboss.netty', name: 'netty', version: '3.2.10.Final'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment