You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by joe55 <ti...@yahoo.com> on 2008/12/04 16:49:24 UTC

apache-activemq 5.2.0 jar is missing form maven2

hello

up to now we are using activemq 4.1.1

now we like to upgrade to 5.2.0
 
pom:

<groupId>org.apache.activemq</groupId>
    <artifactId>apache-activemq</artifactId>
    <version>4.1.1</version>

so i changed my pom to:

<groupId>org.apache.activemq</groupId>
    <artifactId>apache-activemq</artifactId>
    <version>5.2.0</version>

this results to:

Missing:
----------
1) org.apache.activemq:apache-activemq:jar:5.2.0

i searched the repository

http://repo1.maven.org/maven2/org/apache/activemq/apache-activemq/5.2.0/

but there is no jar named 

apache-activemq-5.2.0.jar   

the last i can find is apache-activemq-5.0.0.jar   

in 5.2.0 there are only zip's but no jar's.

may be i missed something?

thanks for you help!

best regards :-)





-- 
View this message in context: http://www.nabble.com/apache-activemq-5.2.0-jar-is-missing-form-maven2-tp20836176p20836176.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.


Re: apache-activemq 5.2.0 jar is missing form maven2

Posted by Gary Tully <ga...@gmail.com>.
you need:

    <dependency>
      <groupId>org.apache.activemq</groupId>
      <artifactId>activemq-all</artifactId>
      <version>${amq-version}</version>
    </dependency>

or just the core:

    <dependency>
      <groupId>org.apache.activemq</groupId>
      <artifactId>activemq-core</artifactId>
      <version>${amq-version}</version>
    </dependency>

see:
http://repo1.maven.org/maven2/org/apache/activemq/activemq-all/5.2.0/


> http://repo1.maven.org/maven2/org/apache/activemq/apache-activemq/5.2.0/
has the binary distros.


2008/12/4 joe55 <ti...@yahoo.com>:
>
> hello
>
> up to now we are using activemq 4.1.1
>
> now we like to upgrade to 5.2.0
>
> pom:
>
> <groupId>org.apache.activemq</groupId>
>    <artifactId>apache-activemq</artifactId>
>    <version>4.1.1</version>
>
> so i changed my pom to:
>
> <groupId>org.apache.activemq</groupId>
>    <artifactId>apache-activemq</artifactId>
>    <version>5.2.0</version>
>
> this results to:
>
> Missing:
> ----------
> 1) org.apache.activemq:apache-activemq:jar:5.2.0
>
> i searched the repository
>
> http://repo1.maven.org/maven2/org/apache/activemq/apache-activemq/5.2.0/
>
> but there is no jar named
>
> apache-activemq-5.2.0.jar
>
> the last i can find is apache-activemq-5.0.0.jar
>
> in 5.2.0 there are only zip's but no jar's.
>
> may be i missed something?
>
> thanks for you help!
>
> best regards :-)
>
>
>
>
>
> --
> View this message in context: http://www.nabble.com/apache-activemq-5.2.0-jar-is-missing-form-maven2-tp20836176p20836176.html
> Sent from the ActiveMQ - User mailing list archive at Nabble.com.
>
>



-- 
http://blog.garytully.com

Open Source SOA
http://FUSESource.com