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

Peter Muir peter at bleepbleep.org.uk
Sun Oct 7 18:22:14 EDT 2007


  User: pmuir   
  Date: 07/10/07 18:22:14

  Modified:    build    core.pom.xml root.pom.xml
  Log:
  JBSEAM-1644
  
  Revision  Changes    Path
  1.24      +6 -0      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.23
  retrieving revision 1.24
  diff -u -b -r1.23 -r1.24
  --- core.pom.xml	2 Oct 2007 12:48:36 -0000	1.23
  +++ core.pom.xml	7 Oct 2007 22:22:14 -0000	1.24
  @@ -232,6 +232,12 @@
       </dependency>
   
       <dependency>
  +      <groupId>org.dbunit</groupId>
  +      <artifactId>dbunit</artifactId>
  +      <optional>true</optional>
  +    </dependency>
  +
  +    <dependency>
         <groupId>org.jbpm</groupId>
         <artifactId>jbpm-jpdl</artifactId>
         <optional>true</optional>
  
  
  
  1.29      +28 -24    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.28
  retrieving revision 1.29
  diff -u -b -r1.28 -r1.29
  --- root.pom.xml	5 Oct 2007 13:23:21 -0000	1.28
  +++ root.pom.xml	7 Oct 2007 22:22:14 -0000	1.29
  @@ -777,31 +777,35 @@
           </exclusions>
         </dependency>
   
  -    </dependencies>
  -  </dependencyManagement>
  -  
  -  <profiles>
  -    <profile>
  -      <id>richfaces-ear</id>
  -      <dependencies>
  -        <dependency>
  -          <groupId>org.richfaces</groupId>
  -          <artifactId>richfaces-api</artifactId>
  -        </dependency>
  -      </dependencies>
  -    </profile>
  -    <profile>
  -      <id>richfaces-war</id>
  -      <dependencies>
           <dependency>
  -          <groupId>org.richfaces</groupId>
  -          <artifactId>richfaces-ui</artifactId>
  -        </dependency>
  -        <dependency>
  -          <groupId>org.richfaces</groupId>
  -          <artifactId>richfaces-impl</artifactId>
  +        <groupId>org.dbunit</groupId>
  +        <artifactId>dbunit</artifactId>
  +        <version>2.2</version>
  +        <exclusions>
  +          <exclusion>
  +            <groupId>junit</groupId>
  +            <artifactId>junit</artifactId>
  +          </exclusion>
  +          <exclusion>
  +            <groupId>junit-addons</groupId>
  +            <artifactId>junit-addons</artifactId>
  +          </exclusion>
  +          <exclusion>
  +            <groupId>poi</groupId>
  +            <artifactId>poi</artifactId>
  +          </exclusion>
  +          <exclusion>
  +            <groupId>junit</groupId>
  +            <artifactId>junit</artifactId>
  +          </exclusion>
  +          <exclusion>
  +            <groupId>commons-collections</groupId>
  +            <artifactId>commons-collections</artifactId>
  +          </exclusion>
  +        </exclusions>
           </dependency>
  +
         </dependencies>
  -    </profile>
  -  </profiles>
  +  </dependencyManagement>
  +  
   </project>
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list