[CXF-5697] Minor updates to WHICH_JARS, needs more updates for 3

Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/8cae156f
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/8cae156f
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/8cae156f

Branch: refs/heads/master
Commit: 8cae156f6297536f699ea64deac68e57d29acb14
Parents: e480106
Author: Daniel Kulp <dk...@apache.org>
Authored: Thu May 1 14:26:54 2014 -0400
Committer: Daniel Kulp <dk...@apache.org>
Committed: Thu May 1 19:49:17 2014 -0400

----------------------------------------------------------------------
 distribution/src/main/release/lib/WHICH_JARS | 23 +++++++++++++----------
 1 file changed, 13 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/8cae156f/distribution/src/main/release/lib/WHICH_JARS
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/lib/WHICH_JARS 
b/distribution/src/main/release/lib/WHICH_JARS
index a46b718..66197d9 100755
--- a/distribution/src/main/release/lib/WHICH_JARS
+++ b/distribution/src/main/release/lib/WHICH_JARS
@@ -20,16 +20,19 @@ The following jars are required for all CXF usage:
 - geronimo-annotation.jar (Or the Sun equivalent) [6]
 - geronimo-javamail.jar (Or the Sun equivalent) [6]
   (MAY be able to remove javamail if you don't use any MTOM/SAAJ type things)
-- geronimo-stax-api.jar (Or the Sun equivalent) [6]
 - neethi.jar
 - jaxb-api.jar  [6]
 - jaxb-impl.jar (this is a [6] for normal runtime, but is required for 
                  tooling and the dynamic clients)
-- XmlSchema.jar
-- woodstox-core-asl.jar  [6] or another StAX implementation
-- stax2-api-3.0.1.jar [6] for woodstox above
+- xmlschema-core.jar
+- woodstox-core-asl.jar
+- stax2-api-3.0.1.jar
 - wsdl4j.jar
 
+Note: woodstox and stax2-api can be removed if you set the 
+"org.apache.cxf.stax.allowInsecureParser” system property to true.  This
+is NOT recommended as it opens up various DOS attacks.
+
 The following jars are required for XML catalog support:
 - xml-resolver.jar 
 
@@ -58,7 +61,7 @@ For XML Configuration support:
 - FastInfoset.jar
 
 For hosting web services within WARs while using Spring-based CXFServlet:
-- spring.web.jar
+- spring-web.jar
 
 For standalone HTTP support:
 - geronimo-servlet.jar
@@ -72,7 +75,7 @@ For XmlBeans databinding support:
 - xmlbeans.jar
 
 For WS-Security support:
-- bcprov-jdk15.jar
+- bcprov-jdk15.jar (optional depending on algorithms used)
 - wss4j.jar
 - xmlsec.jar
 - ehcache-core.jar
@@ -89,7 +92,7 @@ For JAX-RS support:
 - commons-codec.jar (Needed for Abdera)
 - jaxen.jar (Needed for Abdera)
 - axiom* (Needed for Abdera)
-- javax.ws.rs-apijar
+- javax.ws.rs-api.jar
 - jettison.jar (Needed for JSON services only)
 - oauth*.jar (Needed for OAuth support)
 
@@ -106,7 +109,7 @@ For the Async HTTP client transport
 - httpasyncclient.jar
 - httpcore.jar
 - httpclient.jar
-- httpcore-nio-4.2.2.jar
+- httpcore-nio.jar
 
 For CORBA support:
 - antlr.jar
@@ -116,8 +119,8 @@ For JavaScript functionality:
 
 For schema validation with the Aegis data binding.
 
- - msv-core.jar (version 2010.1)
- - xsdlib:jar (version 2010.1)
+ - msv-core.jar (version 2011.1)
+ - xsdlib.jar (version 2010.1)
  - isorelax.jar (version 20030108)
  - relaxngDatatype.jar (version 20020414)
 

Reply via email to