Switch to FutureData; add SegmentedClient
diff --git a/pom.xml b/pom.xml
index 45b7cc3..1fd5e49 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,19 +8,9 @@
 	<description>Collection of tools to simplify synchronous and asynchronous data transfer over the NDN network</description>
 	<dependencies>
 		<dependency>
-			<groupId>net.named_data.jndn</groupId>
+			<groupId>net.named-data</groupId>
 			<artifactId>jndn</artifactId>
-			<version>RELEASE</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.logging.log4j</groupId>
-			<artifactId>log4j-api</artifactId>
-			<version>2.1</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.logging.log4j</groupId>
-			<artifactId>log4j-core</artifactId>
-			<version>2.1</version>
+			<version>0.3</version>
 		</dependency>
 		<!-- Test dependencies -->
 		<dependency>
@@ -32,7 +22,7 @@
 		<dependency>
 			<groupId>com.intel.jndn.mock</groupId>
 			<artifactId>jndn-mock</artifactId>
-			<version>0.9</version>
+			<version>RELEASE</version>
 			<scope>test</scope>
 		</dependency>
 	</dependencies>