diff --git a/userguide/src/en/chapters/ch15-Cdi.xml b/userguide/src/en/chapters/ch15-Cdi.xml index 65f3d466994763e47238d770fe0c73c2bbd770b7..4f9f8c43c07a592959220419b01930b991b2f64e 100644 --- a/userguide/src/en/chapters/ch15-Cdi.xml +++ b/userguide/src/en/chapters/ch15-Cdi.xml @@ -117,7 +117,15 @@ </bean> </beans> - (Note that the above configuration requires the "spring-context" module.) The configuration in a Java SE environment looks exactly + Note that the above configuration requires the "spring-context" module: + +<dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-context</artifactId> + <version>3.0.3.RELEASE</version> +</dependency> + + The configuration in a Java SE environment looks exactly like the examples provided in section Creating a ProcessEngine, substitute "CdiStandaloneProcessEngineConfiguration" for "StandaloneProcessEngineConfiguration".