Hello.
in my pom.xml i have the next:

 <dependency>
      <groupId>javax.jms</groupId>
      <artifactId>jms</artifactId>
      <version>1.1</version>
      <scope>compile</scope>
    </dependency>
        <dependency>
      <groupId>com.sun.jdmk</groupId>
      <artifactId>jmxtools</artifactId>
      <version>1.2.1</version>
      <scope>compile</scope>
    </dependency>
        <dependency>
      <groupId>com.sun.jmx</groupId>
      <artifactId>jmxri</artifactId>
      <version>1.2.1</version>
      <scope>compile</scope>
    </dependency>

but appears into the eclipse console thsi error:
27/10/08 17:49:46 CET: Missing artifact javax.jms:jms:jar:1.1:compile
27/10/08 17:49:46 CET: Missing artifact
com.sun.jdmk:jmxtools:jar:1.2.1:compile
27/10/08 17:49:46 CET: Missing artifact com.sun.jmx:jmxri:jar:1.2.1:compile


How can i solve it?
thanks



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to