Skip to content

Commit

Permalink
fixup! Cleanup unneeded dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Thorpe committed Oct 18, 2023
1 parent e23e3a9 commit 905dd4c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion crnk-setup/crnk-setup-servlet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ dependencies {
testImplementation project(':crnk-reactive')
testImplementation project(':crnk-test')
testImplementation project(':crnk-client')
testImplementation group: 'org.reflections', name: 'reflections', version: '0.10.2'
testImplementation 'jakarta.servlet:jakarta.servlet-api:6.0.0'

testImplementation 'org.springframework.boot:spring-boot-starter-web'
Expand Down
1 change: 0 additions & 1 deletion crnk-setup/crnk-setup-spring/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ dependencies {
testImplementation 'org.springframework.boot:spring-boot-configuration-processor'
testImplementation 'org.springframework:spring-orm'
testImplementation 'org.springframework.security:spring-security-core'
testImplementation 'net.javacrumbs.json-unit:json-unit-fluent:1.5.3'

bootJar {
enabled = false
Expand Down

0 comments on commit 905dd4c

Please sign in to comment.