Closed lukeis closed 8 years ago
Do you start your tests from Maven?
Reported by barancev
on 2013-10-03 13:55:02
NeedsClarification
yes Please find my pom.xml below
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>Selenium2.0</groupId>
<artifactId>Selenium2.0</artifactId>
<version>1.0</version>
<dependencies>
<dependency>
<groupId>net.lightbody.bmp</groupId>
<artifactId>browsermob-proxy</artifactId>
<version>2.0-beta-8</version>
<exclusions>
<exclusion>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-api</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.2.3</version>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>6.8.5</version>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>2.35.0</version>
</dependency>
</dependencies>
</project>
Reported by marpurisuma
on 2013-10-04 05:43:29
Should be fixed by revision e92c36306829
The fix will be included in 2.38 release
Reported by barancev
on 2013-10-22 21:06:25
Fixed
Reported by luke.semerau
on 2015-09-17 18:18:01
Originally reported on Google Code with ID 6364
Reported by
marpurisuma
on 2013-10-03 11:03:11