Re: Maven - Unresolved references to [javax.activation, javax.annotation]

2012-01-29 Thread rcbandit
http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html Would you explain in details what I need to change? -- View this message in context: http://maven.40175.n5.nabble.com/Maven-Unresolved-references-to-javax-activation-javax-annotation-tp5438593p5439261.html Sent from the Maven

Re: Maven - Unresolved references to [javax.activation, javax.annotation]

2012-01-29 Thread Robert Scholte
The title of this message indicates missing some specific dependencies. The link to the page should tell you need to download them from the sun/oracle site and install them by hand (these dependencies are not available at Maven Central due to licenses) The page should also tell you which

Maven - Unresolved references to [javax.activation, javax.annotation]

2012-01-28 Thread rcbandit
I'm developing web application with OSGI. I have a maven configuration error which I cannot find. This is the complete source code: http://uploading.com/files/8e5c9888/SH_27_test.zip/ This is the POM file: project xmlns=http://maven.apache.org/POM/4.0.0;

Re: Maven - Unresolved references to [javax.activation, javax.annotation]

2012-01-28 Thread Ansgar Konermann
Am 28.01.2012 21:58, schrieb rcbandit: I'm developing web application with OSGI. I have a maven configuration error which I cannot find. This is the complete source code: http://uploading.com/files/8e5c9888/SH_27_test.zip/ This is the POM file: [...] When I try to compile it with Netbeans

Re: Maven - Unresolved references to [javax.activation, javax.annotation]

2012-01-28 Thread Robert Scholte
http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html On Sat, 28 Jan 2012 21:58:04 +0100, rcbandit peter.pen...@gmail.com wrote: I'm developing web application with OSGI. I have a maven configuration error which I cannot find. This is the complete source code: