Skip to content
This repository has been archived by the owner on Mar 25, 2018. It is now read-only.

Commit

Permalink
Update Build.scala
Browse files Browse the repository at this point in the history
securesocial note
  • Loading branch information
Tom Barber committed Apr 11, 2013
1 parent a078ad8 commit be35d4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions play-compute/project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ object ApplicationBuild extends Build {
"com.google.guava" % "guava" % "12.0",
"org.jclouds" % "jclouds-compute" % "1.5.0-alpha.6",
"org.reflections" % "reflections" % "0.9.7.RC1"
//If using the securesocial module you may need to do the following to make jclouds run:
//"securesocial" %% "securesocial" % "2.0.12" excludeAll(ExclusionRule(organization="org.ow2.spec.ee"), ExclusionRule(organization="com.cedarsoft"))
)

val main = PlayProject(appName, appVersion, appDependencies, mainLang = JAVA).settings(
Expand Down

0 comments on commit be35d4f

Please sign in to comment.