From 1da7ff56a11e3d48c6791d3361a97c305efab286 Mon Sep 17 00:00:00 2001 From: Mat Booth Date: Tue, 16 Apr 2019 15:19:21 +0100 Subject: [PATCH] Add apache-sshd dependency --- eclipse.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/eclipse.yaml b/eclipse.yaml index f20d346..bd80ca5 100644 --- a/eclipse.yaml +++ b/eclipse.yaml @@ -23,6 +23,7 @@ data: api: rpms: - apache-commons-jxpath + - apache-sshd - batik - felix-gogo-command - felix-gogo-runtime @@ -106,11 +107,21 @@ data: ref: f30 rationale: > Module API. + apache-sshd: + buildorder: 20 + ref: f30 + rationale: > + Module API. batik: buildorder: 20 ref: f30 rationale: > Module API. + ed25519-java: + buildorder: 10 + ref: f30 + rationale: > + Runtime dependency of apache-sshd. felix-gogo-command: buildorder: 30 ref: f30