np. Glad you have it working now !
On Sun, Nov 16, 2014 at 9:40 PM, Jianbao (Jim) Tao <[email protected]> wrote: > Alright. It was my bad. It turns out that I need to add this to my pom to > make it work: > <plugin> > <groupId>org.apache.felix</groupId> > <artifactId>maven-bundle-plugin</artifactId> > <version>2.5.3</version> > <extensions>true</extensions> > </plugin> > > On Sat, Nov 15, 2014 at 10:43 AM, Emmanuel Lécharny <[email protected]> > wrote: > > > Le 15/11/14 19:25, Jianbao (Jim) Tao a écrit : > > > It's not that maven cannot find mina-http. It is the > > mina-core:bundle:2.0.0 > > > that maven cannot find, which makes sense as that bundle package is not > > in > > > maven central. > > > > But it is : > > > > > http://search.maven.org/#artifactdetails|org.apache.mina|mina-core|2.0.9|bundle > > > > > > > -- Regards, Cordialement, Emmanuel Lécharny www.iktek.com
