Skip to content

Commit

Permalink
culprit seems to be the scm-api version and the plexus-utils
Browse files Browse the repository at this point in the history
using scm-api v2.1.0 and plexus-utils back to v4.0.1
  • Loading branch information
jwijgerd committed May 23, 2024
1 parent ca99381 commit c2d5027
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<reactive-streams.version>1.0.4</reactive-streams.version>
<jsr305.version>3.0.2</jsr305.version>
<persistence-api.version>2.2</persistence-api.version>
<plexus-utils.version>3.5.1</plexus-utils.version>
<plexus-utils.version>4.0.1</plexus-utils.version>
<netty.version>4.1.109.Final</netty.version>
<micrometer.version>1.13.0</micrometer.version>
<fast-uuid.version>0.2.0</fast-uuid.version>
Expand Down
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.scm-api.version>2.1.0</maven.scm-api.version>
</properties>

<modules>
Expand Down Expand Up @@ -252,12 +253,12 @@
<dependency>
<groupId>org.apache.maven.scm</groupId>
<artifactId>maven-scm-provider-gitexe</artifactId>
<version>1.11.2</version>
<version>${maven.scm-api.version}</version>
</dependency>
<dependency>
<groupId>org.apache.maven.scm</groupId>
<artifactId>maven-scm-api</artifactId>
<version>1.11.2</version>
<version>${maven.scm-api.version}</version>
</dependency>
</dependencies>
<configuration>
Expand Down

0 comments on commit c2d5027

Please sign in to comment.