removed references to fallwizard
Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-online-tester/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-online-tester/commit/bc1fad60 Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-online-tester/tree/bc1fad60 Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-online-tester/diff/bc1fad60 Branch: refs/heads/master Commit: bc1fad60838c433e6b36c16b333ba241c4c85b75 Parents: c67cf04 Author: Pradeep Murugesan <[email protected]> Authored: Sun Apr 30 08:51:29 2017 +0200 Committer: Pradeep Murugesan <[email protected]> Committed: Sun Apr 30 08:51:29 2017 +0200 ---------------------------------------------------------------------- README.md | 4 ---- build.gradle | 2 +- dependencies.gradle | 1 - 3 files changed, 1 insertion(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker-online-tester/blob/bc1fad60/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 546e48e..95e72c7 100644 --- a/README.md +++ b/README.md @@ -29,10 +29,6 @@ For a deployed version of this tool you can visit http://freemarker-online.kensh 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" http://git-wip-us.apache.org/repos/asf/incubator-freemarker-online-tester/blob/bc1fad60/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 5151008..13a2624 100644 --- a/build.gradle +++ b/build.gradle @@ -50,7 +50,7 @@ buildscript { repositories { mavenCentral() - + } dependencies { http://git-wip-us.apache.org/repos/asf/incubator-freemarker-online-tester/blob/bc1fad60/dependencies.gradle ---------------------------------------------------------------------- diff --git a/dependencies.gradle b/dependencies.gradle index 73d9088..7260462 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -43,7 +43,6 @@ project.libraries = [ // 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",
