Author: seade Date: Sun Apr 29 06:31:33 2007 New Revision: 533504 URL: http://svn.apache.org/viewvc?view=rev&rev=533504 Log: I forgot to mention that Stratum is not required.
Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/xdocs/services/yaafi-component-service.xml Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/xdocs/services/yaafi-component-service.xml URL: http://svn.apache.org/viewvc/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/xdocs/services/yaafi-component-service.xml?view=diff&rev=533504&r1=533503&r2=533504 ============================================================================== --- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/xdocs/services/yaafi-component-service.xml (original) +++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/xdocs/services/yaafi-component-service.xml Sun Apr 29 06:31:33 2007 @@ -111,9 +111,27 @@ ]]></source> <p> +If you accessing Torque via the Yaafi Component Service you also no longer need +Stratum (once more from a Maven 2 POM): +</p> +<source><![CDATA[ + <!-- + Stratum is a dependency of turbine, however it is only required when the + AvalonComponentService is used. + --> + <dependency> + <groupId>stratum</groupId> + <artifactId>stratum</artifactId> + <version>1.0</version> + <type>jar</type> + <scope>provided</scope> + </dependency> +]]></source> + +<p> Whether or not you need the above will depend on how these dependencies are declared in the final version of the Turbine 2.3 POM (just including Yaafi -should be enough if they are declared as optional). +should be enough if they are all declared as optional). </p> </section> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]