Skip to content

Commit

Permalink
Add unit conversion dependencies #19
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-austin committed Apr 30, 2022
1 parent fec327e commit d231d3f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,18 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>javax.measure</groupId>
<artifactId>unit-api</artifactId>
<version>2.1.3</version>
</dependency>

<dependency>
<groupId>tech.units</groupId>
<artifactId>indriya</artifactId>
<version>2.1.3</version>
</dependency>

</dependencies>

<build>
Expand Down

0 comments on commit d231d3f

Please sign in to comment.