blob: b2d2d962320e326a5cbee3f3eca82372ee256cbb [file] [log] [blame]
Matthias Sohnf2455792010-01-14 01:22:42 +01001<?xml version="1.0" encoding="UTF-8"?>
2<!--
Matthias Sohn5c5f7c62020-01-04 00:50:50 +01003 Copyright (C) 2009,2014, Matthias Sohn <matthias.sohn@sap.com> and others
Matthias Sohnf2455792010-01-14 01:22:42 +01004
Matthias Sohn5c5f7c62020-01-04 00:50:50 +01005 This program and the accompanying materials are made available under the
6 terms of the Eclipse Distribution License v. 1.0 which is available at
7 http://www.eclipse.org/org/documents/edl-v10.php.
Matthias Sohnf2455792010-01-14 01:22:42 +01008
Matthias Sohn5c5f7c62020-01-04 00:50:50 +01009 SPDX-License-Identifier: BSD-3-Clause
Matthias Sohnf2455792010-01-14 01:22:42 +010010-->
11
12<project xmlns="http://maven.apache.org/POM/4.0.0"
13 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
14 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
15 <modelVersion>4.0.0</modelVersion>
16
17 <parent>
18 <groupId>org.eclipse.jgit</groupId>
19 <artifactId>jgit.tycho.parent</artifactId>
Matthias Sohn6ae1a302020-08-27 16:14:36 +020020 <version>5.10.0-SNAPSHOT</version>
Matthias Sohnf2455792010-01-14 01:22:42 +010021 </parent>
22
Matthias Sohn43543e72012-04-16 17:40:43 +020023 <artifactId>org.eclipse.jgit.repository</artifactId>
Matthias Sohn1c0ac7c2012-06-05 15:45:29 +020024 <packaging>eclipse-repository</packaging>
Matthias Sohnf2455792010-01-14 01:22:42 +010025
Matthias Sohn43543e72012-04-16 17:40:43 +020026 <name>JGit P2 Repository</name>
Matthias Sohnf2455792010-01-14 01:22:42 +010027
28 <dependencies>
29 <dependency>
30 <groupId>org.eclipse.jgit</groupId>
31 <artifactId>org.eclipse.jgit</artifactId>
Matthias Sohnb0531ee2012-05-31 01:50:55 +020032 <version>${project.version}</version>
Matthias Sohnf2455792010-01-14 01:22:42 +010033 </dependency>
Matthias Sohn536db182015-07-17 16:22:56 +020034 <dependency>
Matthias Sohnd7d035c2010-05-11 21:53:42 +020035 <groupId>org.eclipse.jgit</groupId>
Matthias Sohn27f1fb62019-04-01 01:30:44 +020036 <artifactId>org.eclipse.jgit.ant</artifactId>
Matthias Sohn3bae5242015-12-22 16:11:43 +010037 <version>${project.version}</version>
38 </dependency>
39 <dependency>
40 <groupId>org.eclipse.jgit</groupId>
Matthias Sohn27f1fb62019-04-01 01:30:44 +020041 <artifactId>org.eclipse.jgit.archive</artifactId>
42 <version>${project.version}</version>
43 </dependency>
44 <dependency>
45 <groupId>org.eclipse.jgit</groupId>
Matthias Sohn77848d62020-04-27 00:58:28 +020046 <artifactId>org.eclipse.jgit.gpg.bc</artifactId>
47 <version>${project.version}</version>
48 </dependency>
49 <dependency>
50 <groupId>org.eclipse.jgit</groupId>
Matthias Sohn27f1fb62019-04-01 01:30:44 +020051 <artifactId>org.eclipse.jgit.http.apache</artifactId>
52 <version>${project.version}</version>
53 </dependency>
54 <dependency>
55 <groupId>org.eclipse.jgit</groupId>
56 <artifactId>org.eclipse.jgit.http.server</artifactId>
Matthias Sohnaacd4f72012-06-13 15:03:59 +020057 <version>${project.version}</version>
Matthias Sohn49740902012-06-12 00:17:55 +020058 </dependency>
59 <dependency>
60 <groupId>org.eclipse.jgit</groupId>
Matthias Sohnd7d035c2010-05-11 21:53:42 +020061 <artifactId>org.eclipse.jgit.junit</artifactId>
Matthias Sohnb0531ee2012-05-31 01:50:55 +020062 <version>${project.version}</version>
Matthias Sohnd7d035c2010-05-11 21:53:42 +020063 </dependency>
Jens Baumgart51e26462010-12-08 16:20:28 +010064 <dependency>
65 <groupId>org.eclipse.jgit</groupId>
66 <artifactId>org.eclipse.jgit.junit.http</artifactId>
Matthias Sohnb0531ee2012-05-31 01:50:55 +020067 <version>${project.version}</version>
Jens Baumgart51e26462010-12-08 16:20:28 +010068 </dependency>
69 <dependency>
70 <groupId>org.eclipse.jgit</groupId>
Thomas Wolf1316d432018-11-08 16:58:52 +010071 <artifactId>org.eclipse.jgit.junit.ssh</artifactId>
72 <version>${project.version}</version>
73 </dependency>
74 <dependency>
75 <groupId>org.eclipse.jgit</groupId>
Matthias Sohn27f1fb62019-04-01 01:30:44 +020076 <artifactId>org.eclipse.jgit.lfs</artifactId>
77 <version>${project.version}</version>
78 </dependency>
79 <dependency>
80 <groupId>org.eclipse.jgit</groupId>
81 <artifactId>org.eclipse.jgit.lfs.server</artifactId>
82 <version>${project.version}</version>
83 </dependency>
84 <dependency>
85 <groupId>org.eclipse.jgit</groupId>
86 <artifactId>org.eclipse.jgit.pgm</artifactId>
Matthias Sohnb0531ee2012-05-31 01:50:55 +020087 <version>${project.version}</version>
Jens Baumgart51e26462010-12-08 16:20:28 +010088 </dependency>
Thomas Wolf9b319692018-11-01 11:28:15 +010089 <dependency>
90 <groupId>org.eclipse.jgit</groupId>
91 <artifactId>org.eclipse.jgit.ssh.apache</artifactId>
92 <version>${project.version}</version>
93 </dependency>
Matthias Sohn8d2d6832020-04-24 22:41:39 +020094 <dependency>
95 <groupId>org.eclipse.jgit</groupId>
96 <artifactId>org.eclipse.jgit.ssh.jsch</artifactId>
97 <version>${project.version}</version>
98 </dependency>
Matthias Sohn27f1fb62019-04-01 01:30:44 +020099 <dependency>
100 <groupId>org.eclipse.jgit</groupId>
101 <artifactId>org.eclipse.jgit.ui</artifactId>
102 <version>${project.version}</version>
103 </dependency>
Matthias Sohnf2455792010-01-14 01:22:42 +0100104 </dependencies>
Matthias Sohnf2455792010-01-14 01:22:42 +0100105</project>