From 2d3bf698e1193e76c3f2cf5a8cc3e147d9ad8aab Mon Sep 17 00:00:00 2001 From: Christopher Hunt Date: Mon, 7 Apr 2014 10:29:35 +1000 Subject: [PATCH] Revert this commit once Trireme 0.7.3 is released and there is an updated js-engine with that dependency. We are using our own publishing of Trireme as we need the patch at https://github.com/apigee/trireme/pull/51 quickly. --- .../play-sbt-plugin/distribution/project/plugins.sbt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/framework/src/sbt-plugin/src/sbt-test/play-sbt-plugin/distribution/project/plugins.sbt b/framework/src/sbt-plugin/src/sbt-test/play-sbt-plugin/distribution/project/plugins.sbt index 84af9c87bcc..64bfd15a222 100644 --- a/framework/src/sbt-plugin/src/sbt-test/play-sbt-plugin/distribution/project/plugins.sbt +++ b/framework/src/sbt-plugin/src/sbt-test/play-sbt-plugin/distribution/project/plugins.sbt @@ -10,4 +10,11 @@ resolvers += "Sonatype snapshots" at "http://oss.sonatype.org/content/repositori // Use the Play sbt plugin for Play projects addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.3-SNAPSHOT") -addSbtPlugin("com.typesafe.sbt" % "sbt-less" % "1.0.0-M2a") \ No newline at end of file +addSbtPlugin("com.typesafe.sbt" % "sbt-less" % "1.0.0-M2a") + + +// FIXME: override provided here to fix a problem related to jdk6: +// https://github.com/apigee/trireme/pull/51 +// Remove this dependency on Trireme once the PR is merged and 0.7.3 is released +// (will also require an updated js-engine of course. +libraryDependencies += "io.apigee.trireme" % "trireme-core" % "0.7.3-play23M1" \ No newline at end of file