diff --git a/.classpath b/.classpath
index 5454e77..c0afee8 100644
--- a/.classpath
+++ b/.classpath
@@ -1,9 +1,9 @@
-
-
+
-
+
+
@@ -11,7 +11,16 @@
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/.gitignore b/.gitignore
index fb3ff64..60aad25 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,3 @@
.settings
-build
+target
ldf-server.json
diff --git a/.project b/.project
index 092e544..7b386b6 100644
--- a/.project
+++ b/.project
@@ -25,8 +25,14 @@
+
+ org.eclipse.m2e.core.maven2Builder
+
+
+
+ org.eclipse.m2e.core.maven2Nature
org.eclipse.jem.workbench.JavaEMFNature
org.eclipse.wst.common.modulecore.ModuleCoreNature
org.eclipse.wst.common.project.facet.core.nature
diff --git a/pom.xml b/pom.xml
new file mode 100644
index 0000000..ac571c8
--- /dev/null
+++ b/pom.xml
@@ -0,0 +1,55 @@
+
+ 4.0.0
+ LDF-Server
+ LDF-Server
+ 0.0.1-SNAPSHOT
+ war
+
+
+ sonatype.oss.snapshots
+ Sonatype OSS Snapshot Repository
+ http://oss.sonatype.org/content/repositories/snapshots
+ false
+ true
+
+
+
+
+ org.rdfhdt
+ hdt-jena
+ 1.1-SNAPSHOT
+
+
+ com.google.code.gson
+ gson
+ 2.2.4
+
+
+ javax.servlet
+ javax.servlet-api
+ 3.0.1
+
+
+
+ src
+
+
+ maven-compiler-plugin
+ 3.1
+
+
+ 1.7
+
+
+
+ maven-war-plugin
+ 2.3
+
+ WebContent
+ false
+
+
+
+
+
\ No newline at end of file