Skip to content

Commit

Permalink
Replace maven dependency (DKE-Data#34)
Browse files Browse the repository at this point in the history
* Replace maven dependency

* Minor change to rerun travis CI
  • Loading branch information
Frank-Wiebeler authored Mar 19, 2019
1 parent 8aca3dc commit 2ef0dea
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ After adding the snapshot repository feel free to add the Maven dependency:
```xml
<dependency>
<groupId>com.agrirouter.proto</groupId>
<artifactId>definitions</artifactId>
<artifactId>agrirouter-api-protobuf-definitions</artifactId>
<version>0.0.1-SNAPSHOT</version>
<classifier>jdk10</classifier>
</dependency>
Expand All @@ -75,10 +75,11 @@ Currently we are supporting JDK 8, JDK 9 and JDK 10 by using classifiers.

After adding the snapshot repository feel free to add the following Maven dependency:


```xml
<dependency>
<groupId>com.agrirouter.proto</groupId>
<artifactId>definitions</artifactId>
<artifactId>agrirouter-api-protobuf-definitions</artifactId>
<version>0.0.1-SNAPSHOT</version>
<classifier>jdk8</classifier>
</dependency>
Expand All @@ -91,7 +92,7 @@ After adding the snapshot repository feel free to add the following Maven depend
```xml
<dependency>
<groupId>com.agrirouter.proto</groupId>
<artifactId>definitions</artifactId>
<artifactId>agrirouter-api-protobuf-definitions</artifactId>
<version>0.0.1-SNAPSHOT</version>
<classifier>jdk9</classifier>
</dependency>
Expand All @@ -104,7 +105,7 @@ After adding the snapshot repository feel free to add the following Maven depend
```xml
<dependency>
<groupId>com.agrirouter.proto</groupId>
<artifactId>definitions</artifactId>
<artifactId>agrirouter-api-protobuf-definitions</artifactId>
<version>0.0.1-SNAPSHOT</version>
<classifier>jdk10</classifier>
</dependency>
Expand Down

0 comments on commit 2ef0dea

Please sign in to comment.