This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository jtimer. See https://gitlab.nuiton.org/chorem/jtimer.git commit ff02cff110301994c1a3a4241cbea9b5b8d7ba48 Author: Eric Chatellier <chatellier@codelutin.com> Date: Tue Aug 2 10:00:37 2016 +0200 Update jna again --- pom.xml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 7d89bb5..343f74c 100644 --- a/pom.xml +++ b/pom.xml @@ -267,7 +267,7 @@ <dependency> <groupId>net.java.dev.jna</groupId> <artifactId>jna</artifactId> - <version>3.5.2</version> + <version>4.2.2</version> <scope>compile</scope> </dependency> <dependency> @@ -292,16 +292,11 @@ <artifactId>snakeyaml</artifactId> <version>1.17</version> </dependency> - - <!-- gson lib --> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.7</version> </dependency> - - <!-- commons-xxx lib --> - <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> @@ -319,7 +314,6 @@ </dependency> <!-- tests dependencies --> - <dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.