Skip to content

Commit

Permalink
#197 Build against OpenJDK 13
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkosertic committed Aug 17, 2019
1 parent 389580f commit 72b8321
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,20 +61,20 @@
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
<scope>provided</scope>
<version>3.6.0</version>
<version>3.6.1</version>
</dependency>

<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-artifact</artifactId>
<scope>provided</scope>
<version>3.6.0</version>
<version>3.6.1</version>
</dependency>

<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
<version>3.6.0</version>
<version>3.6.1</version>
<exclusions>
<exclusion>
<groupId>org.apache.maven</groupId>
Expand Down

0 comments on commit 72b8321

Please sign in to comment.