build: webdriver
This commit is contained in:
parent
ab749143be
commit
886f297a0a
|
@ -355,28 +355,6 @@
|
||||||
<artifactId>plexus-utils</artifactId>
|
<artifactId>plexus-utils</artifactId>
|
||||||
<version>${plexus.version}</version>
|
<version>${plexus.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- selenium包 -->
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.seleniumhq.selenium</groupId>
|
|
||||||
<artifactId>selenium-java</artifactId>
|
|
||||||
<version>${selenium.version}</version>
|
|
||||||
<exclusions>
|
|
||||||
<exclusion>
|
|
||||||
<artifactId>jakarta.activation</artifactId>
|
|
||||||
<groupId>com.sun.activation</groupId>
|
|
||||||
</exclusion>
|
|
||||||
<exclusion>
|
|
||||||
<artifactId>async-http-client</artifactId>
|
|
||||||
<groupId>org.asynchttpclient</groupId>
|
|
||||||
</exclusion>
|
|
||||||
</exclusions>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.seleniumhq.selenium</groupId>
|
|
||||||
<artifactId>selenium-http-jdk-client</artifactId>
|
|
||||||
<version>${selenium.version}</version>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
|
|
||||||
<!--随机数据生成API-->
|
<!--随机数据生成API-->
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
|
@ -18,7 +18,30 @@
|
||||||
<artifactId>metersphere-sdk</artifactId>
|
<artifactId>metersphere-sdk</artifactId>
|
||||||
<version>${revision}</version>
|
<version>${revision}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<!-- selenium包 -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.seleniumhq.selenium</groupId>
|
||||||
|
<artifactId>selenium-java</artifactId>
|
||||||
|
<exclusions>
|
||||||
|
<exclusion>
|
||||||
|
<artifactId>jakarta.activation</artifactId>
|
||||||
|
<groupId>com.sun.activation</groupId>
|
||||||
|
</exclusion>
|
||||||
|
<exclusion>
|
||||||
|
<artifactId>async-http-client</artifactId>
|
||||||
|
<groupId>org.asynchttpclient</groupId>
|
||||||
|
</exclusion>
|
||||||
|
</exclusions>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.seleniumhq.selenium</groupId>
|
||||||
|
<artifactId>selenium-http-jdk-client</artifactId>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>io.metersphere</groupId>
|
||||||
|
<artifactId>jmeter-plugins-webdriver</artifactId>
|
||||||
|
<version>${jmeter-plugins-webdriver.version}</version>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
|
6
pom.xml
6
pom.xml
|
@ -61,9 +61,9 @@
|
||||||
<codehaus-groovy.version>3.0.11</codehaus-groovy.version>
|
<codehaus-groovy.version>3.0.11</codehaus-groovy.version>
|
||||||
<jython.version>2.7.0</jython.version>
|
<jython.version>2.7.0</jython.version>
|
||||||
<docker-java.version>3.2.14</docker-java.version>
|
<docker-java.version>3.2.14</docker-java.version>
|
||||||
<selenium-htmlunit.version>4.8.0</selenium-htmlunit.version>
|
<selenium-htmlunit.version>4.8.3</selenium-htmlunit.version>
|
||||||
<selenium.version>4.8.1</selenium.version>
|
<selenium.version>4.8.3</selenium.version>
|
||||||
<jmeter-plugins-webdriver.version>4.8.1</jmeter-plugins-webdriver.version>
|
<jmeter-plugins-webdriver.version>4.8.3</jmeter-plugins-webdriver.version>
|
||||||
<opentelemetry.version>1.22.0</opentelemetry.version>
|
<opentelemetry.version>1.22.0</opentelemetry.version>
|
||||||
<oracle-database.version>19.7.0.0</oracle-database.version>
|
<oracle-database.version>19.7.0.0</oracle-database.version>
|
||||||
<zookeeper.version>3.8.0</zookeeper.version>
|
<zookeeper.version>3.8.0</zookeeper.version>
|
||||||
|
|
Loading…
Reference in New Issue