From: Imran M Yousuf <imyousuf@xxxxxxxxxxxxxxxxxxxxxx> Signed-off-by: Imran M Yousuf <imyousuf@xxxxxxxxxxxxxxxxxxxxxx> --- jgit-maven/jgit/pom.xml | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/jgit-maven/jgit/pom.xml b/jgit-maven/jgit/pom.xml index 9eb5758..7176db9 100644 --- a/jgit-maven/jgit/pom.xml +++ b/jgit-maven/jgit/pom.xml @@ -62,6 +62,12 @@ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. <scope>test</scope> </dependency> <dependency> + <groupId>org.eclipse</groupId> + <artifactId>jgit-io</artifactId> + <version>${project.version}</version> + <scope>compile</scope> + </dependency> + <dependency> <groupId>com.jcraft</groupId> <artifactId>jsch</artifactId> <version>0.1.41</version> -- 1.6.2.1 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html