[EAGLE-1045] remove scala-tools.release repo which is not useful Author: yonzhang <[email protected]>
Closes #951 from yonzhang/branch-0.5. Project: http://git-wip-us.apache.org/repos/asf/eagle/repo Commit: http://git-wip-us.apache.org/repos/asf/eagle/commit/d85ac92b Tree: http://git-wip-us.apache.org/repos/asf/eagle/tree/d85ac92b Diff: http://git-wip-us.apache.org/repos/asf/eagle/diff/d85ac92b Branch: refs/heads/master Commit: d85ac92b39c7b005e44f8a88566abd4ff09dd51a Parents: 053648b Author: yonzhang <[email protected]> Authored: Wed Jun 28 15:59:51 2017 -0700 Committer: Jay <[email protected]> Committed: Wed Jun 28 15:59:51 2017 -0700 ---------------------------------------------------------------------- pom.xml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/eagle/blob/d85ac92b/pom.xml ---------------------------------------------------------------------- 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>
