Add jgit dependency
This commit is contained in:
parent
b626b967b8
commit
86ca7593ae
1 changed files with 7 additions and 0 deletions
7
pom.xml
7
pom.xml
|
@ -13,9 +13,16 @@
|
|||
<scala-maven-plugin.version>3.3.2</scala-maven-plugin.version>
|
||||
<junit.version>5.2.0</junit.version>
|
||||
<assertj.version>3.9.1</assertj.version>
|
||||
<jgit.version>4.11.0.201803080745-r</jgit.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jgit</groupId>
|
||||
<artifactId>org.eclipse.jgit</artifactId>
|
||||
<version>${jgit.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.scala-lang</groupId>
|
||||
<artifactId>scala-library</artifactId>
|
||||
|
|
Loading…
Reference in a new issue