Remove comment about dependency on the ftpserver SNAPSHOT


git-svn-id: https://svn.apache.org/repos/asf/camel/trunk@752884 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/components/camel-ftp/pom.xml b/components/camel-ftp/pom.xml
index 20c90e9..35a5554 100644
--- a/components/camel-ftp/pom.xml
+++ b/components/camel-ftp/pom.xml
@@ -142,17 +142,12 @@
 
   <build>
     <plugins>
-      <!-- Exclude tests from buld due to dependency on SNAPSHOT version of
-           apache ftpserver.  Reenable after a proper release of ftpserver!!! -->
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
         <configuration>
           <source>1.5</source>
           <target>1.5</target>
-       <!--   <testExcludes>
-            <exclude>**/*Test.*</exclude>
-          </testExcludes> -->
         </configuration>
       </plugin>
       <plugin>