Skip to content

Commit

Permalink
FELIX-6741-Upgrade-dependencies-for-maven-bundle-plugin
Browse files Browse the repository at this point in the history
- Don't lower maven version used earlier
  • Loading branch information
paulrutter committed Jan 5, 2025
1 parent a18314f commit 4556b12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/maven-bundle-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
<version>3.3.9</version>
<version>3.8.1</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand All @@ -211,13 +211,13 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-artifact</artifactId>
<version>3.9.9</version>
<version>3.3.9</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-compat</artifactId>
<version>3.9.9</version>
<version>3.8.1</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 4556b12

Please sign in to comment.