Hi,




New to maven, have to use maven for my new project. I have added the
following log4j artifact details to the POM.xml file,

      <dependency>

          <groupId>log4j</groupId>

          <artifactId>log4j</artifactId>

          <version>1.2.15</version>

      </dependency>



then it has to download the following the jar and the maven need maintain it
in the repository.



com.sun.jdmk      jmxtools   1.2.1

com.sun.jmx       jmxri       1.2.1

javax.jms         jms         1.1

javax.mail       mail        1.4

junit             junit       3.8.1

oro               oro         2.0.8





But I am getting the exception whenever I run mvn package/compile.....



Please suggest me .....

Reply via email to