Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MinusKube authored Jun 26, 2017
1 parent 4284387 commit 52ed308
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ You can also use a build system:
### Gradle
```gradle
repositories {
maven {
url 'https://oss.sonatype.org/content/repositories/releases'
}
mavenCentral()
}
dependencies {
Expand All @@ -42,11 +40,6 @@ dependencies {

### Maven
```xml
<repository>
<id>sonatype-releases</id>
<url>https://oss.sonatype.org/content/repositories/releases</url>
</repository>

<dependency>
<groupId>fr.minuskube.inv</groupId>
<artifactId>smart-invs</artifactId>
Expand Down

0 comments on commit 52ed308

Please sign in to comment.