Skip to content

Instantly share code, notes, and snippets.

@rossabaker
Created June 20, 2012 16:31
Show Gist options
  • Save rossabaker/2960806 to your computer and use it in GitHub Desktop.
Save rossabaker/2960806 to your computer and use it in GitHub Desktop.
ivyXML :=
<dependencies>
<exclude org="org.eclipse.jetty.orbit" />
</dependencies>
libraryDependencies ++= Seq(
"org.scalatra" % "scalatra" % "2.1.0-SNAPSHOT",
"org.scalatra" % "scalatra-specs2" % "2.1.0-SNAPSHOT" % "test",
"ch.qos.logback" % "logback-classic" % "1.0.0" % "runtime",
"org.eclipse.jetty" % "jetty-webapp" % "8.1.4.v20120524" % "container",
"javax.servlet" % "javax.servlet-api" % "3.0.1" % "provided,container"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment