From c161b83f2d444f8a9b40584d25927c986948ddb0 Mon Sep 17 00:00:00 2001 From: Erik Brakkee Date: Sun, 15 Aug 2010 17:56:23 +0000 Subject: [PATCH] --- test/enterprise/src/site/xdoc/index.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/enterprise/src/site/xdoc/index.xml b/test/enterprise/src/site/xdoc/index.xml index 6cfc8334..e16f40b6 100644 --- a/test/enterprise/src/site/xdoc/index.xml +++ b/test/enterprise/src/site/xdoc/index.xml @@ -41,6 +41,12 @@
  • The specific JPA implementation and version to use must be determined by you and not by the test support library.
  • +
    Note: + This library includes the JSF API (1.2) as a transitive dependency. This is required to + get CDI support working in a Java SE environment. If you are using a different version of + JSF you must exclude this dependency and/or override it. +
    +

    Always include the dependency below:

    -- 2.31.1