Skip to content

Commit

Permalink
add jgit deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed May 17, 2023
1 parent a96cb83 commit 0e08fc4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions application/backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,14 @@
<scope>provided</scope>
</dependency>

<!-- git -->
<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit</artifactId>
<version>6.5.0.202303070854-r</version>
<scope>compile</scope>
</dependency>

</dependencies>

</project>
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>jgit-repository</id>
<url>https://repo.eclipse.org/content/groups/releases/</url>
</repository>
</repositories>

<properties>
Expand Down

0 comments on commit 0e08fc4

Please sign in to comment.