Hi Team, I am trying to use the cxf version (3.4.2) for rest services using spring boot. But I am unable to find the property cxf.component-scan in the latest version and due to this am unable to scan only cxf annotations. Request you to help me with a solution so that I can scan cxf annotations and resume my work.
Cxf Versions: <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-spring-boot-starter-jaxrs</artifactId> <version>3.4.2</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-jaxws</artifactId> <version>3.4.2</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http</artifactId> <version>3.4.2</version> </dependency> </dependencies>