> How can I add the ops4j repo? Add ops4j: http://repository.ops4j.org/maven2/ as one of the repository.
In the pom.xml, you just need to add this snippets: <repositories> <repository> <id>ops4j-repository</id> <name>The OPS4J Repository</name> <url>http://repository.ops4j.org/maven2/</url> <snapshots> <enabled>false</enabled> </snapshots> </repository> </repositories> If <repositories> already exists, just add the <repository> instead. Regards, Edward Yakop _______________________________________________ general mailing list general@lists.ops4j.org http://lists.ops4j.org/mailman/listinfo/general