Skip to content

Commit

Permalink
Documentation fix for Maven BOM import instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jebeaudet committed Sep 16, 2024
1 parent 2f2dbbe commit 5fa8b81
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions documentation/src/main/asciidoc/quickstart/guides/obtaining.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,15 @@ To apply the platform (BOM) in Maven
</dependency>
<dependencyManagement>
<dependency>
<groupId>org.hibernate.orm</groupId>
<artifactId>hibernate-platform</artifactId>
<version>{fullVersion}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependencies>
<dependency>
<groupId>org.hibernate.orm</groupId>
<artifactId>hibernate-platform</artifactId>
<version>{fullVersion}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
----

Expand Down

0 comments on commit 5fa8b81

Please sign in to comment.