Service Component Architecture (SCA) is not provided on Liberty and WebSphere Application Server traditional V9 or later. The following three rules help detect the use of SCA in your application.
The SCA Java rule flags references to APIs in the following packages:
com.ibm.websphere.sca.contextcom.ibm.websphere.soa.scacom.ibm.wsspi.containercom.ibm.wsspi.monitoring.soa.scaorg.apache.tuscany.scaorg.oasisopen.scaorg.osoa.sca
If the application packages its own libraries containing the org.apache.tuscany.sca, org.oasisopen.sca, or org.osoa.sca APIs,
the rule will not flag any references to those packages. In this case, the SCA implementation and support is provided by the
application. Any com.ibm packages will continue to be flagged.