MVN

org.force66 : CxfExceptionUtils

Maven & Gradle

Aug 09, 2015
1 stars

CxfExceptionUtils · The exceptions that CXF generates for WSDL soap faults (e.g. input validations, etc) are less than helpful. This project contains root exceptions you can use that are *much more convenient and provide needed information to support personnel.

<dependency>
    <groupId>org.force66</groupId>
    <artifactId>CxfExceptionUtils</artifactId>
    <version>1.0.0-rc1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.force66 : CxfExceptionUtils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-rc1
  • Latest Release Candidate: 1.0.0-rc1

All Versions

Choose a version of org.force66 : CxfExceptionUtils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
CxfExceptionUtils-1.0.0-rc1

How to add a dependency to Maven

Add the following org.force66 : CxfExceptionUtils maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.force66</groupId>
    <artifactId>CxfExceptionUtils</artifactId>
    <version>1.0.0-rc1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.force66 : CxfExceptionUtils gradle dependency to your build.gradle file:

implementation 'org.force66:CxfExceptionUtils:1.0.0-rc1'

Gradle Kotlin DSL: Add the following org.force66 : CxfExceptionUtils gradle kotlin dependency to your build.gradle.kts file:

implementation("org.force66:CxfExceptionUtils:1.0.0-rc1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.force66 : CxfExceptionUtils sbt scala dependency to your build.sbt file:

libraryDependencies += "org.force66" % "CxfExceptionUtils" % "1.0.0-rc1"

Advertisement