morgand     2003/01/02 17:37:41

  Added:       jelly    commonDependencies.ent
  Log:
  added a shared dependency list for Jelly core and its dependant taglibs
  
  Revision  Changes    Path
  1.1                  jakarta-commons-sandbox/jelly/commonDependencies.ent
  
  Index: commonDependencies.ent
  ===================================================================
      <!-- 
        the common Maven dependencies for Jelly shared by the core
        build and all individual taglib builds.  Use this
        file to keep all dependency versions in sync.
        Does not include CLI (Command Line Interface).
      -->
      
      <dependency>
        <id>commons-jexl</id>
        <version>1.0-beta-1</version>
      </dependency>
      
      <dependency>
        <id>xml-apis</id>
        <version>1.0.b2</version>
      </dependency>
      
      <dependency>
        <id>commons-beanutils</id>
        <!-- 
          Jelly now depends on a version of beanutils that includes ConstructorUtils
          (e.g., nightly builds from 
                
http://jakarta.apache.org/builds/jakarta-commons/nightly/commons-beanutils/
          dated 2002-11-27 or later)
  
          I've been doing this "manually" as:
            <version>nightly</version> 
          and "manually" adding this file to my local repository, 
          but someone should update the maven repo SNAPSHOT
        -->
        <version>SNAPSHOT</version>
      </dependency>
      
      <dependency>
        <id>commons-collections</id>
        <version>2.1</version>
      </dependency>
      
      <dependency>
        <id>commons-logging</id>
        <version>1.0</version>
      </dependency>
      
      <dependency>
        <id>dom4j</id>
        <version>1.4-dev-8</version>
      </dependency>
      
      <dependency>
        <id>jaxp</id>
        <version>1.2</version>
      </dependency>
      
      <dependency>
        <id>xerces</id>
        <version>2.0.2</version>
      </dependency>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to