Updated Branches: refs/heads/flume-1.4 37ba6650b -> 5ab29bdaf
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/5ab29bda Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/5ab29bda Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/5ab29bda Branch: refs/heads/flume-1.4 Commit: 5ab29bdaf7f1838278bc8c2eb0ab7e6ac6f591bc Parents: 37ba665 Author: Hari Shreedharan <[email protected]> Authored: Wed Dec 19 18:00:56 2012 -0800 Committer: Hari Shreedharan <[email protected]> Committed: Wed Dec 19 18:01:41 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/5ab29bda/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/5ab29bda/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9b23e76..faa67f9 100644 --- a/pom.xml +++ b/pom.xml @@ -945,7 +945,6 @@ limitations under the License. <version>1.4.0-SNAPSHOT</version> </dependency> - <dependency> <groupId>org.apache.flume</groupId> <artifactId>flume-ng-sdk</artifactId> @@ -959,6 +958,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>
