diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2013-09-16 11:19:43 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2013-09-16 11:19:43 +0200 |
commit | 6d9019867d91a42e9efd7c5ea15a2d827ab8a407 (patch) | |
tree | 5cec16d456b95bd49233f317a13b5db6e1c3c372 /org.eclipse.jgit.packaging/pom.xml | |
parent | 3af38b4fee78bd484bca8c8d795f7b199a6f1618 (diff) | |
download | jgit-6d9019867d91a42e9efd7c5ea15a2d827ab8a407.tar.gz jgit-6d9019867d91a42e9efd7c5ea15a2d827ab8a407.zip |
Add org.eclipse.jgit.java7.source to jgit source feature
Change-Id: Ifd9153f77c246a67d5d15734667dc2360718a390
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/pom.xml')
-rw-r--r-- | org.eclipse.jgit.packaging/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/org.eclipse.jgit.packaging/pom.xml b/org.eclipse.jgit.packaging/pom.xml index 201d512819..132be1ffd0 100644 --- a/org.eclipse.jgit.packaging/pom.xml +++ b/org.eclipse.jgit.packaging/pom.xml @@ -105,6 +105,12 @@ </dependency> <dependency> <groupId>org.eclipse.jgit</groupId> + <artifactId>org.eclipse.jgit.java7</artifactId> + <version>${project.version}</version> + <classifier>sources</classifier> + </dependency> + <dependency> + <groupId>org.eclipse.jgit</groupId> <artifactId>org.eclipse.jgit.pgm</artifactId> <version>${project.version}</version> <classifier>sources</classifier> |