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

Peter Muir peter at bleepbleep.org.uk
Fri Sep 21 06:13:10 EDT 2007


  User: pmuir   
  Date: 07/09/21 06:13:10

  Modified:    build    ui.pom.xml core.pom.xml root.pom.xml
  Log:
  Fix dvdstore
  
  Revision  Changes    Path
  1.5       +3 -1      jboss-seam/build/ui.pom.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ui.pom.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build/ui.pom.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- ui.pom.xml	20 Sep 2007 18:36:03 -0000	1.4
  +++ ui.pom.xml	21 Sep 2007 10:13:10 -0000	1.5
  @@ -199,11 +199,13 @@
   
   		<dependency>
   			<groupId>org.hibernate</groupId>
  -			<artifactId>hibernate-annotations</artifactId>
  +			<artifactId>hibernate-validator</artifactId>
   			<scope>provided</scope>
   			<optional>true</optional>
   		</dependency>
   
  +    
  +
   		<dependency>
   			<groupId>org.testng</groupId>
   			<artifactId>testng</artifactId>
  
  
  
  1.8       +28 -23    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.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- core.pom.xml	20 Sep 2007 18:36:02 -0000	1.7
  +++ core.pom.xml	21 Sep 2007 10:13:10 -0000	1.8
  @@ -1,7 +1,5 @@
   <?xml version="1.0" encoding="UTF-8"?>
  -<project xmlns="http://maven.apache.org/POM/4.0.0"
  -	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  -	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   	<modelVersion>4.0.0</modelVersion>
   	<groupId>org.jboss.seam</groupId>
   	<artifactId>jboss-seam</artifactId>
  @@ -56,6 +54,13 @@
   		</dependency>
   
   		<dependency>
  +			<groupId>org.hibernate</groupId>
  +			<artifactId>hibernate-validator</artifactId>
  +            <scope>provided</scope>
  +			<optional>true</optional>
  +		</dependency>
  +
  +		<dependency>
   			<groupId>javassist</groupId>
   			<artifactId>javassist</artifactId>
   			<scope>provided</scope>
  
  
  
  1.3       +18 -12    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.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- root.pom.xml	20 Sep 2007 19:30:56 -0000	1.2
  +++ root.pom.xml	21 Sep 2007 10:13:10 -0000	1.3
  @@ -178,6 +178,24 @@
   			</dependency>
   
   			<dependency>
  +              <groupId>org.hibernate</groupId>
  +              <artifactId>hibernate-annotations</artifactId>
  +              <version>3.3.0.ga</version>
  +            </dependency>
  +            
  +            <dependency>
  +              <groupId>org.hibernate</groupId>
  +              <artifactId>hibernate-validator</artifactId>
  +              <version>3.0.0.ga</version>
  +            </dependency>
  +            
  +            <dependency>
  +              <groupId>org.hibernate</groupId>
  +              <artifactId>hibernate-search</artifactId>
  +              <version>3.0.0.CR1.HSEARCH-116</version>
  +             </dependency>
  +
  +			<dependency>
   				<groupId>com.sun.facelets</groupId>
   				<artifactId>jsf-facelets</artifactId>
   				<version>1.1.13</version>
  @@ -202,12 +220,6 @@
   			</dependency>
   
   			<dependency>
  -				<groupId>org.hibernate</groupId>
  -				<artifactId>hibernate-annotations</artifactId>
  -				<version>3.2.1.ga</version>
  -			</dependency>
  -
  -			<dependency>
   				<groupId>jboss</groupId>
   				<artifactId>jboss-system</artifactId>
   				<version>4.2.0.GA</version>
  @@ -329,12 +341,6 @@
   			</dependency>
   
   			<dependency>
  -				<groupId>org.hibernate</groupId>
  -				<artifactId>hibernate-search</artifactId>
  -				<version>3.0.0.CR1.HSEARCH-116</version>
  -			</dependency>
  -
  -			<dependency>
   				<groupId>org.jboss.seam</groupId>
   				<artifactId>jboss-el</artifactId>
   				<version>2.0.0.BETA</version>
  
  
  



More information about the jboss-cvs-commits mailing list