This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cxf.git
commit cb935de3e39f2c0ea9ef6e17cab22f20579cfe9f Author: Daniel Kulp <[email protected]> AuthorDate: Wed Aug 19 11:18:04 2020 -0400 Minor updates to WHICH_JARS, still a bit outdated, but now adays everyone used maven or other dep mgmt anyway. --- distribution/src/main/release/lib/WHICH_JARS | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/distribution/src/main/release/lib/WHICH_JARS b/distribution/src/main/release/lib/WHICH_JARS index 7951988..47777fe 100755 --- a/distribution/src/main/release/lib/WHICH_JARS +++ b/distribution/src/main/release/lib/WHICH_JARS @@ -1,7 +1,5 @@ This directory includes the CXF jar, the CXF manifest jar, the required -dependencies, and many optional dependencies. The "modules" directory -contains the cxf.jar split up into smaller pieces if you wish to use only -specific parts of CXF. +dependencies, and many optional dependencies. The 'manifest jar' is a jar containing only a MANIFEST.MF with a classpath that calls in all the other jar. @@ -18,7 +16,7 @@ The following jars are required for all CXF usage: - jaxb-impl.jar (this is a [7] for normal runtime, but is required for tooling and the dynamic clients) - xmlschema-core.jar -- woodstox-core-asl.jar +- woodstox-core.jar - stax2-api.jar - slf4j-*.jar - jcl-over-slf4j.jar
