[EMAIL PROTECTED] pisze:
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
> 
> Missing:
> ----------
> 1) javax.jms:jms:jar:1.1
> 
>  Try downloading the file manually from:     
> http://java.sun.com/products/jms/docs.html
> 
>  Then, install it using the command:      mvn install:install-file
> -DgroupId=javax.jms -DartifactId=jms \
>          -Dversion=1.1 -Dpackaging=jar -Dfile=/path/to/file
> Alternatively, if you host your own repository you can deploy the file
> there:       mvn deploy:deploy-file -DgroupId=javax.jms -DartifactId=jms \
>          -Dversion=1.1 -Dpackaging=jar -Dfile=/path/to/file \
>           -Durl=[url] -DrepositoryId=[id]
> 
>  Path to dependency:      1)
> org.apache.cocoon:cocoon-spring-configurator:jar:1.0.1-SNAPSHOT
>      2) log4j:log4j:jar:1.2.15
>      3) javax.jms:jms:jar:1.1

Does anyone know why log4j has this dependencies introduced in minor version 
increase?
Since this dependencies are not on central repository, shouldn't they be 
defined as provided, or so?

-- 
Grzegorz Kossakowski
http://reflectingonthevicissitudes.wordpress.com/

Reply via email to