Repository: cxf Updated Branches: refs/heads/master ffc766ccd -> 6a77cd049
[CXF-6360] Few more updates to dependencies Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/6a77cd04 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/6a77cd04 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/6a77cd04 Branch: refs/heads/master Commit: 6a77cd049fc39bfd27dfe364fc7c1970e58cc455 Parents: ffc766c Author: Sergey Beryozkin <[email protected]> Authored: Thu May 21 11:44:58 2015 +0100 Committer: Sergey Beryozkin <[email protected]> Committed: Thu May 21 11:44:58 2015 +0100 ---------------------------------------------------------------------- integration/pom.xml | 1 - integration/tracing/tracing-htrace/pom.xml | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/6a77cd04/integration/pom.xml ---------------------------------------------------------------------- diff --git a/integration/pom.xml b/integration/pom.xml index f46fdbb..536e342 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -32,7 +32,6 @@ <modules> <module>jca</module> <module>cdi</module> - <module>tracing/tracing-core</module> <module>tracing/tracing-htrace</module> </modules> </project> http://git-wip-us.apache.org/repos/asf/cxf/blob/6a77cd04/integration/tracing/tracing-htrace/pom.xml ---------------------------------------------------------------------- diff --git a/integration/tracing/tracing-htrace/pom.xml b/integration/tracing/tracing-htrace/pom.xml index 15b6363..8172c60 100644 --- a/integration/tracing/tracing-htrace/pom.xml +++ b/integration/tracing/tracing-htrace/pom.xml @@ -54,6 +54,11 @@ <version>${project.version}</version> </dependency> <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-rt-management</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> <groupId>org.apache.htrace</groupId> <artifactId>htrace-core</artifactId> </dependency>
