peter-lawrey / HugeCollections-OLD

Huge Collections for Java using efficient off heap storage
273 stars 51 forks source link

Missing net.openhft:HugeCollections:2.0 pom #3

Closed lburgazzoli closed 10 years ago

lburgazzoli commented 10 years ago

Looks like Maven central does not have the pom for net.openhft:HugeCollections:2.0

> Could not resolve net.openhft:collections:2.0.
  Required by:
      com.github.lburgazzoli:hazelcast-offheap:1.0.0.SNAPSHOT
   > Could not parse POM http://repo1.maven.org/maven2/net/openhft/collections/2.0/collections-2.0.pom
      > Could not find any version that matches net.openhft:HugeCollections:2.0.
   > Could not parse POM http://repo2.maven.org/maven2/net/openhft/collections/2.0/collections-2.0.pom
      > Could not find any version that matches net.openhft:HugeCollections:2.0.
   > Could not parse POM https://oss.sonatype.org/content/repositories/releases/net/openhft/collections/2.0/collections-2.0.pom
      > Could not find any version that matches net.openhft:HugeCollections:
peter-lawrey commented 10 years ago

The problem is that the parent pom is missing. In fact it shouldn't have a parent pom.

On 25 January 2014 14:22, lburgazzoli notifications@github.com wrote:

Looks like Maven central does not have the pom for net.openhft:HugeCollections:2.0

Could not resolve net.openhft:collections:2.0. Required by: com.github.lburgazzoli:hazelcast-offheap:1.0.0.SNAPSHOT Could not parse POM http://repo1.maven.org/maven2/net/openhft/collections/2.0/collections-2.0.pom

Could not find any version that matches net.openhft:HugeCollections:2.0. Could not parse POM http://repo2.maven.org/maven2/net/openhft/collections/2.0/collections-2.0.pom Could not find any version that matches net.openhft:HugeCollections:2.0. Could not parse POM https://oss.sonatype.org/content/repositories/releases/net/openhft/collections/2.0/collections-2.0.pom Could not find any version that matches net.openhft:HugeCollections:

— Reply to this email directly or view it on GitHubhttps://github.com/OpenHFT/HugeCollections/issues/3 .

lburgazzoli commented 10 years ago

Right, I missed to add "parent" in the description. Did you deploy it from HugeCollections or from HugeCollections/collections?

peter-lawrey commented 10 years ago

The later. It is intended to be stand alone. On 25 Jan 2014 16:20, "lburgazzoli" notifications@github.com wrote:

Right, I missed to add "parent" in the description. Did you deploy it from HugeCollections or from HugeCollections/collections?

— Reply to this email directly or view it on GitHubhttps://github.com/OpenHFT/HugeCollections/issues/3#issuecomment-33292576 .