diff --git a/.gitignore b/.gitignore index af000ad8d..75cd44aad 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,15 @@ */target/ *.iml spring-data-neo4j-examples/sdn-boot/bower_components/ +.buildpath +.project +.settings +target/ +.idea/ +*.class +*.iml +*.iws +*.ipr +*.db +.DS_Store +.classpath diff --git a/pom.xml b/pom.xml index 6ddb76a85..ced7abe5b 100644 --- a/pom.xml +++ b/pom.xml @@ -82,6 +82,14 @@ GMT + + mangrish + Mark Angrish + + Developer + + +11 + mhunger Michael Hunger @@ -158,31 +166,6 @@ ${springdata.commons} - - com.fasterxml.jackson.core - jackson-databind - 2.3.2 - - - - org.apache.httpcomponents - httpclient - 4.3.6 - - - - commons-lang - commons-lang - 2.6 - - - - org.neo4j - neo4j - ${neo4j.version} - test - - org.neo4j neo4j-kernel