Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
MinusKube committed Jun 27, 2017
2 parents b812998 + 52ed308 commit 58ee0d0
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 58ee0d0

Please sign in to comment.