Skip to content

Commit 24dc4b0

Browse files
author
aquality-automation
authored
Update README.md
1 parent 9531131 commit 24dc4b0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,17 @@ We use interfaces where is possible, so you can implement your own version of ta
1212

1313
1. To start work with this package, simply add the dependency to your pom.xml:
1414
```
15+
<repositories>
16+
<repository>
17+
<id>ossrh</id>
18+
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
19+
</repository>
20+
<repository>
21+
<id>ossrh</id>
22+
<url>https://repo1.maven.org/maven2/</url>
23+
</repository>
24+
</repositories>
25+
1526
<dependency>
1627
<groupId>com.github.aquality-automation</groupId>
1728
<artifactId>aquality-selenium</artifactId>

0 commit comments

Comments
 (0)