[richfaces-svn-commits] JBoss Rich Faces SVN: r18613 - sandbox/trunk/cdk/maven-resources-plugin.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Fri Aug 13 07:40:04 EDT 2010


Author: nbelaevski
Date: 2010-08-13 07:40:04 -0400 (Fri, 13 Aug 2010)
New Revision: 18613

Modified:
   sandbox/trunk/cdk/maven-resources-plugin/pom.xml
Log:
Updated pom for maven-resources-plugin

Modified: sandbox/trunk/cdk/maven-resources-plugin/pom.xml
===================================================================
--- sandbox/trunk/cdk/maven-resources-plugin/pom.xml	2010-08-13 11:33:47 UTC (rev 18612)
+++ sandbox/trunk/cdk/maven-resources-plugin/pom.xml	2010-08-13 11:40:04 UTC (rev 18613)
@@ -18,11 +18,6 @@
     </properties>
 
     <repositories>
-        <repository>
-            <id>reflections-repo</id>
-            <name>Reflections Maven2 Repository</name>
-            <url>http://reflections.googlecode.com/svn/repo</url>
-        </repository>
     </repositories>
 
     <dependencies>
@@ -62,7 +57,7 @@
         <dependency>
             <groupId>org.reflections</groupId>
             <artifactId>reflections</artifactId>
-            <version>0.9.5-RC2</version>
+            <version>0.9.5-RC2_jboss-SP1</version>
             <exclusions>
                 <exclusion>
                     <artifactId>google-collections</artifactId>
@@ -104,6 +99,11 @@
             <artifactId>slf4j-simple</artifactId>
             <version>1.5.8</version>
         </dependency>
+        <dependency>
+        	<groupId>com.yahoo.platform.yui</groupId>
+        	<artifactId>yuicompressor</artifactId>
+        	<version>2.3.6</version>
+        </dependency>
     </dependencies>
 
     <build>



More information about the richfaces-svn-commits mailing list