~opensource21/permsec/psec2.0.x

« back to all changes in this revision

Viewing changes to psec/project/Build.scala

  • Committer: niels
  • Date: 2012-05-26 18:01:51 UTC
  • Revision ID: opensource21@googlemail.com-20120526180151-1yn2ucehdty3ytdp
Switched complete to Mockito at Test.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 
10
10
    val appDependencies = Seq(
11
11
      // Add your project dependencies here,
12
 
        "commons-codec"                      %    "commons-codec"             %   "1.4"
 
12
        "commons-codec"   %    "commons-codec"              %   "1.4", 
 
13
        "org.mockito"     %    "mockito-all"                % "1.9.0" % "test"
13
14
    )
14
15
 
15
16
    val main = PlayProject(appName, appVersion, appDependencies, mainLang = JAVA).settings(