Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [paho-dev] missing mqtt-client-1.0.0.jar

hi all

I tried with this pom.xml, but without success:

 <repositories>
        <repository>
            <id>eclipse.org</id>
            <url>https://repo.eclipse.org/content/repositories/paho-releases</url>
        </repository>
 </repositories>

 <dependency>
            <groupId>org.eclipse.paho</groupId>
            <artifactId>org.eclipse.paho.client.mqttv3</artifactId>
            <version>1.0.0</version>
 </dependency>

The result is

[ERROR] Failed to execute goal on project scuolesci: Could not resolve dependencies for project com.storassa.javaee:scuolesci:war:0.0.1-SNAPSHOT: Failed to collect dependencies at org.eclipse.paho:org.eclipse.paho.client.mqttv3:jar:1.0.0: Failed to read artifact descriptor for org.eclipse.paho:org.eclipse.paho.client.mqttv3:jar:1.0.0: Could not find artifact org.eclipse.paho:java-parent:pom:${paho.version} in java.net (https://repo.eclipse.org/content/repositories/paho-releases) -> [Help 1]


sergio


On 07/31/2014 08:54 AM, Nicholas O'Leary wrote:

This question seems to come up quite often.

Maybe we should make this clearer on http://www.eclipse.org/paho/clients/java/ ?

Nick


On 29 Jul 2014 07:24, "Alexander Kuhn" <magic.alex@xxxxxx> wrote:
>
> Hallo everybody,
>
> this is my first email to a mailing-list. I'm not sure if it is right to send a Question directly to everybody in the mailinglist. So, I'm sorry about that in advance.
>
> I'm looking for the mqtt-client-1.0.0.jar, but I can't find it here:
> https://repo.eclipse.org/content/repositories/paho-releases/org/eclipse/paho/mqtt-client/
>
> And I also can't find any maven-repository entries for the Version 1.0.0 only for 0.4.0:
> http://maven-repository.com/artifact/org.eclipse.paho/mqtt-client/
>
> Can anyone help me plz.
>
> Thank you in advance.
>
> Kind Regards
> Alexander Kuhn
> _______________________________________________
> paho-dev mailing list
> paho-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/paho-dev



_______________________________________________
paho-dev mailing list
paho-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/paho-dev


Back to the top