Skip to content

Commit bad79af

Browse files
jebeaudetbeikov
authored andcommitted
Documentation fix for Maven BOM import instructions
1 parent 965c523 commit bad79af

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

documentation/src/main/asciidoc/quickstart/guides/obtaining.adoc

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -101,13 +101,15 @@ To apply the platform (BOM) in Maven
101101
</dependency>
102102
103103
<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>
104+
<dependencies>
105+
<dependency>
106+
<groupId>org.hibernate.orm</groupId>
107+
<artifactId>hibernate-platform</artifactId>
108+
<version>{fullVersion}</version>
109+
<type>pom</type>
110+
<scope>import</scope>
111+
</dependency>
112+
</dependencies>
111113
</dependencyManagement>
112114
----
113115

0 commit comments

Comments
 (0)