Skip to content

Commit db3800d

Browse files
committed
Added jgit
1 parent c1cd462 commit db3800d

File tree

1 file changed

+33
-1
lines changed

1 file changed

+33
-1
lines changed

pom.xml

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,6 +509,31 @@
509509
<version>1.10.0</version>
510510
</dependency>
511511

512+
<!-- Apache Maven -->
513+
<dependency>
514+
<groupId>org.apache.maven.scm</groupId>
515+
<artifactId>maven-scm-api</artifactId>
516+
<version>2.2.1</version>
517+
</dependency>
518+
519+
<dependency>
520+
<groupId>org.apache.maven.scm</groupId>
521+
<artifactId>maven-scm-provider-gitexe</artifactId>
522+
<version>2.2.1</version>
523+
</dependency>
524+
525+
<dependency>
526+
<groupId>org.apache.maven.scm</groupId>
527+
<artifactId>maven-scm-provider-git-commons</artifactId>
528+
<version>2.2.1</version>
529+
</dependency>
530+
531+
<dependency>
532+
<groupId>org.apache.maven.scm</groupId>
533+
<artifactId>maven-scm-provider-jgit</artifactId>
534+
<version>2.2.1</version>
535+
</dependency>
536+
512537
<!-- Google -->
513538
<dependency>
514539
<groupId>com.google.guava</groupId>
@@ -692,7 +717,14 @@
692717
<plugin>
693718
<groupId>org.apache.maven.plugins</groupId>
694719
<artifactId>maven-changelog-plugin</artifactId>
695-
<version>2.3</version>
720+
<version>3.0.0-M1</version>
721+
<dependencies>
722+
<dependency>
723+
<groupId>org.apache.maven.scm</groupId>
724+
<artifactId>maven-scm-provider-jgit</artifactId>
725+
<version>2.2.1</version>
726+
</dependency>
727+
</dependencies>
696728
</plugin>
697729
<plugin>
698730
<groupId>org.codehaus.mojo</groupId>

0 commit comments

Comments
 (0)