jmitchell    2004/06/11 06:02:12

  Modified:    resources project.xml
  Log:
  Update JTA dependency, no need to 'get your own copy' now
  
  Revision  Changes    Path
  1.13      +5 -13     jakarta-commons-sandbox/resources/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/resources/project.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- project.xml       11 Jun 2004 02:42:51 -0000      1.12
  +++ project.xml       11 Jun 2004 13:02:12 -0000      1.13
  @@ -146,19 +146,11 @@
         <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>geronimo-spec</id>
  +     <artifactId>geronimo-spec-jta</artifactId>
  +     <version>1.0-M1</version>
  +   </dependency>      
        
        <dependency>
         <id>hsqldb</id>
  
  
  

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

Reply via email to