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

Peter Muir peter at bleepbleep.org.uk
Sat Jul 14 18:53:24 EDT 2007


  User: pmuir   
  Date: 07/07/14 18:53:24

  Modified:    ui       pom.xml
  Log:
  Add validateall to ci, make core.pom.xml and seam ui have no transitive dependencies for now
  
  Revision  Changes    Path
  1.8       +6 -2      jboss-seam/ui/pom.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: pom.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/ui/pom.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- pom.xml	14 Jul 2007 16:36:56 -0000	1.7
  +++ pom.xml	14 Jul 2007 22:53:24 -0000	1.8
  @@ -76,11 +76,13 @@
   		<dependency>
   			<groupId>antlr</groupId>
   			<artifactId>antlr</artifactId>
  +			<optional>true</optional>
   		</dependency>
   
   		<dependency>
   			<groupId>org.ajax4jsf</groupId>
   			<artifactId>ajax4jsf</artifactId>
  +			<optional>true</optional>
   		</dependency>
   
   		<dependency>
  @@ -92,22 +94,25 @@
   		<dependency>
   			<groupId>jboss</groupId>
   			<artifactId>jbpm-jpdl</artifactId>
  +			<optional>true</optional>
   		</dependency>
   
   		<dependency>
   			<groupId>jboss</groupId>
   			<artifactId>jboss-cache-jdk50</artifactId>
  +			<optional>true</optional>
   		</dependency>
   
   		<dependency>
   			<groupId>org.hibernate</groupId>
   			<artifactId>hibernate</artifactId>
  -			<scope>provided</scope>
  +			<scope>true</scope>
   		</dependency>
   
   		<dependency>
   			<groupId>com.sun.facelets</groupId>
   			<artifactId>jsf-facelets</artifactId>
  +			<optional>true</optional>
   		</dependency>
   
   		<dependency>
  @@ -157,6 +162,5 @@
   		    <scope>test</scope>
   		</dependency>
   		
  -
   	</dependencies>
   </project>
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list