removed references to fallwizard
diff --git a/README.md b/README.md
index 546e48e..95e72c7 100644
--- a/README.md
+++ b/README.md
@@ -29,10 +29,6 @@
 Development Instuctions
 ------------------------
 * Clone the repository to a local directory
-* Currently the project has an old dependency, "com.berico:fallwizard:1.1.1", which can't be found in any public repositories I know of. Thus, you have to Maven-install it locally:
-  1. Clone https://github.com/Berico-Technologies/Fallwizard.git
-  2. Check out this old version: 7ed7803496
-  3. `mvn install` it
 * Run "./gradlew build" from the cloned directory (use JDK 7, not 8!)
 * If you want to run it using IDEA run "./gradlew cleanidea idea" - this will generate the IDEA project for you.
 * For running the software from a command line, build `fatJar` (not `jar`) and then just hit "java -jar build/libs/freemarker-online-0.1.undef.jar server  src/main/resources/freemarker-online.yml"
diff --git a/build.gradle b/build.gradle
index 5151008..13a2624 100644
--- a/build.gradle
+++ b/build.gradle
@@ -50,7 +50,7 @@
 
 repositories {
     mavenCentral()
-    
+
 }
 
 dependencies {
diff --git a/dependencies.gradle b/dependencies.gradle
index 73d9088..7260462 100644
--- a/dependencies.gradle
+++ b/dependencies.gradle
@@ -43,7 +43,6 @@
 
         // Security
         // Spring and Spring Security support for dropwizard
-        // adheres to fallwizard version of spring security
         springSecurityCore: "org.springframework.security:spring-security-core:3.1.4.RELEASE",
         dropwizardAuth: "io.dropwizard:dropwizard-auth:$dw_version",