Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Iss2054 - Remove dependencies needed to resolve assertj-core 3.11.1 #94

Merged
merged 1 commit into from
Jan 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions full/pom2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,22 +44,6 @@
<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/pom2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,22 +44,6 @@
<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
Loading