Skip to content

Commit 7821e0d

Browse files
Implemented unit testing java file
1 parent fe4e8c8 commit 7821e0d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/ad/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,14 +141,12 @@ applicationDistribution.into('bin') {
141141
fileMode = 0755
142142
}
143143

144-
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.0'
145144
dependencies {
146145
implementation 'io.grpc:grpc-netty-shaded:1.63.0'
147146
implementation 'io.grpc:grpc-protobuf:1.63.0'
148147
implementation 'io.grpc:grpc-stub:1.63.0'
149148
implementation 'org.apache.logging.log4j:log4j-api:2.17.2'
150149
implementation 'org.apache.logging.log4j:log4j-core:2.17.2'
151-
152150
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.0'
153151
}
154152

0 commit comments

Comments
 (0)