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 965c523 commit bad79afCopy full SHA for bad79af
documentation/src/main/asciidoc/quickstart/guides/obtaining.adoc
@@ -101,13 +101,15 @@ To apply the platform (BOM) in Maven
101
</dependency>
102
103
<dependencyManagement>
104
- <dependency>
105
- <groupId>org.hibernate.orm</groupId>
106
- <artifactId>hibernate-platform</artifactId>
107
- <version>{fullVersion}</version>
108
- <type>pom</type>
109
- <scope>import</scope>
110
- </dependency>
+ <dependencies>
+ <dependency>
+ <groupId>org.hibernate.orm</groupId>
+ <artifactId>hibernate-platform</artifactId>
+ <version>{fullVersion}</version>
+ <type>pom</type>
+ <scope>import</scope>
111
+ </dependency>
112
+ </dependencies>
113
</dependencyManagement>
114
----
115
0 commit comments