[KARAF-5225] Add Narayana dependencies to DependencyManagement
Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/f176bf01 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/f176bf01 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/f176bf01 Branch: refs/heads/master Commit: f176bf011576502dab802066348dbcb9a3793dbc Parents: 20c1347 Author: Andrea Cosentino <[email protected]> Authored: Wed Jun 28 10:58:16 2017 +0200 Committer: Andrea Cosentino <[email protected]> Committed: Wed Jun 28 11:26:44 2017 +0200 ---------------------------------------------------------------------- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/f176bf01/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 03668fb..f06fca1 100644 --- a/pom.xml +++ b/pom.xml @@ -1725,6 +1725,11 @@ <artifactId>awaitility</artifactId> <version>3.0.0</version> </dependency> + <dependency> + <groupId>org.jboss.narayana.osgi</groupId> + <artifactId>narayana-osgi-jta</artifactId> + <version>${narayana.version}</version> + </dependency> </dependencies> </dependencyManagement>
