Skip to content

Commit

Permalink
Fix build with new parent
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed May 8, 2024
1 parent 46747d5 commit ff3cb9e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 18 deletions.
4 changes: 0 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,3 @@ updates:
- dependency-name: org.apache.maven:*
versions:
- "> 3.1.1"
# Ignore Maven 3.2.1+
- dependency-name: org.apache.maven.plugin-testing:maven-plugin-testing-tools
versions:
- ">=3.2.0"
2 changes: 1 addition & 1 deletion .github/workflows/maven-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ on:
jobs:
build:
name: Verify
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v3
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4
12 changes: 0 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,6 @@

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.10.2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-bom</artifactId>
Expand Down Expand Up @@ -124,11 +117,6 @@
</dependency>

<!-- testing support -->
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/it/setup-mock-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<version>@maven.plugin.tools.version@</version>
<version>@version.maven-plugin-tools@</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down

0 comments on commit ff3cb9e

Please sign in to comment.