build: Add gradle build system and upgrade to use jndn version 0.9
Change-Id: I5e8c355dd3ad1e87d2ac06ec78dcf8fa66b9bc08
diff --git a/pom.xml b/pom.xml
index f79f4dc..0f36b5b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.intel.jndn.mock</groupId>
<artifactId>jndn-mock</artifactId>
- <version>0.11.1</version>
+ <version>1.0.1-SNAPSHOT</version>
<name>jndn-mock</name>
<description>Tools for testing NDN Java code without using network IO.</description>
<url>https://github.com/01org/jndn-utils</url>
@@ -34,13 +34,13 @@
<dependency>
<groupId>net.named-data</groupId>
<artifactId>jndn</artifactId>
- <version>0.7.1</version>
+ <version>0.9</version>
</dependency>
<!-- Test dependencies -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.10</version>
+ <version>4.12</version>
<scope>test</scope>
</dependency>
</dependencies>
@@ -109,4 +109,4 @@
</build>
</profile>
</profiles>
-</project>
\ No newline at end of file
+</project>