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