We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7291a48 commit 292c531Copy full SHA for 292c531
build.gradle
@@ -66,6 +66,7 @@ dependencies {
66
67
compileOnly "org.graceframework:grace-boot"
68
compileOnly 'jakarta.servlet:jakarta.servlet-api:6.0.0'
69
+ implementation "org.graceframework:grace-datastore-gorm:$gormVersion"
70
compileOnly "org.graceframework.plugins:hibernate:$graceHibernatePluginVersion"
71
72
testImplementation "org.springframework.boot:spring-boot-starter-tomcat"
gradle.properties
@@ -1,5 +1,6 @@
1
projectVersion=6.1.0-SNAPSHOT
2
graceVersion=2023.1.0-M1
3
+gormVersion=2023.1.0-M2
4
graceHibernatePluginVersion=2023.1.0-M1
5
groovyVersion=4.0.23
6
HibernateCoreVersion=5.6.15.Final
0 commit comments