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 c868f72 commit 05db61eCopy full SHA for 05db61e
grails-data-hibernate5/docs/src/docs/asciidoc/gettingStarted/outsideGrails.adoc
@@ -21,7 +21,7 @@ If you wish to use GORM for Hibernate outside a Grails application you should de
21
22
[source,groovy,subs="attributes"]
23
----
24
-implementation platform("org.apache.grails:{version}")
+implementation platform("org.apache.grails:grails-bom:{version}")
25
implementation "org.apache.grails.data:grails-data-hibernate5-core"
26
runtimeOnly "com.h2database"
27
runtimeOnly "org.apache.tomcat:tomcat-jdbc"
0 commit comments