diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2013-09-11 23:14:42 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2013-09-11 23:30:05 +0200 |
commit | 4b8a848a477cc77caf8e74de6d28b3bcbcaed413 (patch) | |
tree | c4b7899a301a0ab46c3e73121b616481d3c29d9d /org.eclipse.jgit.pgm/pom.xml | |
parent | 52ab578cd7180d114e01f5c3584424537e3440e3 (diff) | |
parent | 3af38b4fee78bd484bca8c8d795f7b199a6f1618 (diff) | |
download | jgit-4b8a848a477cc77caf8e74de6d28b3bcbcaed413.tar.gz jgit-4b8a848a477cc77caf8e74de6d28b3bcbcaed413.zip |
Merge branch 'stable-3.0'
* stable-3.0:
Prepare post 3.0.2 builds
JGit v3.0.2.201311090911-r
Change-Id: I99a7d1072285646f7fcd4169225c1fd249ad5e37
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.pgm/pom.xml')
-rw-r--r-- | org.eclipse.jgit.pgm/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/org.eclipse.jgit.pgm/pom.xml b/org.eclipse.jgit.pgm/pom.xml index 80ee8ff4fe..ff80bebf0d 100644 --- a/org.eclipse.jgit.pgm/pom.xml +++ b/org.eclipse.jgit.pgm/pom.xml @@ -72,6 +72,11 @@ </dependency> <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-compress</artifactId> + </dependency> + + <dependency> <groupId>org.eclipse.jgit</groupId> <artifactId>org.eclipse.jgit.archive</artifactId> <version>${project.version}</version> |