Skip to content

Commit

Permalink
fix: Move assertj-core dependencies so that junit-bom:5.2.0 can be re…
Browse files Browse the repository at this point in the history
…solved

Signed-off-by: Eamonn Mansour <[email protected]>
  • Loading branch information
eamansour committed Dec 2, 2024
1 parent 2783078 commit 613dcbc
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 32 deletions.
16 changes: 0 additions & 16 deletions full/pom.template
Original file line number Diff line number Diff line change
Expand Up @@ -123,22 +123,6 @@
<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>
<version>2.2.1</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.2.0</version>
<type>pom</type>
</dependency>

<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.service.component.annotations</artifactId>
Expand Down
16 changes: 16 additions & 0 deletions full/pom2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,22 @@
<version>10</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>
<version>2.2.1</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.2.0</version>
<type>pom</type>
</dependency>
</dependencies>

<build>
Expand Down
16 changes: 0 additions & 16 deletions mvp/pom.template
Original file line number Diff line number Diff line change
Expand Up @@ -111,22 +111,6 @@
<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>
<version>2.2.1</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.2.0</version>
<type>pom</type>
</dependency>

<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.service.component.annotations</artifactId>
Expand Down
16 changes: 16 additions & 0 deletions mvp/pom2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,22 @@
<version>10</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>
<version>2.2.1</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.2.0</version>
<type>pom</type>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 613dcbc

Please sign in to comment.