Skip to content

Commit

Permalink
Fixed provided codegen downstream compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
mikand13 committed Jan 13, 2018
2 parents 3abbe0c + 6dd1cf0 commit f721dbf
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 @@ -47,15 +47,15 @@ First install with either Maven:
<dependency>
<groupId>com.nannoq</groupId>
<artifactId>auth</artifactId>
<version>1.0.2</version>
<version>1.0.4</version>
</dependency>
```

or Gradle:

```groovy
dependencies {
compile group: 'nannoq.com:auth:1.0.2'
compile group: 'nannoq.com:auth:1.0.4’
}
```

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</version>
<version>1.0.4</version>
</parent>

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

<dependency>
Expand Down

0 comments on commit f721dbf

Please sign in to comment.