You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by st...@apache.org on 2010/04/17 19:33:13 UTC

svn commit: r935213 - /myfaces/extensions/cdi/trunk/examples/jsf-examples/hello_myfaces-codi_jsf12/pom.xml

Author: struberg
Date: Sat Apr 17 17:33:12 2010
New Revision: 935213

URL: http://svn.apache.org/viewvc?rev=935213&view=rev
Log:
EXTCDI-21 temporarily add JBoss repository for the sample application

We should generally switch over to apache-bval asap. It should already 
be available as SNAPSHOT, but we need to do a few tests before we 
actually activate it.

Modified:
    myfaces/extensions/cdi/trunk/examples/jsf-examples/hello_myfaces-codi_jsf12/pom.xml

Modified: myfaces/extensions/cdi/trunk/examples/jsf-examples/hello_myfaces-codi_jsf12/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/cdi/trunk/examples/jsf-examples/hello_myfaces-codi_jsf12/pom.xml?rev=935213&r1=935212&r2=935213&view=diff
==============================================================================
--- myfaces/extensions/cdi/trunk/examples/jsf-examples/hello_myfaces-codi_jsf12/pom.xml (original)
+++ myfaces/extensions/cdi/trunk/examples/jsf-examples/hello_myfaces-codi_jsf12/pom.xml Sat Apr 17 17:33:12 2010
@@ -35,6 +35,15 @@
         <version>1.0.0-SNAPSHOT</version>
     </parent>
 
+    <repositories>
+        <!-- TODO THIS MUST GET REMOVED ASAP! -->
+        <repository>
+            <id>jboss-maven2</id>
+            <url>http://repository.jboss.com/maven2</url>
+        </repository>
+    </repositories>
+
+
     <properties>
         <owb.version>1.0.0-SNAPSHOT</owb.version>
         <myfaces.version>2.0.0-SNAPSHOT</myfaces.version>