Skip to content

Commit

Permalink
Merge pull request #712 from quickfix-j/chrjohn-maven-libs
Browse files Browse the repository at this point in the history
Update maven libs independent from maven
  • Loading branch information
chrjohn authored Dec 5, 2023
2 parents d7cf2f4 + 7f4d9a4 commit 563b987
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
<maven.compiler.target>8</maven.compiler.target>
<mainClass/>
<maven.version>3.8.7</maven.version>
<maven-libs-version>3.9.6</maven-libs-version>
<maven-plugin-api-version>3.9.5</maven-plugin-api-version>
<maven-resources-plugin-version>3.3.1</maven-resources-plugin-version>
<maven-compiler-plugin-version>3.10.1</maven-compiler-plugin-version>
Expand Down Expand Up @@ -192,18 +193,18 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
<version>${maven.version}</version>
<version>${maven-libs-version}</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-artifact</artifactId>
<version>${maven.version}</version>
<version>${maven-libs-version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-compat</artifactId>
<version>${maven.version}</version>
<version>${maven-libs-version}</version>
</dependency>
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
Expand Down

0 comments on commit 563b987

Please sign in to comment.