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: