From e5c46d6d34617e82db2bbb7012e0cc9d57b04401 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9da=20Housni=20Alaoui?= Date: Mon, 29 Jan 2024 19:30:21 +0100 Subject: [PATCH] Improve README.md --- README.md | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/README.md b/README.md index 1790f81..0b7b701 100644 --- a/README.md +++ b/README.md @@ -29,24 +29,6 @@ This prevents you from choosing the best `EntityGraph` considering the runtime c //... } ``` -4. If you want to use [type safe EntityGraphs](#type-safe-entitygraph) , add those dependencies: - - ```xml - - org.hibernate - hibernate-jpamodelgen - ${hibernate.version} - provided - - ``` - ```xml - - com.cosium.spring.data - spring-data-jpa-entity-graph-generator - ${spring-data-jpa-entity-graph.version} - provided - - ``` # 2.x to 3.x breaking changes