#BAEL-16646 move java-dates "computations" articles under new Core Java module.

This commit is contained in:
Alessio Stalla
2019-09-30 15:52:48 +02:00
parent 491a912090
commit c70ac2cc73
21 changed files with 50 additions and 50 deletions

View File

@@ -19,7 +19,18 @@
<artifactId>joda-time</artifactId>
<version>${joda-time.version}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>${commons-lang3.version}</version>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>${assertj.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.darwinsys</groupId>
<artifactId>hirondelle-date4j</artifactId>