Skip to content

Commit

Permalink
[MEAR-295] Update prerequisites - require Maven 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Dec 28, 2020
1 parent 651d782 commit c5724c6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<properties>
<mavenArchiverVersion>3.5.0</mavenArchiverVersion>
<mavenFilteringVersion>3.1.1</mavenFilteringVersion>
<mavenVersion>3.0</mavenVersion>
<mavenVersion>3.1.1</mavenVersion>
<javaVersion>7</javaVersion>
<surefire.version>2.22.2</surefire.version>
<project.build.outputTimestamp>2020-09-26T20:10:30Z</project.build.outputTimestamp>
Expand Down Expand Up @@ -159,11 +159,6 @@
<artifactId>maven-shared-utils</artifactId>
<version>3.3.3</version>
</dependency>
<dependency>
<groupId>org.sonatype.sisu</groupId>
<artifactId>sisu-inject-plexus</artifactId>
<version>1.4.3.2</version>
</dependency>

<dependency>
<groupId>org.apache.maven.shared</groupId>
Expand Down

0 comments on commit c5724c6

Please sign in to comment.