Skip to content

Commit

Permalink
chore: change the scope of deps to api #1280
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronald Holshausen committed Dec 27, 2020
1 parent b332645 commit 6a94e2c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions provider/junit5spring/build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
dependencies {
implementation project(path: ":provider:junit5", configuration: 'default')
implementation 'org.springframework:spring-context:5.2.3.RELEASE'
implementation 'org.springframework:spring-test:5.2.3.RELEASE'
implementation 'org.springframework:spring-web:5.2.3.RELEASE'
implementation 'javax.servlet:javax.servlet-api:3.1.0'
implementation 'org.hamcrest:hamcrest:2.1'
api project(path: ":provider:junit5", configuration: 'default')
api 'org.springframework:spring-context:5.2.3.RELEASE'
api 'org.springframework:spring-test:5.2.3.RELEASE'
api 'org.springframework:spring-web:5.2.3.RELEASE'
api 'javax.servlet:javax.servlet-api:3.1.0'
api 'org.hamcrest:hamcrest:2.1'

testImplementation 'org.springframework.boot:spring-boot-starter-test:2.2.5.RELEASE'
testImplementation 'org.springframework.boot:spring-boot-starter-web:2.2.5.RELEASE'
Expand Down

0 comments on commit 6a94e2c

Please sign in to comment.