Date: 2004-03-23T19:23:33 Editor: AaronFarr <[EMAIL PROTECTED]> Wiki: Apache Avalon Wiki Page: AvalonFortressFAQ URL: http://wiki.apache.org/avalon/AvalonFortressFAQ
added fortress dependencies list -farra Change Log: ------------------------------------------------------------------------------ @@ -15,6 +15,27 @@ * [wiki:/ExtendingTheFortressConfiguration How do I extend the Fortress Configuration?] += Running = + +''' What are the Fortress runtime dependencies? ''' + * avalon-framework : 4.1.5 + * logkit : 1.2.2 + * commons-collections : 2.1 (NOT included in fortress-container-complete) + * commons-beanutils : 1.6.1 + * concurrent : 1.3.1 (NOT included in fortress-container-complete) + * excalibur-instrument : 1.0 + * excalibur-instrument-manager : 1.0 + * excalibur-instrument-manager-interfaces : 1.0 + * excalibur-event-api : 1.1 + * excalibur-event-impl : 1.1 + * bcel : 5.1 + * excalibur-logger : 1.1 + * excalibur-sourceresolve : 1.1 + * excalibur-lifecycle : 1.0 + * xml-apis : 2.0.2 +These jars can be found on a maven repository like http://ibiblio.org/maven + + = More Information = * ContainerStory * AvalonFortressDesignDocs --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
