<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-features-logging</artifactId>
<version>3.4.2</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.apache.cxf', module='cxf-rt-features-logging', version='3.4.2')
)