[jboss-cvs] jboss-seam/build ...

Peter Muir peter at bleepbleep.org.uk
Tue Oct 2 08:48:37 EDT 2007


  User: pmuir   
  Date: 07/10/02 08:48:36

  Modified:    build    ioc.pom.xml core.pom.xml root.pom.xml
  Log:
  Correct javassist
  
  Revision  Changes    Path
  1.11      +1 -1      jboss-seam/build/ioc.pom.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ioc.pom.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build/ioc.pom.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- ioc.pom.xml	2 Oct 2007 10:40:17 -0000	1.10
  +++ ioc.pom.xml	2 Oct 2007 12:48:36 -0000	1.11
  @@ -37,7 +37,7 @@
       </dependency>
   
       <dependency>
  -      <groupId>javassist</groupId>
  +      <groupId>jboss</groupId>
         <artifactId>javassist</artifactId>
       </dependency>
   
  
  
  
  1.23      +1 -1      jboss-seam/build/core.pom.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: core.pom.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build/core.pom.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -b -r1.22 -r1.23
  --- core.pom.xml	1 Oct 2007 20:58:17 -0000	1.22
  +++ core.pom.xml	2 Oct 2007 12:48:36 -0000	1.23
  @@ -48,7 +48,7 @@
       </dependency>
   
       <dependency>
  -      <groupId>javassist</groupId>
  +      <groupId>jboss</groupId>
         <artifactId>javassist</artifactId>
       </dependency>
       
  
  
  
  1.25      +2 -6      jboss-seam/build/root.pom.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: root.pom.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build/root.pom.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -b -r1.24 -r1.25
  --- root.pom.xml	1 Oct 2007 20:58:30 -0000	1.24
  +++ root.pom.xml	2 Oct 2007 12:48:36 -0000	1.25
  @@ -243,10 +243,6 @@
           <version>3.3.1.ga</version>
           <exclusions>
             <exclusion>
  -            <groupId>jboss</groupId>
  -            <artifactId>javassist</artifactId>
  -          </exclusion>
  -          <exclusion>
               <groupId>commons-logging</groupId>
               <artifactId>commons-logging</artifactId>
             </exclusion>
  @@ -363,9 +359,9 @@
   
         <!-- Should be 3.3.GA to be in sync with AS, but this doesn't seem to exist -->
         <dependency>
  -        <groupId>javassist</groupId>
  +        <groupId>jboss</groupId>
           <artifactId>javassist</artifactId>
  -        <version>3.4.GA</version>
  +        <version>3.3.ga</version>
         </dependency>
   
         <!-- Should be 1.0.5.GA-jboss, to be in sync with AS but doesn't exist in Maven -->
  
  
  



More information about the jboss-cvs-commits mailing list