Matthias Sohn | f245579 | 2010-01-14 01:22:42 +0100 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
Matthias Sohn | 5c5f7c6 | 2020-01-04 00:50:50 +0100 | [diff] [blame] | 3 | Copyright (C) 2009,2014, Matthias Sohn <matthias.sohn@sap.com> and others |
Matthias Sohn | f245579 | 2010-01-14 01:22:42 +0100 | [diff] [blame] | 4 | |
Matthias Sohn | 5c5f7c6 | 2020-01-04 00:50:50 +0100 | [diff] [blame] | 5 | 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 Sohn | f245579 | 2010-01-14 01:22:42 +0100 | [diff] [blame] | 8 | |
Matthias Sohn | 5c5f7c6 | 2020-01-04 00:50:50 +0100 | [diff] [blame] | 9 | SPDX-License-Identifier: BSD-3-Clause |
Matthias Sohn | f245579 | 2010-01-14 01:22:42 +0100 | [diff] [blame] | 10 | --> |
| 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 Sohn | 6ae1a30 | 2020-08-27 16:14:36 +0200 | [diff] [blame] | 20 | <version>5.10.0-SNAPSHOT</version> |
Matthias Sohn | f245579 | 2010-01-14 01:22:42 +0100 | [diff] [blame] | 21 | </parent> |
| 22 | |
Matthias Sohn | 43543e7 | 2012-04-16 17:40:43 +0200 | [diff] [blame] | 23 | <artifactId>org.eclipse.jgit.repository</artifactId> |
Matthias Sohn | 1c0ac7c | 2012-06-05 15:45:29 +0200 | [diff] [blame] | 24 | <packaging>eclipse-repository</packaging> |
Matthias Sohn | f245579 | 2010-01-14 01:22:42 +0100 | [diff] [blame] | 25 | |
Matthias Sohn | 43543e7 | 2012-04-16 17:40:43 +0200 | [diff] [blame] | 26 | <name>JGit P2 Repository</name> |
Matthias Sohn | f245579 | 2010-01-14 01:22:42 +0100 | [diff] [blame] | 27 | |
| 28 | <dependencies> |
| 29 | <dependency> |
| 30 | <groupId>org.eclipse.jgit</groupId> |
| 31 | <artifactId>org.eclipse.jgit</artifactId> |
Matthias Sohn | b0531ee | 2012-05-31 01:50:55 +0200 | [diff] [blame] | 32 | <version>${project.version}</version> |
Matthias Sohn | f245579 | 2010-01-14 01:22:42 +0100 | [diff] [blame] | 33 | </dependency> |
Matthias Sohn | 536db18 | 2015-07-17 16:22:56 +0200 | [diff] [blame] | 34 | <dependency> |
Matthias Sohn | d7d035c | 2010-05-11 21:53:42 +0200 | [diff] [blame] | 35 | <groupId>org.eclipse.jgit</groupId> |
Matthias Sohn | 27f1fb6 | 2019-04-01 01:30:44 +0200 | [diff] [blame] | 36 | <artifactId>org.eclipse.jgit.ant</artifactId> |
Matthias Sohn | 3bae524 | 2015-12-22 16:11:43 +0100 | [diff] [blame] | 37 | <version>${project.version}</version> |
| 38 | </dependency> |
| 39 | <dependency> |
| 40 | <groupId>org.eclipse.jgit</groupId> |
Matthias Sohn | 27f1fb6 | 2019-04-01 01:30:44 +0200 | [diff] [blame] | 41 | <artifactId>org.eclipse.jgit.archive</artifactId> |
| 42 | <version>${project.version}</version> |
| 43 | </dependency> |
| 44 | <dependency> |
| 45 | <groupId>org.eclipse.jgit</groupId> |
Matthias Sohn | 77848d6 | 2020-04-27 00:58:28 +0200 | [diff] [blame] | 46 | <artifactId>org.eclipse.jgit.gpg.bc</artifactId> |
| 47 | <version>${project.version}</version> |
| 48 | </dependency> |
| 49 | <dependency> |
| 50 | <groupId>org.eclipse.jgit</groupId> |
Matthias Sohn | 27f1fb6 | 2019-04-01 01:30:44 +0200 | [diff] [blame] | 51 | <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 Sohn | aacd4f7 | 2012-06-13 15:03:59 +0200 | [diff] [blame] | 57 | <version>${project.version}</version> |
Matthias Sohn | 4974090 | 2012-06-12 00:17:55 +0200 | [diff] [blame] | 58 | </dependency> |
| 59 | <dependency> |
| 60 | <groupId>org.eclipse.jgit</groupId> |
Matthias Sohn | d7d035c | 2010-05-11 21:53:42 +0200 | [diff] [blame] | 61 | <artifactId>org.eclipse.jgit.junit</artifactId> |
Matthias Sohn | b0531ee | 2012-05-31 01:50:55 +0200 | [diff] [blame] | 62 | <version>${project.version}</version> |
Matthias Sohn | d7d035c | 2010-05-11 21:53:42 +0200 | [diff] [blame] | 63 | </dependency> |
Jens Baumgart | 51e2646 | 2010-12-08 16:20:28 +0100 | [diff] [blame] | 64 | <dependency> |
| 65 | <groupId>org.eclipse.jgit</groupId> |
| 66 | <artifactId>org.eclipse.jgit.junit.http</artifactId> |
Matthias Sohn | b0531ee | 2012-05-31 01:50:55 +0200 | [diff] [blame] | 67 | <version>${project.version}</version> |
Jens Baumgart | 51e2646 | 2010-12-08 16:20:28 +0100 | [diff] [blame] | 68 | </dependency> |
| 69 | <dependency> |
| 70 | <groupId>org.eclipse.jgit</groupId> |
Thomas Wolf | 1316d43 | 2018-11-08 16:58:52 +0100 | [diff] [blame] | 71 | <artifactId>org.eclipse.jgit.junit.ssh</artifactId> |
| 72 | <version>${project.version}</version> |
| 73 | </dependency> |
| 74 | <dependency> |
| 75 | <groupId>org.eclipse.jgit</groupId> |
Matthias Sohn | 27f1fb6 | 2019-04-01 01:30:44 +0200 | [diff] [blame] | 76 | <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 Sohn | b0531ee | 2012-05-31 01:50:55 +0200 | [diff] [blame] | 87 | <version>${project.version}</version> |
Jens Baumgart | 51e2646 | 2010-12-08 16:20:28 +0100 | [diff] [blame] | 88 | </dependency> |
Thomas Wolf | 9b31969 | 2018-11-01 11:28:15 +0100 | [diff] [blame] | 89 | <dependency> |
| 90 | <groupId>org.eclipse.jgit</groupId> |
| 91 | <artifactId>org.eclipse.jgit.ssh.apache</artifactId> |
| 92 | <version>${project.version}</version> |
| 93 | </dependency> |
Matthias Sohn | 8d2d683 | 2020-04-24 22:41:39 +0200 | [diff] [blame] | 94 | <dependency> |
| 95 | <groupId>org.eclipse.jgit</groupId> |
| 96 | <artifactId>org.eclipse.jgit.ssh.jsch</artifactId> |
| 97 | <version>${project.version}</version> |
| 98 | </dependency> |
Matthias Sohn | 27f1fb6 | 2019-04-01 01:30:44 +0200 | [diff] [blame] | 99 | <dependency> |
| 100 | <groupId>org.eclipse.jgit</groupId> |
| 101 | <artifactId>org.eclipse.jgit.ui</artifactId> |
| 102 | <version>${project.version}</version> |
| 103 | </dependency> |
Matthias Sohn | f245579 | 2010-01-14 01:22:42 +0100 | [diff] [blame] | 104 | </dependencies> |
Matthias Sohn | f245579 | 2010-01-14 01:22:42 +0100 | [diff] [blame] | 105 | </project> |