Skip to content

Commit

Permalink
DanielWagnerHall: Fixing maven build. Adding some source files which …
Browse files Browse the repository at this point in the history
…are required, and a dependency on json which was missing.

r17179
  • Loading branch information
illicitonion committed Jun 14, 2012
1 parent 4559075 commit 31c43b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion maven/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
</dependency>
</dependencies>

<build>
Expand Down Expand Up @@ -43,7 +47,7 @@
<exclude name="org/openqa/selenium/SuppliesWebDriver.java" />
<exclude name="org/openqa/selenium/WebDriverBackedSelenium.java" />
<exclude name="org/openqa/selenium/WebDriverCommandProcessor.java" />
<include name="org/openqa/selenium/logging/*.java" />
<include name="org/openqa/selenium/logging/**/*.java" />
<include name="org/openqa/selenium/browserlaunchers/CapabilityType.java" />
<include name="org/openqa/selenium/browserlaunchers/DoNotUseProxyPac.java" />
<include name="org/openqa/selenium/browserlaunchers/Proxies.java" />
Expand Down
1 change: 1 addition & 0 deletions maven/remote-driver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
<include name="org/openqa/selenium/io/**/*.java" />
<include name="org/openqa/selenium/os/**/*.java" />
<include name="org/openqa/selenium/net/**/*.java" />
<include name="org/openqa/selenium/profiler/**/*.java" />
<include name="org/openqa/selenium/remote/**/*.java" />
<not><present targetdir="../api/src/main/java" /></not>
</fileset>
Expand Down

0 comments on commit 31c43b2

Please sign in to comment.