Skip to content

Commit

Permalink
Fixes gorm-hibernate artifactId wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed Oct 1, 2024
1 parent 09b0819 commit d22bbdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion json/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies {

api "org.graceframework:grace-datastore-gorm:$gormVersion"
testImplementation "org.graceframework:grace-test-support:$graceVersion"
testImplementation "org.graceframework:grace-datastore-gorm-hibernate5"
testImplementation "org.graceframework:grace-datastore-gorm-hibernate"
testRuntimeOnly "org.javassist:javassist:3.29.0-GA"

console "org.graceframework:grace-console"
Expand Down

0 comments on commit d22bbdb

Please sign in to comment.