IDEMPIERE-4048 Fix maven build error. Integrate solution from Ken Longnan
This commit is contained in:
parent
212c1ee869
commit
df1cf08c03
|
@ -251,7 +251,6 @@ Export-Package: fit,
|
|||
org.openqa.grid.internal.utils,
|
||||
org.openqa.grid.selenium,
|
||||
org.openqa.grid.selenium.proxy,
|
||||
org.openqa.grid.selenium.utils,
|
||||
org.openqa.grid.web,
|
||||
org.openqa.grid.web.servlet,
|
||||
org.openqa.grid.web.servlet.beta,
|
||||
|
@ -278,22 +277,17 @@ Export-Package: fit,
|
|||
org.openqa.jetty.util.jmx,
|
||||
org.openqa.jetty.xml,
|
||||
org.openqa.selenium,
|
||||
org.openqa.selenium.android,
|
||||
org.openqa.selenium.browserlaunchers,
|
||||
org.openqa.selenium.browserlaunchers.locators,
|
||||
org.openqa.selenium.chrome,
|
||||
org.openqa.selenium.firefox,
|
||||
org.openqa.selenium.firefox.internal,
|
||||
org.openqa.selenium.html5,
|
||||
org.openqa.selenium.htmlunit,
|
||||
org.openqa.selenium.ie,
|
||||
org.openqa.selenium.interactions,
|
||||
org.openqa.selenium.interactions.internal,
|
||||
org.openqa.selenium.interactions.touch,
|
||||
org.openqa.selenium.internal,
|
||||
org.openqa.selenium.internal.seleniumemulation,
|
||||
org.openqa.selenium.io,
|
||||
org.openqa.selenium.iphone,
|
||||
org.openqa.selenium.lift,
|
||||
org.openqa.selenium.lift.find,
|
||||
org.openqa.selenium.lift.match,
|
||||
|
@ -311,8 +305,6 @@ Export-Package: fit,
|
|||
org.openqa.selenium.remote.server.handler.interactions,
|
||||
org.openqa.selenium.remote.server.handler.interactions.touch,
|
||||
org.openqa.selenium.remote.server.handler.internal,
|
||||
org.openqa.selenium.remote.server.renderer,
|
||||
org.openqa.selenium.remote.server.resource,
|
||||
org.openqa.selenium.remote.server.rest,
|
||||
org.openqa.selenium.remote.server.xdrpc,
|
||||
org.openqa.selenium.remote.service,
|
||||
|
@ -320,7 +312,6 @@ Export-Package: fit,
|
|||
org.openqa.selenium.security,
|
||||
org.openqa.selenium.server,
|
||||
org.openqa.selenium.server.browserlaunchers,
|
||||
org.openqa.selenium.server.cli,
|
||||
org.openqa.selenium.server.commands,
|
||||
org.openqa.selenium.server.htmlrunner,
|
||||
org.openqa.selenium.support,
|
||||
|
|
|
@ -251,7 +251,6 @@ Import-Package: fit,
|
|||
org.openqa.grid.internal.utils,
|
||||
org.openqa.grid.selenium,
|
||||
org.openqa.grid.selenium.proxy,
|
||||
org.openqa.grid.selenium.utils,
|
||||
org.openqa.grid.web,
|
||||
org.openqa.grid.web.servlet,
|
||||
org.openqa.grid.web.servlet.beta,
|
||||
|
@ -278,22 +277,17 @@ Import-Package: fit,
|
|||
org.openqa.jetty.util.jmx,
|
||||
org.openqa.jetty.xml,
|
||||
org.openqa.selenium,
|
||||
org.openqa.selenium.android,
|
||||
org.openqa.selenium.browserlaunchers,
|
||||
org.openqa.selenium.browserlaunchers.locators,
|
||||
org.openqa.selenium.chrome,
|
||||
org.openqa.selenium.firefox,
|
||||
org.openqa.selenium.firefox.internal,
|
||||
org.openqa.selenium.html5,
|
||||
org.openqa.selenium.htmlunit,
|
||||
org.openqa.selenium.ie,
|
||||
org.openqa.selenium.interactions,
|
||||
org.openqa.selenium.interactions.internal,
|
||||
org.openqa.selenium.interactions.touch,
|
||||
org.openqa.selenium.internal,
|
||||
org.openqa.selenium.internal.seleniumemulation,
|
||||
org.openqa.selenium.io,
|
||||
org.openqa.selenium.iphone,
|
||||
org.openqa.selenium.lift,
|
||||
org.openqa.selenium.lift.find,
|
||||
org.openqa.selenium.lift.match,
|
||||
|
@ -311,8 +305,6 @@ Import-Package: fit,
|
|||
org.openqa.selenium.remote.server.handler.interactions,
|
||||
org.openqa.selenium.remote.server.handler.interactions.touch,
|
||||
org.openqa.selenium.remote.server.handler.internal,
|
||||
org.openqa.selenium.remote.server.renderer,
|
||||
org.openqa.selenium.remote.server.resource,
|
||||
org.openqa.selenium.remote.server.rest,
|
||||
org.openqa.selenium.remote.server.xdrpc,
|
||||
org.openqa.selenium.remote.service,
|
||||
|
@ -320,7 +312,6 @@ Import-Package: fit,
|
|||
org.openqa.selenium.security,
|
||||
org.openqa.selenium.server,
|
||||
org.openqa.selenium.server.browserlaunchers,
|
||||
org.openqa.selenium.server.cli,
|
||||
org.openqa.selenium.server.commands,
|
||||
org.openqa.selenium.server.htmlrunner,
|
||||
org.openqa.selenium.support,
|
||||
|
|
Loading…
Reference in New Issue