Niclas Hedhman wrote:
On Wednesday 31 May 2006 19:09, Richard S. Hall wrote:
I found that I was having problems building until I deleted my local
maven repository and then things started to build fine. Your mileage may
vary.
Well, I need to obtain this from somewhere... :o?
1) javax.microedition:javax.microedition:jar:1.0.4
don't I? It is not on ibiblio or repo.mergere.com. It is not in any wireless
toolkit that I know of.
But I have located the use to OSGi Compendium Connection service wanting to
use javax.microedition.io which is available in all profiles from CLDC and
upwards.
I am still curious to know where the group/artifact comes from...
This has "hack" from the early Felix days written all over it. I just
looked; it is in the Safehaus repo:
http://m2.safehaus.org/javax/microedition/javax.microedition/1.0.4/
I have SH configured locally:
<repository>
<id>safehaus-repository</id>
<name>Safehaus Repository</name>
<url>http://m2.safehaus.org</url>
</repository>
If there is a more appropriate jar, maybe already in M2-land proper,
then it ought to change.
Enrique