Because MQ is proprietary software, most likely you will only be able
to get the jars if you have the product on your machine or within your
organization. If you have the software, you'll need to install those
jars into your repository.

On Thu, Apr 22, 2010 at 9:48 AM, Srini97 <sri.tec...@googlemail.com> wrote:
>
> Hello ,
>
> I wanted to include IBM MQ  jar to include in pm project. I have included
> following dependencies under the dependency section,  but it unable to get
> them and saying
>
> 22/04/10 15:24:52 BST: Missing artifact
> com.ibm:com.ibm.mq:jar:5.3.07:compile
> 22/04/10 15:24:52 BST: Missing artifact
> com.ibm:com.ibm.mqjms:jar:5.3.07:compile
>
> <dependency>
>                <groupId>com.ibm</groupId>
>                <artifactId>com.ibm.mq</artifactId>
>                <version>5.3.07</version>
>        </dependency>
>        <dependency>
>                <groupId>com.ibm</groupId>
>                <artifactId>com.ibm.mqjms</artifactId>
>                <version>5.3.07</version>
>        </dependency>
>
>
> do I need to add any thing under repository section or plugin repository
> sections.
>
> Thanks in advance for the reply.
>
> Regards
> Sri
> --
> View this message in context: 
> http://old.nabble.com/Ibm-Mq-jar-for-JMS-tp28329940p28329940.html
> Sent from the Maven Developers mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to