[
https://issues.apache.org/jira/browse/AVRO-822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13034480#comment-13034480
]
Scott Carey commented on AVRO-822:
----------------------------------
Avro uses 1.7.3 currently:
http://repo1.maven.org/maven2/org/apache/avro/avro-parent/1.5.1/avro-parent-1.5.1.pom
It is declared as a normal transitive "compile" dependency, and works for me.
Without manually adding the above, what does "mvn dependency:tree" report on
your project?
> Missing Maven dependencies
> --------------------------
>
> Key: AVRO-822
> URL: https://issues.apache.org/jira/browse/AVRO-822
> Project: Avro
> Issue Type: Bug
> Components: build, java
> Affects Versions: 1.5.1
> Reporter: Patrick Angeles
>
> I had to add this dependency to my pom.xml manually:
> <dependency>
> <groupId>org.codehaus.jackson</groupId>
> <artifactId>jackson-mapper-asl</artifactId>
> <version>1.8.0</version>
> </dependency>
> There may be others.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira