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

Steve Rowe commented on SOLR-9515:
----------------------------------

The Maven build has been failing since this was committed because the 
kerby-kerb test dependency can't be found, e.g. from 
[https://builds.apache.org/job/Lucene-Solr-Maven-master/2483]:

{noformat}
      [mvn] [INFO] Apache Solr Core tests ................................ 
FAILED [1.525s]
[...]
      [mvn] [INFO] 
------------------------------------------------------------------------
      [mvn] [INFO] Error for project: Apache Solr Core tests (during install)
      [mvn] [INFO] 
------------------------------------------------------------------------
      [mvn] [INFO] Failed to resolve artifact.
      [mvn] 
      [mvn] Missing:
      [mvn] ----------
      [mvn] 1) org.apache.kerby:kerby-kerb:jar:1.0.1
      [mvn] 
      [mvn]   Try downloading the file manually from the project website.
      [mvn] 
      [mvn]   Then, install it using the command: 
      [mvn]       mvn install:install-file -DgroupId=org.apache.kerby 
-DartifactId=kerby-kerb -Dversion=1.0.1 -Dpackaging=jar -Dfile=/path/to/file
      [mvn] 
      [mvn]   Alternatively, if you host your own repository you can deploy the 
file there: 
      [mvn]       mvn deploy:deploy-file -DgroupId=org.apache.kerby 
-DartifactId=kerby-kerb -Dversion=1.0.1 -Dpackaging=jar -Dfile=/path/to/file 
-Durl=[url] -DrepositoryId=[id]
      [mvn] 
      [mvn]   Path to dependency: 
      [mvn]     1) org.apache.solr:solr-core-tests:jar:9.0.0-SNAPSHOT
      [mvn]     2) org.apache.kerby:kerby-kerb:jar:1.0.1
{noformat}

The reason: {{kerby-kerb}} is an aggregation pom, not a jar.  See 
https://search.maven.org/artifact/org.apache.kerby/kerby-kerb/1.0.1/pom : note 
{{<packaging>pom</packaging>}}.

It can be safely removed from {{solr/core/ivy.xml}} (and from 
{{lucene/ivy-versions.properties}}, since it's only used in the one place).

When I remove it, {{ant test}} succeeds for me under {{solr/core/}}.

> Update to Hadoop 3
> ------------------
>
>                 Key: SOLR-9515
>                 URL: https://issues.apache.org/jira/browse/SOLR-9515
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Mark Miller
>            Assignee: Kevin Risden
>            Priority: Blocker
>             Fix For: 8.0, 8.x, master (9.0)
>
>         Attachments: SOLR-9515.patch, SOLR-9515.patch, SOLR-9515.patch, 
> SOLR-9515.patch, SOLR-9515.patch, SOLR-9515.patch, SOLR-9515.patch, 
> SOLR-9515.patch
>
>          Time Spent: 7h 40m
>  Remaining Estimate: 0h
>
> Hadoop 3 is not out yet, but I'd like to iron out the upgrade to be prepared. 
> I'll start up a dev branch.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to