Skip to content

Commit

Permalink
fix: Re-add junit-bom 5.2.0 fix errors when resolving assertj-core:3.…
Browse files Browse the repository at this point in the history
…11.1

Signed-off-by: Eamonn Mansour <[email protected]>
  • Loading branch information
eamansour committed Dec 2, 2024
1 parent 1761d43 commit 2783078
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
12 changes: 11 additions & 1 deletion full/pom.template
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,16 @@
<version>33</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.11.0-M2</version>
<type>pom</type>
</dependency>

<!--
The following POMs are used to resolve assertj-core:3.11.1
-->
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-parent-pom</artifactId>
Expand All @@ -126,9 +135,10 @@
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.11.0-M2</version>
<version>5.2.0</version>
<type>pom</type>
</dependency>

<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.service.component.annotations</artifactId>
Expand Down
13 changes: 12 additions & 1 deletion mvp/pom.template
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,16 @@
<version>33</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.11.0-M2</version>
<type>pom</type>
</dependency>

<!--
The following POMs are used to resolve assertj-core:3.11.1
-->
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-parent-pom</artifactId>
Expand All @@ -113,9 +123,10 @@
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.11.0-M2</version>
<version>5.2.0</version>
<type>pom</type>
</dependency>

<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.service.component.annotations</artifactId>
Expand Down

0 comments on commit 2783078

Please sign in to comment.