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é.