Skip to content

Commit 8bddb31

Browse files
author
aquality-automation
authored
updated readme
1 parent f6b9ea7 commit 8bddb31

File tree

1 file changed

+20
-8
lines changed

1 file changed

+20
-8
lines changed

README.md

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,26 @@ We use interfaces where is possible, so you can implement your own version of ta
1010

1111
### Quick start
1212

13-
1. To start work with this package, simply add the dependency to your pom.xml:
14-
```
15-
<dependency>
16-
<groupId>com.github.aquality-automation</groupId>
17-
<artifactId>aquality-selenium</artifactId>
18-
<version>1.0-SNAPSHOT</version>
19-
<classifier>jar-with-dependencies</classifier>
20-
</dependency>
13+
1. To start work with this package, simply add the dependency to your pom.xml:
14+
```
15+
<repositories>
16+
<repository>
17+
<id>ossrh</id>
18+
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
19+
</repository>
20+
</repositories>
21+
22+
<dependencies>
23+
...
24+
<dependency>
25+
<groupId>com.github.aquality-automation</groupId>
26+
<artifactId>aquality-selenium</artifactId>
27+
<version>1.0-SNAPSHOT</version>
28+
<classifier>jar-with-dependencies</classifier>
29+
</dependency>
30+
...
31+
</dependencies>
32+
2133
```
2234

2335
2. Add configuration file [settings.json](./src/main/resources/settings.json) and localization [folder](localization/) to resources folder (usually `src/test/resources`)

0 commit comments

Comments
 (0)