jmitchell    2004/06/10 19:42:51

  Modified:    resources project.xml
  Log:
  Changes required to support move of JDBC and Hibernate impls.
  
  Revision  Changes    Path
  1.12      +41 -0     jakarta-commons-sandbox/resources/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/resources/project.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- project.xml       31 May 2004 12:00:12 -0000      1.11
  +++ project.xml       11 Jun 2004 02:42:51 -0000      1.12
  @@ -117,11 +117,52 @@
         <version>2.3</version>
       </dependency>
   
  +    <dependency>
  +      <id>hibernate</id>
  +      <version>2.1.3</version>
  +    </dependency>
  +     
        <!-- for testing -->
   
       <dependency>
         <id>junit</id>
         <version>3.8.1</version>
  +    </dependency>
  +     
  +    <dependency>
  +      <id>dom4j</id>
  +      <version>1.4</version>
  +    </dependency>
  +      
  +    <dependency>
  +      <id>cglib</id>
  +      <artifactId>cglib-full</artifactId>
  +      <version>2.0</version>
  +    </dependency>
  +      
  +    <dependency>
  +      <id>opensymphony</id>
  +      <artifactId>oscache</artifactId>
  +      <version>2.0.1</version>
  +    </dependency>
  +      
  +    <!-- 
  +    JTA dependency - Required by Hibernate.
  +    I wasn't sure how to make this work, and I found this
  +    on google:
  +      http://www.mail-archive.com/[EMAIL PROTECTED]/msg08877.html
  +      
  +    Go Joe!!!
  +     -->
  +     <dependency>
  +       <id>jta</id>
  +       <version>1.0.1</version>
  +       <url>http://java.sun.com/products/jta/</url>
  +     </dependency>    
  +     
  +     <dependency>
  +      <id>hsqldb</id>
  +      <version>1.7.1</version>
       </dependency>
   
     </dependencies>
  
  
  

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

Reply via email to