Skip to content
This repository was archived by the owner on Mar 25, 2018. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions play-compute/project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ object ApplicationBuild extends Build {
"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"))


//NOTE Play 2.0.4 at least, also requires Netty 3.5.0.Final, the version in the JClouds enterprise module breaks Play's Cookie encoding engine.
)

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