Index: BH13SPARQLBuilder/pom.xml
===================================================================
--- BH13SPARQLBuilder/pom.xml (revision 5)
+++ BH13SPARQLBuilder/pom.xml (revision 38)
@@ -34,4 +34,25 @@
   		<type>pom</type>
   	</dependency>
+  	<dependency>
+		<groupId>franz</groupId>
+		<artifactId>agraph</artifactId>
+		<scope>system</scope>
+		<systemPath>${basedir}/lib2/agraph-4.5.jar</systemPath>
+	</dependency>
+  	<dependency>
+  		<groupId>org.openrdf.sesame</groupId>
+  		<artifactId>sesame</artifactId>
+  		<version>2.7.8</version>
+  		<type>pom</type>
+  	</dependency>
   </dependencies>
+  <dependencyManagement>
+  	<dependencies>
+  		<dependency>
+  			<groupId>franz</groupId>
+  			<artifactId>agraph</artifactId>
+  			<version>4.5</version>
+  		</dependency>
+  	</dependencies>
+  </dependencyManagement>
 </project>
