xref: /JGit/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.feature/pom.xml (revision 1cbfea9ece03b40669377a7f858218f6994562ea)
19b31969fSThomas Wolf<?xml version="1.0" encoding="UTF-8"?>
29b31969fSThomas Wolf<!--
35c5f7c6bSMatthias Sohn  Copyright (C) 2018, Thomas Wolf <thomas.wolf@paranor.ch> and others
49b31969fSThomas Wolf
55c5f7c6bSMatthias Sohn  This program and the accompanying materials are made available under the
65c5f7c6bSMatthias Sohn  terms of the Eclipse Distribution License v. 1.0 which is available at
75c5f7c6bSMatthias Sohn  http://www.eclipse.org/org/documents/edl-v10.php.
89b31969fSThomas Wolf
95c5f7c6bSMatthias Sohn  SPDX-License-Identifier: BSD-3-Clause
109b31969fSThomas Wolf-->
119b31969fSThomas Wolf
129b31969fSThomas Wolf<project xmlns="http://maven.apache.org/POM/4.0.0"
139b31969fSThomas Wolf    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
149b31969fSThomas Wolf    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
159b31969fSThomas Wolf  <modelVersion>4.0.0</modelVersion>
169b31969fSThomas Wolf
179b31969fSThomas Wolf  <parent>
189b31969fSThomas Wolf    <groupId>org.eclipse.jgit</groupId>
199b31969fSThomas Wolf    <artifactId>jgit.tycho.parent</artifactId>
20*1cbfea9eSMatthias Sohn    <version>5.13.0-SNAPSHOT</version>
219b31969fSThomas Wolf  </parent>
229b31969fSThomas Wolf
239b31969fSThomas Wolf  <groupId>org.eclipse.jgit.feature</groupId>
249b31969fSThomas Wolf  <artifactId>org.eclipse.jgit.ssh.apache</artifactId>
259b31969fSThomas Wolf  <packaging>eclipse-feature</packaging>
269b31969fSThomas Wolf
279b31969fSThomas Wolf  <name>JGit - Ssh support using Apache MINA sshd</name>
289b31969fSThomas Wolf  <dependencies>
299b31969fSThomas Wolf
309b31969fSThomas Wolf    <dependency>
319b31969fSThomas Wolf      <groupId>org.eclipse.jgit</groupId>
329b31969fSThomas Wolf      <artifactId>org.eclipse.jgit</artifactId>
339b31969fSThomas Wolf      <version>${project.version}</version>
349b31969fSThomas Wolf    </dependency>
359b31969fSThomas Wolf
369b31969fSThomas Wolf    <dependency>
379b31969fSThomas Wolf      <groupId>org.eclipse.jgit</groupId>
389b31969fSThomas Wolf      <artifactId>org.eclipse.jgit.ssh.apache</artifactId>
399b31969fSThomas Wolf      <version>${project.version}</version>
409b31969fSThomas Wolf    </dependency>
419b31969fSThomas Wolf
429b31969fSThomas Wolf  </dependencies>
439b31969fSThomas Wolf
449b31969fSThomas Wolf</project>
45