Skip to content

Commit da5e4da

Browse files
chore: properly use spring boot bom
- junit-bom is already imported by the spring boot bom (5.10.2) - hibernate-core is already managed by the spring boot bom (6.4.3.Final) - querydsl-apt and querydsl-jpa are missing the jakarta classifier Related: spring-projects/spring-boot#43550
1 parent 4a9653b commit da5e4da

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,6 @@
6868
<type>pom</type>
6969
<scope>import</scope>
7070
</dependency>
71-
<dependency>
72-
<groupId>org.junit</groupId>
73-
<artifactId>junit-bom</artifactId>
74-
<version>5.9.1</version>
75-
<type>pom</type>
76-
<scope>import</scope>
77-
</dependency>
7871
</dependencies>
7972
</dependencyManagement>
8073

@@ -104,7 +97,6 @@
10497
<dependency>
10598
<groupId>org.hibernate.orm</groupId>
10699
<artifactId>hibernate-core</artifactId>
107-
<version>6.1.4.Final</version>
108100
</dependency>
109101
<dependency>
110102
<groupId>com.querydsl</groupId>

0 commit comments

Comments
 (0)