Skip to content

Commit 428bc7b

Browse files
committed
Updating doc reference to pom.xml
Fixes SeleniumHQ/selenium#12004
1 parent 13263d9 commit 428bc7b

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

examples/java/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ repositories {
1010
}
1111

1212
dependencies {
13-
testImplementation 'org.seleniumhq.selenium:selenium-java:4.8.0'
14-
testImplementation 'org.seleniumhq.selenium:selenium-grid:4.8.0'
13+
testImplementation 'org.seleniumhq.selenium:selenium-java:4.9.0'
14+
testImplementation 'org.seleniumhq.selenium:selenium-grid:4.9.0'
1515
testImplementation 'io.github.bonigarcia:webdrivermanager:5.3.2'
1616
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.9.0'
1717
}

examples/java/pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
<project.reporting.outputEncoding>${project.encoding}</project.reporting.outputEncoding>
1919
</properties>
2020

21-
<repositories>
22-
<repository>
23-
<id>sonatype-nexus-snapshots</id>
24-
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
25-
<snapshots>
26-
<enabled>true</enabled>
27-
</snapshots>
28-
</repository>
29-
</repositories>
21+
<repositories>
22+
<repository>
23+
<id>sonatype-nexus-snapshots</id>
24+
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
25+
<snapshots>
26+
<enabled>true</enabled>
27+
</snapshots>
28+
</repository>
29+
</repositories>
3030

3131
<dependencies>
3232
<dependency>

website_and_docs/content/documentation/webdriver/getting_started/install_library.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Installation of Selenium libraries for Java is accomplished using a build tool.
2727
### Maven
2828
Specify the dependency in the project's `pom.xml` file:
2929

30-
{{< gh-codeblock path="examples/java/pom.xml#L22-L26" >}}
30+
{{< gh-codeblock path="examples/java/pom.xml#L32-L36" >}}
3131

3232
### Gradle
3333
Specify the dependency in the project `build.gradle` file as `testImplementation`:

website_and_docs/content/documentation/webdriver/getting_started/install_library.ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Installation of Selenium libraries for Java is accomplished using a build tool.
2525
### Maven
2626
Specify the dependency in the project's `pom.xml` file:
2727

28-
{{< gh-codeblock path="examples/java/pom.xml#L22-L26" >}}
28+
{{< gh-codeblock path="examples/java/pom.xml#L32-L36" >}}
2929

3030
### Gradle
3131
Specify the dependency in the project `build.gradle` file as `testImplementation`:

website_and_docs/content/documentation/webdriver/getting_started/install_library.pt-br.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ A instalação da biblioteca Selenium para Java é feita a partir de uma build t
2727
### Maven
2828
Especifique a dependência no `pom.xml` do seu projeto.
2929

30-
{{< gh-codeblock path="examples/java/pom.xml#L22-L26" >}}
30+
{{< gh-codeblock path="examples/java/pom.xml#L32-L36" >}}
3131

3232
### Gradle
3333
Especifique a dependência no `build.gradle` do seu projeto como `testImplementation`:

website_and_docs/content/documentation/webdriver/getting_started/install_library.zh-cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ aliases: [
2525
### Maven
2626
具体的依赖位于项目中的 `pom.xml` 文件:
2727

28-
{{< gh-codeblock path="examples/java/pom.xml#L22-L26" >}}
28+
{{< gh-codeblock path="examples/java/pom.xml#L32-L36" >}}
2929

3030
### Gradle
3131
具体的依赖位于项目中的 `build.gradle` 文件中的 `testImplementation`:

0 commit comments

Comments
 (0)