Skip to content

Commit

Permalink
removed provided scope of codegen dependency, to not break downstream…
Browse files Browse the repository at this point in the history
… imports
  • Loading branch information
mikand13 committed Jan 13, 2018
1 parent db85d63 commit c88bfa6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ First install with either Maven:
<dependency>
<groupId>com.nannoq</groupId>
<artifactId>cluster</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.4-SNAPSHOT</version>
</dependency>
```

Expand All @@ -66,7 +66,7 @@ repositories {
}
dependencies {
compile group: 'nannoq.com:cluster:1.0.2-SNAPSHOT'
compile group: 'nannoq.com:cluster:1.0.4-SNAPSHOT'
}
```

Expand Down
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.nannoq</groupId>
<artifactId>tools</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.4-SNAPSHOT</version>
</parent>

<artifactId>cluster</artifactId>
Expand Down Expand Up @@ -86,7 +86,6 @@
<groupId>io.vertx</groupId>
<artifactId>vertx-codegen</artifactId>
<version>${vertx.version}</version>
<scope>provided</scope>
</dependency>

<dependency>
Expand Down

0 comments on commit c88bfa6

Please sign in to comment.