We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe4e8c8 commit 7821e0dCopy full SHA for 7821e0d
src/ad/build.gradle
@@ -141,14 +141,12 @@ applicationDistribution.into('bin') {
141
fileMode = 0755
142
}
143
144
-testImplementation 'org.junit.jupiter:junit-jupiter:5.10.0'
145
dependencies {
146
implementation 'io.grpc:grpc-netty-shaded:1.63.0'
147
implementation 'io.grpc:grpc-protobuf:1.63.0'
148
implementation 'io.grpc:grpc-stub:1.63.0'
149
implementation 'org.apache.logging.log4j:log4j-api:2.17.2'
150
implementation 'org.apache.logging.log4j:log4j-core:2.17.2'
151
-
152
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.0'
153
154
0 commit comments