[weld-commits] Weld SVN: r5010 - extensions/trunk/archetypes/weld-jsf-minimal/src/main/resources/archetype-resources.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Thu Nov 12 20:55:47 EST 2009


Author: sboscarine
Date: 2009-11-12 20:55:47 -0500 (Thu, 12 Nov 2009)
New Revision: 5010

Modified:
   extensions/trunk/archetypes/weld-jsf-minimal/src/main/resources/archetype-resources/pom.xml
Log:
Additional cleanup of pom

Modified: extensions/trunk/archetypes/weld-jsf-minimal/src/main/resources/archetype-resources/pom.xml
===================================================================
--- extensions/trunk/archetypes/weld-jsf-minimal/src/main/resources/archetype-resources/pom.xml	2009-11-13 01:43:14 UTC (rev 5009)
+++ extensions/trunk/archetypes/weld-jsf-minimal/src/main/resources/archetype-resources/pom.xml	2009-11-13 01:55:47 UTC (rev 5010)
@@ -14,23 +14,6 @@
 		-->
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 	</properties>
-	<repositories>
-		<!--
-			As of October 2009, a few of the weld dependencies were not yet on the main maven repo. The JBoss repo is updated
-			more frequently.
-		-->
-		<repository>
-			<id>repository.jboss.org</id>
-			<name>JBoss Repository</name>
-			<url>http://repository.jboss.org/maven2</url>
-			<releases>
-				<enabled>true</enabled>
-			</releases>
-			<snapshots>
-				<enabled>false</enabled>
-			</snapshots>
-		</repository>
-	</repositories>
 	<dependencyManagement>
 		<dependencies>
 			<!-- Import scope will provide versions and scopes for dependency below. -->
@@ -101,23 +84,22 @@
 		<!-- end Jetty/Tomcat-specific scopes and artifacts -->
 
 		<!-- Sun Bean Validation API (JSR 303) -->
-		<!--		<dependency>-->
-		<!--			<groupId>javax.validation</groupId>-->
-		<!--			<artifactId>validation-api</artifactId>-->
-		<!--			<version>1.0.0.GA</version>-->
-		<!--		</dependency>-->
-		<!-- hibernate bean validation impl -->
-		<!--		<dependency>-->
-		<!--			<groupId>org.hibernate</groupId>-->
-		<!--			<artifactId>hibernate-validator</artifactId>-->
-		<!--			<version>4.0.0.GA</version>-->
-		<!--		</dependency>-->
-		<!-- For some reason, this is a dependency of Bean Validation -->
-		<!--		<dependency>-->
-		<!--			<groupId>org.slf4j</groupId>-->
-		<!--			<artifactId>slf4j-log4j12</artifactId>-->
-		<!--			<version>1.4.2</version>-->
-		<!--		</dependency>-->
+		<dependency>
+			<groupId>javax.validation</groupId>
+			<artifactId>validation-api</artifactId>
+		</dependency>
+		<!-- Bean Validation Implementation -->
+		<!--<dependency>-->
+		<!--	<groupId>org.hibernate</groupId>-->
+		<!--	<artifactId>hibernate-validator</artifactId>-->
+		<!--	<version>4.0.0.GA</version>-->
+		<!--</dependency>-->
+		<!-- Additional Bean Validation Validation Dependency-->
+		<!--<dependency>-->
+		<!--	<groupId>org.slf4j</groupId>-->
+		<!--	<artifactId>slf4j-log4j12</artifactId>-->
+		<!--	<version>1.4.2</version>-->
+		<!--</dependency>-->
 	</dependencies>
 	<build>
 		<finalName>${artifactId}</finalName>



More information about the weld-commits mailing list