[jbossseam-issues] [JBoss JIRA] Closed: (JBSEAM-4135) Upload selenium libs to jboss maven repository

Marek Novotny (JIRA) jira-events at lists.jboss.org
Wed May 27 10:59:06 EDT 2009


     [ https://jira.jboss.org/jira/browse/JBSEAM-4135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marek Novotny closed JBSEAM-4135.
---------------------------------

    Resolution: Done


Use this dependency:    

  <dependency>
    	<groupId>org.seleniumhq.selenium.client-drivers</groupId>
    	<artifactId>selenium-java-client-driver</artifactId>
    	<version>1.0-beta-2</version>
	   	 <exclusions>
            <exclusion>
               <groupId>org.seleniumhq.selenium.core</groupId>
               <artifactId>selenium-core</artifactId>
            </exclusion> 
            <exclusion>
               <groupId>org.seleniumhq.selenium.server</groupId>
               <artifactId>selenium-server-coreless</artifactId>
            </exclusion>
            <exclusion>
               <groupId>org.codehaus.groovy.maven.runtime</groupId>
               <artifactId>gmaven-runtime-default</artifactId>
            </exclusion>   
         </exclusions>
      </dependency>    

> Upload selenium libs to jboss maven repository
> ----------------------------------------------
>
>                 Key: JBSEAM-4135
>                 URL: https://jira.jboss.org/jira/browse/JBSEAM-4135
>             Project: Seam
>          Issue Type: Task
>          Components: Test Harness
>    Affects Versions: 2.1.2.CR1
>            Reporter: Jozef Hartinger
>            Assignee: Marek Novotny
>             Fix For: 2.1.2
>
>
> selenium-java-client-driver and selenium-server need to be obtainable with maven in order to get rid of binaries in svn

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list