Skip to content

Commit 98f90fc

Browse files
committed
java: Use AssertJ BOM
1 parent cd27b50 commit 98f90fc

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

java/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
.idea/
22
*.iml
33
target/
4-
pom.xml.versionsBackup
4+
pom.xml.versionsBackup

java/pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,14 @@
4444
<type>pom</type>
4545
<scope>import</scope>
4646
</dependency>
47+
48+
<dependency>
49+
<groupId>org.assertj</groupId>
50+
<artifactId>assertj-bom</artifactId>
51+
<version>3.27.3</version>
52+
<type>pom</type>
53+
<scope>import</scope>
54+
</dependency>
4755
</dependencies>
4856
</dependencyManagement>
4957

@@ -87,7 +95,6 @@
8795
<dependency>
8896
<groupId>org.assertj</groupId>
8997
<artifactId>assertj-core</artifactId>
90-
<version>3.27.3</version>
9198
<scope>test</scope>
9299
</dependency>
93100

0 commit comments

Comments
 (0)