Skip to content

Commit

Permalink
Name the additional resolver required when you use JitPack
Browse files Browse the repository at this point in the history
  • Loading branch information
FRosner authored Mar 6, 2017
1 parent 7f07d21 commit 49093ae
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ pip install pyddq==4.1.0

In order to use DDQ in your project, you can add it as a library dependency. This can be done through the [SBT spark package plugin](https://github.com/databricks/sbt-spark-package), or you can add it using [JitPack.io](https://jitpack.io/#FRosner/drunken-data-quality).

Keep in mind that you might need to add additional resolvers as DDQ has some external dependencies starting from version 4.1.0:

```
resolvers += "lightshed-maven" at "http://dl.bintray.com/content/lightshed/maven"
```

If neither of the above-mentioned ways work for you, feel free to download one of the compiled artifacts in the [release section](https://github.com/FRosner/drunken-data-quality/releases). Alternatively you may of course also build from source.

## Using DDQ
Expand Down

0 comments on commit 49093ae

Please sign in to comment.