diff --git a/webmagic-plugin/webmagic-misc/pom.xml b/webmagic-plugin/webmagic-misc/pom.xml
index 4d8776c..98b7c77 100644
--- a/webmagic-plugin/webmagic-misc/pom.xml
+++ b/webmagic-plugin/webmagic-misc/pom.xml
@@ -12,11 +12,6 @@
webmagic-misc
-
- org.freemarker
- freemarker
- 2.3.15
-
org.resthub
hessian
diff --git a/webmagic-plugin/webmagic-misc/src/main/resources/ftl/wordpress.ftl b/webmagic-plugin/webmagic-misc/src/main/resources/ftl/wordpress.ftl
deleted file mode 100644
index 61820b7..0000000
--- a/webmagic-plugin/webmagic-misc/src/main/resources/ftl/wordpress.ftl
+++ /dev/null
@@ -1,23 +0,0 @@
--
- $it.Title
- http://127.0.0.1/wordpress/?p=$it.Id
- ${date}
- admin
- http://127.0.0.1/wordpress/?p=$it.Id
-
-
-
- <#--$it.Id-->
- ${date}
- ${date}
- open
- open
- ${title}
- publish
- 0
- 0
- post
-
- 0
- $tags
-
\ No newline at end of file
diff --git a/webmagic-plugin/webmagic-misc/src/test/java/us/codecraft/webmagic/FreemarkerPipelineTest.java b/webmagic-plugin/webmagic-misc/src/test/java/us/codecraft/webmagic/FreemarkerPipelineTest.java
deleted file mode 100644
index 8ceb99f..0000000
--- a/webmagic-plugin/webmagic-misc/src/test/java/us/codecraft/webmagic/FreemarkerPipelineTest.java
+++ /dev/null
@@ -1,19 +0,0 @@
-package us.codecraft.webmagic;
-
-import org.junit.Test;
-import us.codecraft.webmagic.pipeline.FreemarkerPipeline;
-
-import java.io.IOException;
-
-/**
- * @author code4crafter@gmail.com
- * Date: 13-6-9
- * Time: 上午7:14
- */
-public class FreemarkerPipelineTest {
-
- @Test
- public void testTemplateLoad() throws IOException {
- new FreemarkerPipeline("wordpress.ftl");
- }
-}
diff --git a/webmagic-samples/pom.xml b/webmagic-samples/pom.xml
index 8a7e00c..a38e872 100644
--- a/webmagic-samples/pom.xml
+++ b/webmagic-samples/pom.xml
@@ -27,6 +27,11 @@
webmagic-selenium
${project.version}
+
+ org.freemarker
+ freemarker
+ 2.3.15
+
junit
junit
diff --git a/webmagic-plugin/webmagic-misc/src/main/java/us/codecraft/webmagic/pipeline/FreemarkerPipeline.java b/webmagic-samples/src/main/java/us/codecraft/webmagic/pipeline/FreemarkerPipeline.java
similarity index 100%
rename from webmagic-plugin/webmagic-misc/src/main/java/us/codecraft/webmagic/pipeline/FreemarkerPipeline.java
rename to webmagic-samples/src/main/java/us/codecraft/webmagic/pipeline/FreemarkerPipeline.java