Quoting Dan Bergh Johnsson <[email protected]>:
Found it myself.
I was under the misconception that qi4j-core-bootstrap contained
runtime support. Now I have realised that
<artifactId>qi4j-core-runtime</artifactId> is also needed.
Sorry
Yeah, the bootstrap loads the required runtime classes via same way as
java.util.ServiceLoader does in Java 1.6. You only need to define
dependency to runtime in a project which acts as an entry point to
program, your other projects or libraries won't need it.
_______________________________________________
qi4j-dev mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/qi4j-dev