add avro deps
Project: http://git-wip-us.apache.org/repos/asf/oodt/repo Commit: http://git-wip-us.apache.org/repos/asf/oodt/commit/6d4acafc Tree: http://git-wip-us.apache.org/repos/asf/oodt/tree/6d4acafc Diff: http://git-wip-us.apache.org/repos/asf/oodt/diff/6d4acafc Branch: refs/heads/avro_rpc Commit: 6d4acafc78bd38666116254c16b4753471821b6a Parents: fa572a2 Author: Tom Barber <[email protected]> Authored: Fri Jul 1 21:54:26 2016 +0100 Committer: Tom Barber <[email protected]> Committed: Fri Jul 1 21:54:26 2016 +0100 ---------------------------------------------------------------------- filemgr/pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/oodt/blob/6d4acafc/filemgr/pom.xml ---------------------------------------------------------------------- diff --git a/filemgr/pom.xml b/filemgr/pom.xml index d526109..5f19743 100644 --- a/filemgr/pom.xml +++ b/filemgr/pom.xml @@ -50,6 +50,19 @@ can be overridden in a specific pom and should have a comment explaing why the version has been overridden --> <dependencies> + <!-- https://mvnrepository.com/artifact/org.apache.avro/avro --> + <dependency> + <groupId>org.apache.avro</groupId> + <artifactId>avro</artifactId> + <version>1.8.1</version> + </dependency> + <!-- https://mvnrepository.com/artifact/org.apache.avro/avro-ipc --> + <dependency> + <groupId>org.apache.avro</groupId> + <artifactId>avro-ipc</artifactId> + <version>1.8.1</version> + </dependency> + <dependency> <groupId>com.amazonaws</groupId> <artifactId>aws-java-sdk</artifactId>
