dblevins    2004/12/16 13:40:38

  Modified:    modules/core project.xml
  Log:

  The asm and bouncycastle dependencies had hardcoded versions
  
  Revision  Changes    Path
  1.36      +3 -3      openejb/modules/core/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/projects/openejb/scm/openejb/modules/core/project.xml,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- project.xml       16 Dec 2004 18:08:37 -0000      1.35
  +++ project.xml       16 Dec 2004 18:40:38 -0000      1.36
  @@ -427,7 +427,7 @@
           <dependency>
               <groupId>bouncycastle</groupId>
               <artifactId>bcprov</artifactId>
  -            <version>jdk14-124</version>
  +            <version>${bouncycastle_version}</version>
               <properties>
                   <runtime>true</runtime>
               </properties>
  @@ -445,7 +445,7 @@
           <dependency>
               <groupId>asm</groupId>
               <artifactId>asm</artifactId>
  -            <version>1.4.3</version>
  +            <version>${asm_version}</version>
               <properties>
                   <runtime>true</runtime>
               </properties>
  
  
  

Reply via email to