Skip to content

Commit

Permalink
[pom] Add dependency management for git so renovate can see to upgrad…
Browse files Browse the repository at this point in the history
…e it
  • Loading branch information
hazendaz committed May 27, 2024
1 parent f8897e9 commit 2e45921
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,16 @@
<modernizer.plugin>2.7.0</modernizer.plugin>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.github.hazendaz.git</groupId>
<artifactId>git-for-windows</artifactId>
<version>${git.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<!-- Maven -->
<dependency>
Expand Down

0 comments on commit 2e45921

Please sign in to comment.