Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [geomesa-users] Geomesa Maven dependencies

I have made a mistake with the "security" dependency, it works fine.
However, I am not able to download the geomesa-spark-converter_2.11 version 1.3.1 trough Maven. I have finally download it manually.

2017-03-15 15:03 GMT+01:00 Jose Bujalance <joseab56@xxxxxxxxx>:
Hi,

I am starting to work with the Geomesa-Spark integration on Java and I am experiencing some issues when importing some of the dependencies from the Geomesa repository.

This is the repository I am using:

<repository>
<id>geomesa</id>
</repository>

There are two Geomesa dependencies I am having problmes with:

<dependency>
<groupId>org.locationtech.geomesa</groupId>
<artifactId>geomesa-spark-converter_2.11</artifactId>
<version>1.3.1</version>
</dependency>
Missing artifact org.locationtech.geomesa:geomesa-spark-converter_2.11:jar:1.3.1
<dependency>
<groupId>org.locationtech.geomesa</groupId>
<artifactId>geomesa-security</artifactId>
<version>1.3.1</version>
</dependency>
Missing artifact org.locationtech.geomesa:geomesa-security:jar:1.3.1

Maven is telling me that he is not able to download these two dependencies, and surprisingly the others are ok (geomesa-spark-core_2.11, geomesa-accumulo-datastore_2.11, etc, etc)

Is there any problem with these dependencies ? Am I using the correct repository ?

Thank you,

José.


Back to the top