This group is locked. No changes can be made to the group while it is locked.
Re: Error dependecy "org.codehaus.jackson"
Jensen Zhang
Hi Danny, Projects in OpenDaylight use OSGi framework, and they need to be installed in karaf as features [1].1. You can use com.fasterxml.jackson.core [2], since this is a newer jackson implementation than org.codehaus.jackson. And we have imported bundles for this into alto-commons which is an dependency of alto-northbound, so you can just repleace the dependency declaration in alto-northbound by this new one. ---
|
|