Skip to content

Commit

Permalink
95: Migrate java10 demos to java12 demos, java12 to java13
Browse files Browse the repository at this point in the history
Task-Url: #95
  • Loading branch information
keilw committed Sep 21, 2020
1 parent e45a975 commit 8c87a37
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions console/basic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
<name>Basic UoM Console Demos</name>
<artifactId>uom-console-demos-basic</artifactId>
<dependencies>
<dependency>
<groupId>tech.units</groupId>
<artifactId>indriya</artifactId>
</dependency>
<dependency>
<groupId>tech.uom.lib</groupId>
<artifactId>uom-lib-common</artifactId>
</dependency>
<dependency>
<groupId>tech.units</groupId>
<artifactId>indriya</artifactId>
</dependency>
<dependency>
<groupId>tech.uom.lib</groupId>
<artifactId>uom-lib-common</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down

0 comments on commit 8c87a37

Please sign in to comment.