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