epugh       2003/10/20 08:19:16

  Modified:    security project.xml
  Log:
  Cleanup dependencies..
  
  Revision  Changes    Path
  1.8       +32 -305   jakarta-turbine-fulcrum/security/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-fulcrum/security/project.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- project.xml       12 Sep 2003 15:33:38 -0000      1.7
  +++ project.xml       20 Oct 2003 15:19:16 -0000      1.8
  @@ -6,21 +6,7 @@
     <currentVersion>1.0-alpha-1</currentVersion>
   
     <dependencies>
  -
  -    <dependency>
  -      <id>commons-lang</id>
  -      <version>1.0.1</version>
  -      <url>http://jakarta.apache.org/commons/lang.html</url>
  -      <properties>
  -        <war.bundle.jar>true</war.bundle.jar>
  -      </properties>
  -    </dependency>
       <dependency>
  -      <id>commons-logging</id>
  -      <version>1.0.3</version>
  -      <url>http://jakarta.apache.org/commons/logging.html</url>
  -    </dependency>
  -   <dependency>
         <groupId>fulcrum</groupId>   
         <artifactId>fulcrum-crypto</artifactId>
         <version>1.0-alpha-3</version>
  @@ -42,7 +28,7 @@
   <!--  Needed for the Torque SPI -->    
       <dependency>
         <id>torque</id>
  -      <version>3.1-alpha2</version>
  +      <version>3.1</version>
         <url>http://db.apache.org/torque/</url>
       </dependency>
       
  @@ -56,6 +42,10 @@
   
      <!-- Needed for the Hibernate SPI -->
        <dependency>
  +       <id>commons-beanutils</id>
  +       <version>1.6.1</version>
  +     </dependency>
  +     <dependency>
          <groupId>mckoi</groupId>      
          <artifactId>mckoidb</artifactId>             
          <version>1.0.2</version>
  @@ -66,7 +56,7 @@
        </dependency>    
        <dependency>
          <id>hibernate</id>      
  -       <version>2.0.2</version>
  +       <version>2.0.3</version>
        </dependency>          
        <dependency>
          <id>hibernate:hibernate-avalon</id>
  @@ -83,18 +73,35 @@
        <dependency>
          <id>dom4j</id>      
          <version>1.4</version>
  +       <url>http://www.dom4j.org/</url>
        </dependency>       
        <dependency>
          <id>cglib</id>      
          <version>rc2-1.0</version>
        </dependency>                           
       
  -    <!--  Needed only for the adapters -->
  +    <!-- Needed only for the OSUser Adapter -->
  +    <dependency>
  +             <groupId>opensymphony</groupId>
  +        <artifactId>osuser</artifactId>
  +        <version>1.0-dev</version>                
  +    </dependency>
  +    <dependency>
  +             <groupId>opensymphony</groupId>
  +        <artifactId>propertyset</artifactId>
  +        <version>1.3-1Oct03</version>
  +     </dependency>   
  +     <dependency>
  +        <groupId>opensymphony</groupId>
  +        <artifactId>oscore</artifactId>
  +             <version>2.2.1</version>
  +     </dependency>     
  +    
  +    <!-- Needed only for the Turbine Adapter -->
       <dependency>
         <id>turbine</id>
  -      <version>2.3-rc1</version>
  +      <version>2.3</version>
       </dependency>    
  -    
       <dependency>
         <id>servletapi</id>
         <version>2.3</version>
  @@ -102,7 +109,6 @@
       </dependency>    
   
   
  -   
       <!--  Needed only for testing -->
       <dependency>
         <groupId>fulcrum</groupId>    
  @@ -115,13 +121,13 @@
         <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>
  -
  +-->
   <!-- alternative testing of sql -->
   <!--
       <dependency>
  @@ -140,13 +146,8 @@
       <jar>msutil.jar</jar>
     </dependency>  
   -->   
  -  <!-- Needed only for testing the adaptors -->
  -    <dependency>
  -      <id>stratum</id>
  -      <version>1.0-b3</version>
  -      <url>http://jakarta.apache.org/turbine/stratum/</url>
  -    </dependency>
  -    
  +  <!-- Needed only for testing the Turbine Adaptor -->
  +
       <dependency>
         <groupId>mockobjects</groupId>
         <artifactId>mockobjects-jdk1.4-j2ee1.3</artifactId>
  @@ -156,300 +157,26 @@
         <groupId>mockobjects</groupId>
         <artifactId>mockobjects-core</artifactId>
         <version>0.09</version>
  -    </dependency>       
  -  
  -    <dependency>
  -      <id>commons-configuration</id>
  -      <version>20030706.202021</version>
  -      <url>http://jakarta.apache.org/commons/sandbox/configuration/index.html</url>
  -    </dependency>      
  -    <dependency>
  -      <id>commons-logging</id>
  -      <version>1.0.3</version>
  -      <url>http://jakarta.apache.org/commons/logging.html</url>
  -    </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>
  -      <properties>
  -        <war.bundle.jar>true</war.bundle.jar>
  -      </properties>
  -    </dependency>
  -    <dependency>
  -      <id>commons-beanutils</id>
  -      <version>1.6.1</version>
  -      <properties>
  -        <war.bundle.jar>true</war.bundle.jar>
  -      </properties>
  -    </dependency>
  +    </dependency>          
       <dependency>
         <id>commons-codec</id>
         <version>1.1</version>
  -      <properties>
  -        <war.bundle.jar>true</war.bundle.jar>
  -      </properties>
  -    </dependency>
  -    <dependency>
  -      <id>commons-collections</id>
  -      <version>2.1</version>
  -      <url>http://jakarta.apache.org/commons/collections.html</url>
  -      <properties>
  -        <war.bundle.jar>true</war.bundle.jar>
  -      </properties>
  -    </dependency>
  -    <dependency>
  -      <id>commons-configuration</id>
  -      <version>20030706.202021</version>
  -      <url>http://jakarta.apache.org/commons/sandbox/configuration/index.html</url>
  -      <properties>
  -        <war.bundle.jar>true</war.bundle.jar>
  -      </properties>
  -    </dependency>
  -    <dependency>
  -      <id>commons-digester</id>
  -      <version>1.5</version>
  -      <url>http://jakarta.apache.org/commons/digester/index.html</url>
  -      <properties>
  -        <war.bundle.jar>true</war.bundle.jar>
  -      </properties>
  -    </dependency>
  -    <dependency>
  -      <id>commons-email</id>
  -      <version>20030310.165926</version>
  -      <url>http://jakarta.apache.org/commons/sandbox/email</url>
  -      <properties>
  -        <war.bundle.jar>true</war.bundle.jar>
  -      </properties>
  -    </dependency>
  -    <dependency>
  -      <id>commons-fileupload</id>
  -      <version>1.0</version>
  -      <url>http://jakarta.apache.org/commons/fileupload/index.html</url>
  -      <properties>
  -        <war.bundle.jar>true</war.bundle.jar>
  -      </properties>
  -    </dependency>
  -    <dependency>
  -      <id>commons-lang</id>
  -      <version>1.0.1</version>
  -      <url>http://jakarta.apache.org/commons/lang.html</url>
  -      <properties>
  -        <war.bundle.jar>true</war.bundle.jar>
  -      </properties>
  -    </dependency>
  -    <dependency>
  -      <id>commons-logging</id>
  -      <version>1.0.3</version>
  -      <url>http://jakarta.apache.org/commons/logging.html</url>
  -      <properties>
  -        <war.bundle.jar>true</war.bundle.jar>
  -      </properties>
  -    </dependency>
  -    <dependency>
  -      <id>commons-pool</id>
  -      <version>1.0.1</version>
  -      <url>http://jakarta.apache.org/commons/pool.html</url>
  -      <properties>
  -        <war.bundle.jar>true</war.bundle.jar>
  -      </properties>
       </dependency>
       <dependency>
         <id>cryptix</id>
         <version>3.2.0</version>
         <url>http://www.cryptix.org/</url>
  -      <properties>
  -        <war.bundle.jar>true</war.bundle.jar>
  -      </properties>
  -    </dependency>
  -    <dependency>
  -      <id>dom4j</id>
  -      <version>1.4</version>
  -      <url>http://www.dom4j.org/</url>
  -      <properties>
  -        <war.bundle.jar>true</war.bundle.jar>
  -      </properties>
       </dependency>
       <dependency>
         <id>ecs</id>
         <version>1.4.2</version>
         <url>http://jakarta.apache.org/ecs/</url>
  -      <properties>
  -        <war.bundle.jar>true</war.bundle.jar>
  -      </properties>
  -    </dependency>
  -    <dependency>
  -      <id>excalibur-component</id>
  -      <version>1.1</version>
  -      <url>http://jakarta.apache.org/avalon/</url>
  -      <properties>
  -        <war.bundle.jar>true</war.bundle.jar>
  -      </properties>
  -    </dependency>
  -    <dependency>
  -      <id>excalibur-instrument</id>
  -      <version>1.0</version>
  -      <url>http://jakarta.apache.org/avalon/</url>
  -      <properties>
  -        <war.bundle.jar>true</war.bundle.jar>
  -      </properties>
  -    </dependency>
  -    <dependency>
  -      <id>excalibur-logger</id>
  -      <version>1.0.1</version>
  -      <url>http://jakarta.apache.org/avalon/</url>
  -      <properties>
  -        <war.bundle.jar>true</war.bundle.jar>
  -      </properties>
  -    </dependency>
  -    <dependency>
  -      <id>excalibur-pool</id>
  -      <version>1.2</version>
  -      <url>http://jakarta.apache.org/avalon/</url>
  -      <properties>
  -        <war.bundle.jar>true</war.bundle.jar>
  -      </properties>
  -    </dependency>
  -    <dependency>
  -      <id>jaf:activation</id>
  -      <version>1.0.2</version>
  -      <url>http://java.sun.com/products/javabeans/glasgow/jaf.html</url>
  -      <properties>
  -        <war.bundle.jar>true</war.bundle.jar>
  -      </properties>
  -    </dependency>
  -    <dependency>
  -      <id>javamail</id>
  -      <version>1.3</version>
  -      <properties>
  -        <war.bundle.jar>true</war.bundle.jar>
  -      </properties>
  -    </dependency>
  -    <dependency>
  -      <id>jdbc</id>
  -      <version>2.0</version>
  -      <url>http://java.sun.com/products/jdbc/download.html#spec</url>
  -      <properties>
  -        <war.bundle.jar>true</war.bundle.jar>
  -      </properties>
  -    </dependency>
  -    <dependency>
  -      <id>jndi</id>
  -      <version>1.2.1</version>
  -      <url>http://java.sun.com/products/jndi/</url>
  -      <properties>
  -        <war.bundle.jar>true</war.bundle.jar>
  -      </properties>
  -    </dependency>
  -    <dependency>
  -      <id>junit</id>
  -      <version>3.8.1</version>
  -      <url>http://www.junit.org/</url>
  -    </dependency>
  -    <!-- ORO must be loaded before Jython, as Jython includes some ORO -->
  -    <!-- classes which cause the Maven JXR plug-in to fail. -->
  -    <dependency>
  -      <id>oro</id>
  -      <version>2.0.7</version>
  -      <url>http://jakarta.apache.org/oro/</url>
  -      <properties>
  -        <war.bundle.jar>true</war.bundle.jar>
  -      </properties>
  -    </dependency>
  -    <dependency>
  -      <id>jython</id>
  -      <version>2.1</version>
  -      <url>http://www.jython.org/</url>
  -    </dependency>
  -    <dependency>
  -      <id>log4j</id>
  -      <version>1.2.8</version>
  -      <url>http://jakarta.apache.org/log4j/</url>
  -      <properties>
  -        <war.bundle.jar>true</war.bundle.jar>
  -      </properties>
  -    </dependency>
  -    <dependency>
  -      <id>logkit</id>
  -      <version>1.0.1</version>
  -      <url>http://jakarta.apache.org/avalon/logkit/</url>
  -      <properties>
  -        <war.bundle.jar>true</war.bundle.jar>
  -      </properties>
  -    </dependency>
  -    <dependency>
  -      <id>servletapi</id>
  -      <version>2.3</version>
  -      <url>http://java.sun.com/products/servlet/</url>
  -    </dependency>
  -    <dependency>
  -      <id>stratum</id>
  -      <version>1.0-b3</version>
  -      <url>http://jakarta.apache.org/turbine/stratum/</url>
  -      <properties>
  -        <war.bundle.jar>true</war.bundle.jar>
  -      </properties>
  -    </dependency>
  -    <dependency>
  -      <id>torque</id>
  -      <version>3.1-alpha2</version>
  -      <url>http://db.apache.org/torque/</url>
  -      <properties>
  -        <war.bundle.jar>true</war.bundle.jar>
  -      </properties>
  -    </dependency>
  -    <dependency>
  -      <id>velocity</id>
  -      <version>1.3.1</version>
  -      <url>http://jakarta.apache.org/velocity/</url>
  -      <properties>
  -        <war.bundle.jar>true</war.bundle.jar>
  -      </properties>
  -    </dependency>
  -    <dependency>
  -      <id>village</id>
  -      <version>2.0-dev-20030625</version>
  -      <url>http://share.whichever.com/index.php?SCREEN=village</url>
  -      <properties>
  -        <war.bundle.jar>true</war.bundle.jar>
  -      </properties>
  -    </dependency>
  -    <dependency>
  -      <id>xalan</id>
  -      <version>2.5.1</version>
  -      <url>http://xml.apache.org/xalan-j/</url>
  -      <properties>
  -        <war.bundle.jar>true</war.bundle.jar>
  -      </properties>
  -    </dependency>
  -    <dependency>
  -      <id>xerces:xercesImpl</id>
  -      <version>2.4.0</version>
  -      <url>http://xml.apache.org/xerces2-j/</url>
  -      <properties>
  -        <war.bundle.jar>true</war.bundle.jar>
  -      </properties>
       </dependency>
       <dependency>
         <id>xml-apis</id>
         <version>1.0.b2</version>
         <url>http://xml.apache.org/commons/</url>
  -      <properties>
  -        <war.bundle.jar>true</war.bundle.jar>
  -      </properties>
  -    </dependency>
  -    <dependency>
  -      <id>xmlrpc</id>
  -      <version>1.2-b1</version>
  -      <url>http://xml.apache.org/xmlrpc/</url>
  -      <properties>
  -        <war.bundle.jar>true</war.bundle.jar>
  -      </properties>
  -    </dependency>
  -    
  -    <!-- END SLEDGEHAMMER -->    
  +    </dependency>   
   
     </dependencies>
   
  
  
  

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

Reply via email to