Simplify maven deps by using inheritance
Define dependency versions once in dependencyManagement and inherit in
child modules, to avoid defining the version and scope of modules more
than once.
Use version properties to make things even clearer.
Move the maven-bundle-plugin to the root of the project to avoid
repeating the same config.
Move the src/main/scala source configuration into the root by using the
build-helper-plugin.
Add a note in uncommons-maths OSGi build POM about v1.2.3
Resolve maven warnings about deprecations and missing versions
Use maven-accessible sigar dependency
Provision Karaf via maven and features
Created assembly-features to define the project features for Karaf
provisioning.
Created assembly-dist containing the build instructions necessary to
build an archive of a pre-configured Karaf instance.
Update the Netty version.
Use the pre-bundled Protobuf from the servicemix project -- see
the features.xml created for Karaf -- and remove the manual protobuf
bundling.
Fix indentation in application.conf (Done by Raman Gupta)
Change default IP address to localhost (Done by Raman Gupta)
ServiceRegistration is typed in OSGi 4.3
Add a wildcard type for the ServiceRegistration declaration. (Done by Raman Gupta)
Fix spelling errors in Dining Hakker and Hacker (Done by Raman Gupta)
removing protobuf as bundlelized through the maven karaf feature