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 905dd4c commit 307ccb2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion crnk-data/crnk-data-jpa/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ dependencies {
testImplementation group: 'org.springframework', name: 'spring-orm', version: '6.0.12'
testImplementation group: 'org.springframework', name: 'spring-context', version: '6.0.12'
testImplementation group: 'org.springframework', name: 'spring-test', version: '6.0.12'
testImplementation group: 'org.hibernate', name: 'hibernate-entitymanager', version: '5.6.15.Final'
testImplementation group: 'com.h2database', name: 'h2', version: '1.4.187'
testImplementation group: 'org.hibernate', name: 'hibernate-core-jakarta', version: '5.6.15.Final'
testImplementation group: 'com.querydsl', name: 'querydsl-apt', classifier: 'jakarta', version: '5.0.0'
Expand Down
2 changes: 0 additions & 2 deletions crnk-setup/crnk-setup-spring-boot3/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ dependencies {
compileOnly 'io.opentracing:opentracing-api:0.31.0'

compileOnlyApi 'org.hibernate:hibernate-core-jakarta:5.6.15.Final'
compileOnlyApi 'org.hibernate:hibernate-entitymanager:5.6.15.Final'
compileOnlyApi 'org.springframework.boot:spring-boot-starter-web'
compileOnlyApi 'org.springframework.boot:spring-boot-configuration-processor'
compileOnlyApi 'org.springframework.boot:spring-boot-starter-actuator'
Expand All @@ -59,7 +58,6 @@ dependencies {
testImplementation 'org.springframework.boot:spring-boot-starter-validation'

testImplementation 'org.hibernate:hibernate-core-jakarta:5.6.15.Final'
testImplementation 'org.hibernate:hibernate-entitymanager'
testImplementation 'com.h2database:h2'

testImplementation 'org.springframework.boot:spring-boot-configuration-processor'
Expand Down
3 changes: 0 additions & 3 deletions crnk-setup/crnk-setup-spring/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ dependencies {
compileOnlyApi 'org.springframework.boot:spring-boot-starter-actuator'
compileOnlyApi 'org.springframework.security:spring-security-core'
compileOnlyApi 'org.hibernate:hibernate-core-jakarta:5.6.15.Final'
compileOnlyApi 'org.hibernate:hibernate-entitymanager:5.6.15.Final'
compileOnlyApi 'org.springframework:spring-orm'

testImplementation project(':crnk-data:crnk-data-jpa')
Expand All @@ -34,8 +33,6 @@ dependencies {
testImplementation 'org.springframework.boot:spring-boot-starter-actuator'

testImplementation 'org.hibernate:hibernate-core-jakarta:5.6.15.Final'

testImplementation 'org.hibernate:hibernate-entitymanager'
testImplementation 'com.h2database:h2'

testImplementation 'org.springframework.boot:spring-boot-configuration-processor'
Expand Down

0 comments on commit 307ccb2

Please sign in to comment.