Greetings,
                              Currently, I am in the process of
                                upgrading "org.eclipse.osgi.services_3.7.100.v20180827-1536.jar"
                              
                              
                               1. After upgrade during Bundle
                                Validation its prompt me for 2 Dependent
                                Jar Requirement.
                                              a. org.eclipse.equinox.ds:
                                So I upgraded my current DS jar with
                                supported "org.eclipse.equinox.ds_1.5.200.v20180827-1235.jar"
                                              b. org.eclipse.osgi.util: 
                                So I upgraded my current util jar  with
                                supported  "org.eclipse.osgi.util_3.5.100.v20180827-1536.jar"
                               2. After upgrade of above Step1
                                Bundle Validation again prompt for "org.apache.felix.scr"
                                missing Jar from latest
                                    "equinox.ds_1.5.200"
                               NOTE:  Currently my project doesn't
                                contain this
                                    ("org.apache.felix.scr")
                                jar, So I bundled org.apache.felix.scr_2.0.14.v20180822-1822.jar
                              
                              
                              3. Once all the 3 above mentioned 3PP
                                Jars Integrated, Bundle Validation stops
                                complaining no more error,
                              But when I am trying to run my
                                project its stop hitting "updated" method
                                of @FactoryConfigurationAdapterService
                                and  @ServiceDependency  from 
org.apache.felix.dependencymanager.annotation-3.2.0".
                              
                              
                              
                              
                              
                               Any pointer will be highly
                                appreciated.