epugh       2003/08/23 08:32:07

  Modified:    security project.xml
  Log:
  add in the hibernate dependencies
  
  Revision  Changes    Path
  1.2       +60 -30    jakarta-turbine-fulcrum/security/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-fulcrum/security/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml       23 Aug 2003 03:56:25 -0000      1.1
  +++ project.xml       23 Aug 2003 15:32:07 -0000      1.2
  @@ -19,7 +19,17 @@
         <version>1.0.3</version>
         <url>http://jakarta.apache.org/commons/logging.html</url>
       </dependency>
  -
  +   <dependency>
  +      <id>fulcrum-crypto</id>
  +      <version>1.0-alpha-3</version>
  +    </dependency>
  +    
  +    <dependency>
  +      <id>fulcrum-factory</id>
  +      <version>1.0-alpha-1</version>
  +    </dependency>
  +    
  +<!--  Needed for the Torque SPI -->    
       <dependency>
         <id>torque</id>
         <version>3.1-alpha2</version>
  @@ -32,15 +42,33 @@
         <url>http://share.whichever.com/index.php?SCREEN=village</url>
       </dependency>    
   
  -    <dependency>
  -      <id>fulcrum-crypto</id>
  -      <version>1.0-alpha-3</version>
  -    </dependency>
  -    
  -    <dependency>
  -      <id>fulcrum-factory</id>
  -      <version>1.0-alpha-1</version>
  -    </dependency>
  + 
  +
  +   <!-- Needed for the Hibernate SPI -->
  +     <dependency>
  +       <id>hibernate</id>      
  +       <version>2.0.1</version>
  +     </dependency>          
  +     <dependency>
  +       <id>hibernate:hibernate-avalon</id>
  +       <version>0.1</version>       
  +     </dependency>                
  +     <dependency>
  +       <id>odmg</id>      
  +       <version>3.0</version>
  +     </dependency>                  
  +     <dependency>
  +       <id>bcel</id>      
  +       <version>5.0</version>
  +     </dependency>                      
  +     <dependency>
  +       <id>dom4j</id>      
  +       <version>1.4</version>
  +     </dependency>       
  +     <dependency>
  +       <id>cglib</id>      
  +       <version>rc2-1.0</version>
  +     </dependency>                           
       
       <!--  Needed only for the adapters -->
       <dependency>
  @@ -54,6 +82,26 @@
         <url>http://java.sun.com/products/servlet/</url>
       </dependency>    
   
  +
  +   
  +    <!--  Needed only for testing -->
  +    <dependency>
  +      <id>fulcrum-testcontainer</id>
  +      <version>1.0-alpha-1</version>
  +    </dependency>
  +
  +    <dependency>
  +      <id>xerces:xercesImpl</id>
  +      <version>2.0.2</version>
  +      <url>http://xml.apache.org/xerces2-j/</url>
  +    </dependency>
  +
  +    <dependency>
  +      <id>xerces:xmlParserAPIs</id>
  +      <version>2.0.2</version>
  +      <url>http://xml.apache.org/xerces2-j/</url>
  +    </dependency>
  +
        <!-- Needed only for testing the adaptors -->
       <dependency>
         <id>stratum</id>
  @@ -86,27 +134,9 @@
         <version>1.0.3</version>
         <url>http://jakarta.apache.org/commons/logging.html</url>
       </dependency>    
  -   
  -    <!--  Needed only for testing -->
  -    <dependency>
  -      <id>fulcrum-testcontainer</id>
  -      <version>1.0-alpha-1</version>
  -    </dependency>
  -
  -    <dependency>
  -      <id>xerces:xercesImpl</id>
  -      <version>2.0.2</version>
  -      <url>http://xml.apache.org/xerces2-j/</url>
  -    </dependency>
  -
  -    <dependency>
  -      <id>xerces:xmlParserAPIs</id>
  -      <version>2.0.2</version>
  -      <url>http://xml.apache.org/xerces2-j/</url>
  -    </dependency>
       
  -    <!-- SLEDGEHAMMER APPROACH -->
  -<dependency>
  +    <!-- SLEDGEHAMMER APPROACH because I can't figure out the minimal list-->
  +     <dependency>
         <id>avalon-framework</id>
         <version>4.1.4</version>
         <url>http://jakarta.apache.org/avalon/</url>
  
  
  

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

Reply via email to