Skip to content

Commit

Permalink
AlexeiBarantsev: Fixing maven build -- adding a new package org.openq…
Browse files Browse the repository at this point in the history
…a.selenium.security to the source list

r17266
  • Loading branch information
barancev committed Jun 23, 2012
1 parent 2802568 commit 08733c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion maven/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,14 @@
<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" />
<include name="org/openqa/selenium/html5/*.java" />
<include name="org/openqa/selenium/interactions/**/*.java" />
<include name="org/openqa/selenium/internal/*.java" />
<include name="org/openqa/selenium/security/*.java" />
<include name="org/openqa/selenium/remote/CapabilityType.java" />
<include name="org/openqa/selenium/remote/DesiredCapabilities.java" />
</fileset>
Expand Down

0 comments on commit 08733c3

Please sign in to comment.