Skip to content

Commit 6374ca2

Browse files
authored
Update README.md
1 parent 5b8378e commit 6374ca2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Features:
2525
- Named randomly (uuid is used)
2626

2727
# Using pk-vcs-svn
28-
- Add github-hosted pk-vcs-svn project as maven dependency using [jitpack.io](https://jitpack.io/). As an example, add following to gradle.build file:
28+
- Add github-hosted pk-vcs-svn and pk-vcs-api projects as maven dependencies using [jitpack.io](https://jitpack.io/). As an example, add following to gradle.build file:
2929
```gradle
3030
allprojects {
3131
repositories {
@@ -35,6 +35,7 @@ Features:
3535

3636
dependencies {
3737
compile 'com.github.ProjectKaiser:pk-vcs-svn:master-SNAPSHOT'
38+
compile 'com.github.ProjectKaiser:pk-vcs-api:master-SNAPSHOT'
3839
}
3940
```
4041
- Create Workspace Home instance providing path to any folder as Workspace Home folder path. This folder will contain repositories folders (if different vcs or repositories are used)

0 commit comments

Comments
 (0)