Skip to content

Commit

Permalink
Updated POM file dependency versions and compiler source and target p…
Browse files Browse the repository at this point in the history
…roperties
  • Loading branch information
Luis Guillermo Balboa Gonzalez committed Jan 22, 2018
1 parent 8d67b5e commit c4f28ed
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Java/pom.xml
Expand Up @@ -5,6 +5,8 @@
<version>0.0.2-SNAPSHOT</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
<dependencies>
<dependency>
Expand All @@ -16,14 +18,14 @@
<dependency>
<groupId>org.xerial.snappy</groupId>
<artifactId>snappy-java</artifactId>
<version>1.0.5</version>
<version>1.1.7.1</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.luben</groupId>
<artifactId>zstd-jni</artifactId>
<version>1.1.4</version>
<version>1.2.0-2</version>
</dependency>
</dependencies>
<build>
Expand Down

0 comments on commit c4f28ed

Please sign in to comment.