Skip to content

Commit 63f08d2

Browse files
author
Nigel.Zheng
committed
chore: change junit from api to implementation
1 parent 99392ed commit 63f08d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies {
3030
api "org.springframework.security:spring-security-test"
3131
api group: 'commons-beanutils', name: 'commons-beanutils', version: '1.9.4'
3232

33-
api group: 'junit', name: 'junit'
33+
implementation group: 'junit', name: 'junit'
3434

3535
compileOnly group: 'javax.servlet', name: 'javax.servlet-api', version: '4.0.1'
3636
}

0 commit comments

Comments
 (0)