Skip to content

Commit

Permalink
Use yetu common view library to show 404 page
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Blumberg committed Jun 12, 2015
1 parent e2a26eb commit 2c039e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Global.scala
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import com.softwaremill.macwire.{ Macwire, Wired }
import com.yetu.oauth2provider.utils.{ Config, CorsFilter }
import play.api.GlobalSettings
import play.api.mvc.EssentialAction

import com.yetu.common.YetuCommonGlobalSettings
import com.yetu.oauth2provider.registry._

object Global extends GlobalSettings with Macwire {
object Global extends YetuCommonGlobalSettings with Macwire {

private val diRegistry: Wired = {
if (Config.persist) {
Expand Down
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ libraryDependencies ++= Seq(

"com.yetu" %% "securesocial" % "3.0.10",
"com.yetu" %% "yetu-notification-client-scala" % "1.5",
"com.yetu" %% "yetu-play-common-views" % "0.0.2",

"com.nulab-inc" %% "play2-oauth2-provider" % "0.14.0",

Expand Down

0 comments on commit 2c039e3

Please sign in to comment.