From 9f6b16d6e8ade6dfa40e9bbf4196d55adf8f2fec Mon Sep 17 00:00:00 2001 From: Maros Marsalek Date: Wed, 29 Jun 2016 09:14:51 +0200 Subject: HONEYCOMB-94 Reimplement writer registry with better ordering options Now the registry is flat and allows for full control of writer execution order Change-Id: I864e1d676588ffe59b596145e0829e81b1a1ed2f Signed-off-by: Maros Marsalek --- v3po/features/pom.xml | 5 +++++ v3po/features/src/main/features/features.xml | 1 + 2 files changed, 6 insertions(+) (limited to 'v3po/features') diff --git a/v3po/features/pom.xml b/v3po/features/pom.xml index 43b5e83bc..2929e5d87 100644 --- a/v3po/features/pom.xml +++ b/v3po/features/pom.xml @@ -225,6 +225,11 @@ translate-utils ${project.version} + + org.jgrapht + jgrapht-core + 0.9.2 + ${project.groupId} vpp-translate-utils diff --git a/v3po/features/src/main/features/features.xml b/v3po/features/src/main/features/features.xml index 89c64726c..8419fbebd 100644 --- a/v3po/features/src/main/features/features.xml +++ b/v3po/features/src/main/features/features.xml @@ -38,6 +38,7 @@ mvn:io.fd.honeycomb.v3po/v3po-impl/${project.version} mvn:io.fd.honeycomb.v3po/translate-api/${project.version} mvn:io.fd.honeycomb.v3po/translate-spi/${project.version} + mvn:org.jgrapht/jgrapht-core/{{VERSION}} mvn:io.fd.honeycomb.v3po/translate-utils/${project.version} mvn:io.fd.honeycomb.v3po/vpp-translate-utils/${project.version} mvn:io.fd.honeycomb.v3po/data-api/${project.version} -- cgit 1.2.3-korg