Skip to content

Commit

Permalink
Import AssertJ bom
Browse files Browse the repository at this point in the history
  • Loading branch information
wendigo authored and electrum committed Oct 9, 2023
1 parent b62b309 commit 859b24e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Airbase 148

* Import AssertJ bom

Airbase 147

* Automatically sort and verify POM files
Expand Down
14 changes: 8 additions & 6 deletions airbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,14 @@
<scope>import</scope>
</dependency>

<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-bom</artifactId>
<version>${dep.assertj-core.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>

<!-- Kotlin -->
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
Expand Down Expand Up @@ -432,12 +440,6 @@
</exclusions>
</dependency>

<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>${dep.assertj-core.version}</version>
</dependency>

<dependency>
<groupId>org.eclipse.jetty.toolchain</groupId>
<artifactId>jetty-jakarta-servlet-api</artifactId>
Expand Down

0 comments on commit 859b24e

Please sign in to comment.