【问题标题】:Securesocial with PlayFramework 2.3.x使用 PlayFramework 2.3.x 进行安全社交
【发布时间】:2014-09-03 22:31:45
【问题描述】:

我不知道如何将最新的 SecureSocial 版本与 Play 集成! 因为我在任何地方都找不到编译过的工件。 在 mvnrepository 中有版本 2.1.3、2.1.4、3.0-M1 和 3.0-M1-play-2.2.x 的工件。 正如这里所说 - http://securesocial.ws/guide/installation.html 我将 sonatype 快照 repo url 添加到 project.sbt:

resolvers += "Sonatype snapshots" at "https://oss.sonatype.org/content/repositories/snapshots/"

但它没有帮助!因为这个 repo 只包含 2.10 和 2.11 版本

有人帮忙吗?

【问题讨论】:

    标签: maven playframework playframework-2.0 securesocial


    【解决方案1】:

    如评论here ,正确的 build.sbt 是:

    resolvers += Resolver.sonatypeRepo("snapshots")
    
    scalaVersion := "2.11.1"
    
    libraryDependencies ++= Seq(
        "ws.securesocial" %% "securesocial" % "master-SNAPSHOT"
    )
    

    【讨论】:

      【解决方案2】:
      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2015-03-27
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2015-05-14
      • 1970-01-01
      相关资源
      最近更新 更多