[ 
https://issues.apache.org/jira/browse/AVRO-822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13034516#comment-13034516
 ] 

Patrick Angeles commented on AVRO-822:
--------------------------------------

Strange. The .pom on my local cache says the same (1.7.3), but dependency:tree 
says (1.5.2):


[INFO] +- org.apache.avro:avro:jar:1.5.1:compile
[INFO] |  +- org.codehaus.jackson:jackson-mapper-asl:jar:1.5.2:compile
[INFO] |  |  \- org.codehaus.jackson:jackson-core-asl:jar:1.5.2:compile
[INFO] |  +- com.thoughtworks.paranamer:paranamer:jar:2.3:compile
[INFO] |  +- org.xerial.snappy:snappy-java:jar:1.0.1-rc3:compile
[INFO] |  \- org.slf4j:slf4j-api:jar:1.6.1:compile
[INFO] +- org.apache.avro:avro-mapred:jar:1.5.1:compile
[INFO] |  +- org.apache.avro:avro-ipc:jar:1.5.1:compile
[INFO] |  |  +- org.mortbay.jetty:jetty:jar:6.1.26:compile
[INFO] |  |  |  +- org.mortbay.jetty:jetty-util:jar:6.1.26:compile
[INFO] |  |  |  \- org.mortbay.jetty:servlet-api:jar:2.5-20081211:compile
[INFO] |  |  +- org.jboss.netty:netty:jar:3.2.4.Final:compile
[INFO] |  |  \- org.apache.velocity:velocity:jar:1.7:compile
[INFO] |  |     +- commons-collections:commons-collections:jar:3.2.1:compile
[INFO] |  |     \- commons-lang:commons-lang:jar:2.4:compile
[INFO] |  \- net.sf.jopt-simple:jopt-simple:jar:3.2:compile


> 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

Reply via email to