f

fhdp-cxf-bom

This module contains all (feel free if something is needed) Apache CXF modules that can be used with provided scope in Wildfly. When you add this module remember to add org.apache.cxf.impl org.apache.commons.lang3 org.apache.commons.lang to jboss-deployment-structure.xml You have to use it with provided scope in maven dependency.
文件下载
文件名 操作
fhdp-cxf-bom-4.10.401.jar 下载
fhdp-cxf-bom-4.10.401.pom 下载
Apache Maven
<dependency>
  <groupId>pl.fhframework.dp</groupId>
  <artifactId>fhdp-cxf-bom</artifactId>
  <version>4.10.401</version>
</dependency>
Gradle Groovy
implementation 'pl.fhframework.dp:fhdp-cxf-bom:4.10.401'
Gradle Kotlin
implementation("pl.fhframework.dp:fhdp-cxf-bom:4.10.401")
Scala SBT
libraryDependencies += "pl.fhframework.dp" % "fhdp-cxf-bom" % "4.10.401"
Groovy Grape
@Grapes(
  @Grab(group='pl.fhframework.dp', module='fhdp-cxf-bom', version='4.10.401')
)
Apache Ivy
<dependency org="pl.fhframework.dp" name="fhdp-cxf-bom" rev="4.10.401" />
Leiningen
[pl.fhframework.dp/fhdp-cxf-bom "4.10.401"]
Apache Buildr
'pl.fhframework.dp:fhdp-cxf-bom:jar:4.10.401'