Skip to content

Commit

Permalink
Cleanup dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Thorpe committed Oct 18, 2023
1 parent 65bd339 commit fee8476
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 14 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
1 change: 0 additions & 1 deletion crnk-gen/crnk-gen-runtime/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ dependencies {
implementation 'org.reflections:reflections'
implementation project(':crnk-gen:crnk-gen-base')
implementation project(':crnk-meta')
implementation 'com.fasterxml.jackson.module:jackson-module-jakarta-xmlbind-annotations'

compileOnly 'junit:junit:4.13.1'
compileOnly 'org.apache.deltaspike.modules:deltaspike-test-control-module-api:1.9.6'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ dependencies {
implementation 'jakarta.platform:jakarta.jakartaee-api:10.0.0'
implementation 'org.hibernate.validator:hibernate-validator:8.0.1.Final'
implementation 'org.hibernate:hibernate-core-jakarta:5.6.15.Final'
implementation 'org.hibernate:hibernate-entitymanager:5.6.15.Final'
implementation 'com.h2database:h2:2.2.224'

implementation 'io.vertx:vertx-auth-common:4.4.5'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
implementation project(':crnk-home')
implementation project(':crnk-data:crnk-data-jpa')
implementation 'com.h2database:h2:2.2.224'
implementation 'org.hibernate:hibernate-entitymanager:5.6.15.Final'
implementation 'org.hibernate:hibernate-core-jakarta:5.6.15.Final'
}

compileJava.dependsOn ':crnk-setup:crnk-setup-cdi:processResources'
Expand Down
1 change: 0 additions & 1 deletion crnk-integration-examples/spring-boot-example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-actuator'

implementation 'org.hibernate:hibernate-core-jakarta:5.6.15.Final'
implementation 'org.hibernate:hibernate-entitymanager:5.6.15.Final'
implementation 'com.h2database:h2:2.2.224'
implementation 'com.squareup.okhttp3:okhttp:3.4.1'
implementation 'com.google.guava:guava:31.1-jre'
Expand Down
3 changes: 1 addition & 2 deletions crnk-operations/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@ 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: 'org.hibernate', name: 'hibernate-core-jakarta', version: '5.6.15.Final'
}

bootJar {
Expand Down
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
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
4 changes: 0 additions & 4 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,14 +33,11 @@ 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'
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 fee8476

Please sign in to comment.