I’m sure I’m being stupid, but I can’t figure out in which way.

Within the last month or so, I’ve built a project that uses maven2 to get
dependencies, with my POM listing things like

    <dependency>
      <groupId>org.apache.lucene</groupId>
      <artifactId>lucene-test-framework</artifactId>
      <version>8.12.2</version>
    </dependency>

…along with solr-core, solr-analysis-extras, etc.

Tonight I went to build my project and maven gives me and error like, e.g., The
POM for org.apache.solr:solr-analysis-extras:jar:8.12.2 is missing, no
dependency information available
So I bop on over to maven central, and sure enough, it only goes up through
8.11.3.

I know this is at best tangential to solr (since I’m assuming my problem is
with not understanding maven2), but if things rings any bells for anyone,
let me know.

Thanks

-Bill-
-- 
Bill Dueber
Library Systems Programmer
University of Michigan Library

Reply via email to