Updated Branches: refs/heads/trunk fc5d3f684 -> 0c0dbb878
FLUME-1506. Child poms pull in specific versions of packages not in top level pom. (Hari Shreedharan via Mike Percy) Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/0c0dbb87 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/0c0dbb87 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/0c0dbb87 Branch: refs/heads/trunk Commit: 0c0dbb878a273d194d7ff8075b7f999636f36f27 Parents: fc5d3f6 Author: Mike Percy <[email protected]> Authored: Thu Aug 23 01:32:38 2012 -0700 Committer: Mike Percy <[email protected]> Committed: Thu Aug 23 01:32:38 2012 -0700 ---------------------------------------------------------------------- flume-ng-channels/flume-file-channel/pom.xml | 2 -- flume-ng-core/pom.xml | 1 - flume-ng-sinks/flume-hdfs-sink/pom.xml | 1 - pom.xml | 7 +++++++ 4 files changed, 7 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/0c0dbb87/flume-ng-channels/flume-file-channel/pom.xml ---------------------------------------------------------------------- diff --git a/flume-ng-channels/flume-file-channel/pom.xml b/flume-ng-channels/flume-file-channel/pom.xml index 62d80e3..7556f9f 100644 --- a/flume-ng-channels/flume-file-channel/pom.xml +++ b/flume-ng-channels/flume-file-channel/pom.xml @@ -76,14 +76,12 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-all</artifactId> - <version>1.9.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.easytesting</groupId> <artifactId>fest-reflect</artifactId> - <version>1.4</version> <scope>test</scope> </dependency> http://git-wip-us.apache.org/repos/asf/flume/blob/0c0dbb87/flume-ng-core/pom.xml ---------------------------------------------------------------------- diff --git a/flume-ng-core/pom.xml b/flume-ng-core/pom.xml index 3fc8a8d..8d2e8d2 100644 --- a/flume-ng-core/pom.xml +++ b/flume-ng-core/pom.xml @@ -132,7 +132,6 @@ limitations under the License. <dependency> <groupId>org.easytesting</groupId> <artifactId>fest-reflect</artifactId> - <version>1.4</version> <scope>test</scope> </dependency> http://git-wip-us.apache.org/repos/asf/flume/blob/0c0dbb87/flume-ng-sinks/flume-hdfs-sink/pom.xml ---------------------------------------------------------------------- diff --git a/flume-ng-sinks/flume-hdfs-sink/pom.xml b/flume-ng-sinks/flume-hdfs-sink/pom.xml index 6317dc2..e3cc67f 100644 --- a/flume-ng-sinks/flume-hdfs-sink/pom.xml +++ b/flume-ng-sinks/flume-hdfs-sink/pom.xml @@ -81,7 +81,6 @@ limitations under the License. <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-all</artifactId> - <version>1.9.0</version> <scope>test</scope> </dependency> http://git-wip-us.apache.org/repos/asf/flume/blob/0c0dbb87/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a277585..487be1c 100644 --- a/pom.xml +++ b/pom.xml @@ -594,6 +594,13 @@ limitations under the License. <scope>test</scope> </dependency> + <dependency> + <groupId>org.easytesting</groupId> + <artifactId>fest-reflect</artifactId> + <version>1.4</version> + <scope>test</scope> + </dependency> + <!-- Dependencies: compile --> <dependency>
