Skip to content

Commit

Permalink
Add HourMinute
Browse files Browse the repository at this point in the history
* New time-only class that only holds hours and minutes
* Supports domains where a more precise time is not helpful
  • Loading branch information
jodastephen committed Dec 20, 2023
1 parent f665c2f commit d59565f
Show file tree
Hide file tree
Showing 3 changed files with 1,795 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,12 @@
<version>${pioneer.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>${assertj.version}</version>
<scope>test</scope>
</dependency>
</dependencies>

<!-- ==================================================================== -->
Expand Down Expand Up @@ -922,6 +928,7 @@
<!-- ==================================================================== -->
<properties>
<!-- Dependencies -->
<assertj.version>3.24.2</assertj.version>
<joda-convert.version>2.2.3</joda-convert.version>
<junit.version>5.10.1</junit.version>
<pioneer.version>1.9.1</pioneer.version>
Expand Down
Loading

0 comments on commit d59565f

Please sign in to comment.