modified play-compute dependencies to use only public maven repos
diff --git a/play-compute/project/Build.scala b/play-compute/project/Build.scala
index 65112c2..60a3119 100644
--- a/play-compute/project/Build.scala
+++ b/play-compute/project/Build.scala
@@ -14,7 +14,7 @@
)
val main = PlayProject(appName, appVersion, appDependencies, mainLang = JAVA).settings(
- resolvers += "Local Maven Repository" at "file://"+Path.userHome+"/.m2/repository",
+ resolvers += "Cloudsoft Artifactory Repository" at "http://ccweb.cloudsoftcorp.com/maven/cloudsoft-snapshot",
resolvers += "Maven central" at "http://repo1.maven.org/maven2/",
resolvers += "Sonatype snapshots" at "https://oss.sonatype.org/content/repositories/snapshots"
)