[EAGLE-1045] remove scala-tools.release repo which is not useful

Author: yonzhang <yonzhang2012@gmail.com>

Closes #951 from yonzhang/branch-0.5.

(cherry picked from commit d85ac92b39c7b005e44f8a88566abd4ff09dd51a)
Signed-off-by: Jay <jhsonline@gmail.com>
diff --git a/pom.xml b/pom.xml
index 5115602..666258a 100755
--- a/pom.xml
+++ b/pom.xml
@@ -1369,11 +1369,6 @@
             <url>http://maven.wso2.org/nexus/content/groups/wso2-public</url>
         </repository>
         <repository>
-            <id>scale-tools.release</id>
-            <name>Scala-Tools Release Repository</name>
-            <url>http://scala-tools.org/repo-releases</url>
-        </repository>
-        <repository>
             <id>cloudera.repo</id>
             <name>Cloudera Repository</name>
             <url>https://repository.cloudera.com/artifactory/cloudera-repos/</url>
@@ -1385,10 +1380,5 @@
         </repository>
     </repositories>
     <pluginRepositories>
-        <pluginRepository>
-            <id>scala-tools.release</id>
-            <name>Scala-Tools Release Repository</name>
-            <url>http://scala-tools.org/repo-releases</url>
-        </pluginRepository>
     </pluginRepositories>
-</project>
\ No newline at end of file
+</project>