Skip to content

Commit

Permalink
build against more modern maven
Browse files Browse the repository at this point in the history
  • Loading branch information
hcoles committed Apr 17, 2024
1 parent cfd1f2e commit 209dd2e
Showing 1 changed file with 4 additions and 22 deletions.
26 changes: 4 additions & 22 deletions pitest-maven-verification/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<url>https://pitest.org</url>

<properties>
<maven.version>2.2.1</maven.version>
<maven.version>3.9.6</maven.version>
</properties>

<build>
Expand Down Expand Up @@ -57,33 +57,15 @@
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-project</artifactId>
<artifactId>maven-core</artifactId>
<version>${maven.version}</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-artifact</artifactId>
<version>3.8.6</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-toolchain</artifactId>
<version>${maven.version}</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-nop</artifactId>
</exclusion>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
</exclusion>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
Expand Down Expand Up @@ -116,7 +98,7 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
<version>3.8.6</version>
<version>${maven.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit 209dd2e

Please sign in to comment.