Updated Branches: refs/heads/trunk 88980d06b -> 123c7bf6d
FLUME-1805. Embedded agent deps should be specified in dependencyManagement section of pom (Mike Percy via Hari Shreedharan) Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/123c7bf6 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/123c7bf6 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/123c7bf6 Branch: refs/heads/trunk Commit: 123c7bf6dfff269a26a334af6fc8dd8c5786e758 Parents: 88980d0 Author: Hari Shreedharan <[email protected]> Authored: Wed Dec 19 18:00:56 2012 -0800 Committer: Hari Shreedharan <[email protected]> Committed: Wed Dec 19 18:00:56 2012 -0800 ---------------------------------------------------------------------- flume-ng-dist/pom.xml | 1 - pom.xml | 8 +++++++- 2 files changed, 7 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/123c7bf6/flume-ng-dist/pom.xml ---------------------------------------------------------------------- diff --git a/flume-ng-dist/pom.xml b/flume-ng-dist/pom.xml index e5e3f5a..1a44626 100644 --- a/flume-ng-dist/pom.xml +++ b/flume-ng-dist/pom.xml @@ -79,7 +79,6 @@ <dependency> <groupId>org.apache.flume</groupId> <artifactId>flume-ng-embedded-agent</artifactId> - <version>1.4.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.flume</groupId> http://git-wip-us.apache.org/repos/asf/flume/blob/123c7bf6/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index c27a980..5d59d44 100644 --- a/pom.xml +++ b/pom.xml @@ -952,7 +952,6 @@ limitations under the License. <version>1.4.0-SNAPSHOT</version> </dependency> - <dependency> <groupId>org.apache.flume</groupId> <artifactId>flume-ng-sdk</artifactId> @@ -966,6 +965,13 @@ limitations under the License. </dependency> <dependency> + <groupId>org.apache.flume</groupId> + <artifactId>flume-ng-embedded-agent</artifactId> + <version>1.4.0-SNAPSHOT</version> + </dependency> + + + <dependency> <groupId>com.sun.jersey</groupId> <artifactId>jersey-core</artifactId> <version>1.8</version>
