git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [Sample-Conversion-PATCH 1/2] Add JGit IO module as dependency to the main module
@ 2009-10-11 14:10 imyousuf
  2009-10-11 14:10 ` [Sample-Conversion-PATCH 2/2] Introduce IO SPI usage in RepositoryConfig imyousuf
  0 siblings, 1 reply; 2+ messages in thread
From: imyousuf @ 2009-10-11 14:10 UTC (permalink / raw)
  To: git; +Cc: spearce, egit-dev, Imran M Yousuf

From: Imran M Yousuf <imyousuf@smartitengineering.com>

Signed-off-by: Imran M Yousuf <imyousuf@smartitengineering.com>
---
 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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-10-11 14:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-11 14:10 [Sample-Conversion-PATCH 1/2] Add JGit IO module as dependency to the main module imyousuf
2009-10-11 14:10 ` [Sample-Conversion-PATCH 2/2] Introduce IO SPI usage in RepositoryConfig imyousuf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).