Github user lewismc commented on a diff in the pull request:
https://github.com/apache/oodt/pull/55#discussion_r160724998
--- Diff: core/pom.xml ---
@@ -74,6 +74,16 @@ the License.
<artifactId>aws-java-sdk</artifactId>
<version>1.7.4</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.avro</groupId>
+ <artifactId>avro-ipc</artifactId>
--- End diff --
Can you please make the ```avro.version``` a defined property within the
```<properties></properties>``` element. Then it can be used consistently.
---