You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by an...@apache.org on 2006/11/10 02:52:26 UTC

svn commit: r473165 - /tapestry/tapestry4/trunk/tapestry-framework/pom.xml

Author: andyhot
Date: Thu Nov  9 17:52:26 2006
New Revision: 473165

URL: http://svn.apache.org/viewvc?view=rev&rev=473165
Log:
Add version in name

Modified:
    tapestry/tapestry4/trunk/tapestry-framework/pom.xml

Modified: tapestry/tapestry4/trunk/tapestry-framework/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-framework/pom.xml?view=diff&rev=473165&r1=473164&r2=473165
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-framework/pom.xml (original)
+++ tapestry/tapestry4/trunk/tapestry-framework/pom.xml Thu Nov  9 17:52:26 2006
@@ -12,7 +12,7 @@
         <artifactId>tapestry-project</artifactId>
         <version>4.1.1-SNAPSHOT</version>
     </parent>
-    <name>Tapestry Core Library</name>
+    <name>Tapestry Core Library - ${version}</name>
     <inceptionYear>2006</inceptionYear>
 
     <dependencies>
@@ -119,7 +119,17 @@
         <dependency>
             <groupId>org.apache.tapestry</groupId>
             <artifactId>tapestry-test</artifactId>
-        </dependency>
+        </dependency>        
+        
+        <dependency>
+            <groupId>org.openqa.selenium.client-drivers</groupId>
+            <artifactId>selenium-java-client-driver</artifactId>                
+        </dependency>   
+        <dependency>
+            <groupId>org.openqa.selenium.server</groupId>
+            <artifactId>selenium-server</artifactId>                
+        </dependency>        
+        
     </dependencies>
 
     <build>