1

해결되지 않은 의존성 PlayFramework 아래의 오류 콘솔을 참조하십시오 플러그인 이메일 전송 시스템을 제외하고 잘 작동합니다. 스칼라 버전에 대한 귀하의 play-plugins-mailer 플러그가 내장되지 않은 버전 2.1.0을 사용하고이SBT : ResolvedException - 나는 2.3</p> <p>모두에 플레이 2.1에서 업데이트하고 있습니다 2.3.6

"com.typesafe" %% "play-plugins-mailer" % "2.1.0" 

info] Resolving com.typesafe#play-plugins-mailer_2.11;2.1.0 ... 

[warn] ==== Typesafe Repo: tried 
[warn] http://repo.typesafe.com/typesafe/releases/com/typesafe/play-plugins-mailer_2.11/2.1.0/play-plugins-mailer_2.11-2.1.0.pom 
[info] Resolving jline#jline;2.11 ... 
[warn] :::::::::::::::::::::::::::::::::::::::::::::: 
[warn] ::   UNRESOLVED DEPENDENCIES   :: 
[warn] :::::::::::::::::::::::::::::::::::::::::::::: 
[warn] :: com.typesafe#play-plugins-mailer_2.11;2.1.0: not found 
[warn] :::::::::::::::::::::::::::::::::::::::::::::: 
[trace] Stack trace suppressed: run last *:update for the full output. 
[error] (*:update) sbt.ResolveException: unresolved dependency: com.typesafe#play-plugins-mailer_2.11;2.1.0: not found 
[error] Total time: 14 s, completed Nov 19, 2014 5:04:00 PM 

SBT file below 

name := """Codi""" 

version := "1.0-SNAPSHOT" 

resolvers += "Typesafe Repo" at "http://repo.typesafe.com/typesafe/releases/" 

lazy val root = (project in file(".")).enablePlugins(PlayJava) 

scalaVersion := "2.11.1" 

libraryDependencies ++= Seq(

    "mysql" % "mysql-connector-java" % "5.1.18", 
     "org.json" % "json" % "20131018", 
     "com.google.code.gson" % "gson" % "1.7.1", 
     "org.apache.directory.studio" % "org.apache.commons.io" % "2.4", 
     "org.codehaus.jackson" % "jackson-mapper-asl" % "1.7.7", 
     "commons-codec" % "commons-codec" % "1.5", 
     "com.typesafe" %% "play-plugins-mailer" % "2.1.0", 
     "com.typesafe.play.plugins" %% "play-plugins-util" % "2.3.0", 
     "org.apache.commons" % "commons-email" % "1.3.2", 
    javaCore, 
     javaJdbc, 
     javaEbean, 
     cache, 
     javaWs 

) 


Your help is highly appreciated. 

Seroney 

답변

2

에 대해 어떻게 이동하는 방법에 대한 2.11.1

하시기 바랍니다 조언을 플러그인 플레이 플러그인 메일 발송을 다운로드 할 수 없습니다 스칼라 2.11. 최신 버전은 2.11 용이므로 업그레이드해야합니다.

"com.typesafe.play.plugins" %% "play-plugins-mailer" % "2.3.1"