Skip to content

Commit e5c46d6

Browse files
authoredJan 29, 2024
Improve README.md
1 parent 2c6cba7 commit e5c46d6

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed
 

‎README.md

-18
Original file line numberDiff line numberDiff line change
@@ -29,24 +29,6 @@ This prevents you from choosing the best `EntityGraph` considering the runtime c
2929
//...
3030
}
3131
```
32-
4. If you want to use [type safe EntityGraphs](#type-safe-entitygraph) , add those dependencies:
33-
34-
```xml
35-
<dependency>
36-
<groupId>org.hibernate</groupId>
37-
<artifactId>hibernate-jpamodelgen</artifactId>
38-
<version>${hibernate.version}</version>
39-
<scope>provided</scope>
40-
</dependency>
41-
```
42-
```xml
43-
<dependency>
44-
<groupId>com.cosium.spring.data</groupId>
45-
<artifactId>spring-data-jpa-entity-graph-generator</artifactId>
46-
<version>${spring-data-jpa-entity-graph.version}</version>
47-
<scope>provided</scope>
48-
</dependency>
49-
```
5032

5133
# 2.x to 3.x breaking changes
5234

0 commit comments

Comments
 (0)
Please sign in to comment.