Skip to content

Commit

Permalink
Revert maven-core version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
omerzi authored Jan 1, 2024
1 parent cc54906 commit 6237cba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
</description>

<properties>
<maven.min.version>3.8.1</maven.min.version>
<!-- CAUTION: Modifying the Maven version may cause disruptions for numerous users. Avoid altering it. -->
<maven.min.version>3.6.3</maven.min.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
Expand Down Expand Up @@ -75,6 +76,7 @@
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
<version>${maven.min.version}</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>com.google.guava</groupId>
Expand Down

0 comments on commit 6237cba

Please sign in to comment.