Skip to content

Commit 4b7d201

Browse files
committed
Adding repository to use Snapshots
1 parent d0f3c10 commit 4b7d201

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

examples/java/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,16 @@
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>
30+
2131
<dependencies>
2232
<dependency>
2333
<groupId>org.seleniumhq.selenium</groupId>

0 commit comments

Comments
 (0)