Skip to content

Commit

Permalink
Using Bintray temporarily again
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaisarma committed Dec 13, 2016
1 parent ea2e8e4 commit 1a024b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -600,17 +600,17 @@ To use Bullet, you need to implement a way to read from your data source and con
Option 2 *directly* couples your topology to Bullet and as such, you would need to watch out for things like backpressure etc.

You need a JVM based project that implements one of the two options above. You include the Bullet artifact and Storm dependencies in your pom.xml or other dependency management system. The artifacts
are available through JCenter Bintray, so you will need to add the repository.
are available through Bintray, so you will need to add the repository.

```xml
<repositories>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>central</id>
<id>bintray-yahoo-maven</id>
<name>bintray</name>
<url>http://jcenter.bintray.com</url>
<url>http://dl.bintray.com/yahoo/maven</url>
</repository>
</repositories>
```
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>central</id>
<id>bintray-yahoo-maven</id>
<name>bintray</name>
<url>http://jcenter.bintray.com</url>
<url>http://dl.bintray.com/yahoo/maven</url>
</repository>
</repositories>

Expand Down

0 comments on commit 1a024b3

Please sign in to comment.