Skip to content

Commit c291ea9

Browse files
committed
Moving SessionNotFoundException from selenium-remote to selenium-api maven artifact
1 parent 12f97a2 commit c291ea9

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

maven/api/pom.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@
2020
<groupId>com.google.code.gson</groupId>
2121
<artifactId>gson</artifactId>
2222
</dependency>
23-
<dependency>
24-
<groupId>org.apache.httpcomponents</groupId>
25-
<artifactId>httpclient</artifactId>
26-
</dependency>
2723
</dependencies>
2824

2925
<build>
@@ -52,16 +48,14 @@
5248
<exclude name="org/openqa/selenium/WebDriverBackedSelenium.java" />
5349
<exclude name="org/openqa/selenium/WebDriverCommandProcessor.java" />
5450
<include name="org/openqa/selenium/logging/**/*.java" />
55-
<include name="org/openqa/selenium/browserlaunchers/CapabilityType.java" />
56-
<include name="org/openqa/selenium/browserlaunchers/DoNotUseProxyPac.java" />
57-
<include name="org/openqa/selenium/browserlaunchers/Proxies.java" />
5851
<include name="org/openqa/selenium/html5/*.java" />
5952
<include name="org/openqa/selenium/interactions/**/*.java" />
6053
<include name="org/openqa/selenium/internal/*.java" />
6154
<include name="org/openqa/selenium/security/*.java" />
6255
<include name="org/openqa/selenium/remote/BrowserType.java" />
6356
<include name="org/openqa/selenium/remote/CapabilityType.java" />
6457
<include name="org/openqa/selenium/remote/DesiredCapabilities.java" />
58+
<include name="org/openqa/selenium/remote/SessionNotFoundException.java" />
6559
</fileset>
6660
</copy>
6761
</tasks>

maven/remote-driver/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666
<include name="org/openqa/selenium/mobile/**/*.java" />
6767
<include name="org/openqa/selenium/os/**/*.java" />
6868
<include name="org/openqa/selenium/net/**/*.java" />
69-
<include name="org/openqa/selenium/profiler/**/*.java" />
7069
<include name="org/openqa/selenium/remote/**/*.java" />
7170
<not><present targetdir="../api/src/main/java" /></not>
7271
</fileset>

0 commit comments

Comments
 (0)