[
https://issues.apache.org/jira/browse/SOLR-9589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15563377#comment-15563377
]
Eric Pugh commented on SOLR-9589:
---------------------------------
I updated to the 6.2.2-SNAPSHOT, as I ran into a dropwizard/SolrJ conflict on
Jackson!
However, both 6.2.2-SNAPSHOT and 6.3.0-SNAPSHOT pom files still include
Jackson. So I had to add exclusions as below. Is there a code change to
get updated .pom files on nightly?
```
<dependency>
<groupId>org.apache.solr</groupId>
<artifactId>solr-solrj</artifactId>
<version>6.2.2-SNAPSHOT</version>
<exclusions>
<exclusion> <!-- declare the exclusion here -->
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
</exclusion>
<exclusion> <!-- declare the exclusion here -->
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
</exclusion>
<exclusion> <!-- declare the exclusion here -->
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</exclusion>
</exclusions>
</dependency>
```
https://repository.apache.org/content/groups/snapshots/org/apache/solr/solr-solrj/6.3.0-SNAPSHOT/solr-solrj-6.3.0-20161002.040738-18.pom
> Review and remove Jackson dependency from SolrJ
> -----------------------------------------------
>
> Key: SOLR-9589
> URL: https://issues.apache.org/jira/browse/SOLR-9589
> Project: Solr
> Issue Type: Task
> Security Level: Public(Default Security Level. Issues are Public)
> Reporter: Ishan Chattopadhyaya
> Assignee: Noble Paul
> Fix For: 6.3, master (7.0)
>
> Attachments: SOLR-9589.patch, SOLR-9589.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]