Skip to content

Commit

Permalink
Added org.threeten dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgrigore committed Apr 21, 2017
1 parent cf48834 commit c3c54a1
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions pom.xml
Expand Up @@ -13,8 +13,8 @@
<description />

<properties>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
<maven.compiler.source>1.7</maven.compiler.source>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- Dependencies versions. -->
<slf4j.version>1.7.10</slf4j.version>
Expand Down Expand Up @@ -126,6 +126,12 @@
<artifactId>commons-collections4</artifactId>
<version>4.0</version>
</dependency>

<dependency>
<groupId>org.threeten</groupId>
<artifactId>threetenbp</artifactId>
<version>1.3.3</version>
</dependency>

<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit c3c54a1

Please sign in to comment.