Skip to content

Commit 98dbfe1

Browse files
committed
Remove hypersistence-utils-hibernate-52 module #726
1 parent 7cfbd2b commit 98dbfe1

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ That's it!
2020

2121
The Hypersistence Utils project gives you general-purpose utilities for both Spring and Hibernate.
2222

23-
The main advantage of this project is that it supports a broad range of Hibernate versions, spanning from **Hibernate ORM 6.5**, **6.4**, **6.3** to **6.2**, **6.1**, **6.0**, **5.6**, **5.5**, **5.4**, **5.3**, and Hibernate **5.2**.
23+
The main advantage of this project is that it supports a broad range of Hibernate versions, spanning from **Hibernate ORM 6.5**, **6.4**, **6.3** to **6.2**, **6.1**, **6.0**, **5.6**, and Hibernate **5.5**.
2424

2525
### Installation Guide
2626

@@ -58,14 +58,6 @@ Depending on the Hibernate version you are using, you need to add the following
5858
<version>3.7.6</version>
5959
</dependency>
6060

61-
#### Hibernate 5.4, 5.3 and 5.2
62-
63-
<dependency>
64-
<groupId>io.hypersistence</groupId>
65-
<artifactId>hypersistence-utils-hibernate-52</artifactId>
66-
<version>3.7.6</version>
67-
</dependency>
68-
6961
#### Optional Maven Dependencies
7062

7163
The Hypersistence Utils project defines a list of optional dependencies that you will have to declare explicitly in your project in order to use them.

0 commit comments

Comments
 (0)