Skip to content

Commit

Permalink
rm unfiltired server dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Hamblen committed Aug 7, 2010
1 parent 8e4835f commit 00b58f2
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions project/build/Project.scala
Expand Up @@ -9,12 +9,9 @@ class Project(info: ProjectInfo) extends AppengineProject(info) with DataNucleus
val smackRepo = "m2-repository-smack" at "http://maven.reucon.com/public"
val appengineRepo = "nexus" at "http://maven-gae-plugin.googlecode.com/svn/repository/"

// web
val jetty7 = "org.eclipse.jetty" % "jetty-webapp" % "7.0.2.RC0" % "test"

// unfiltered
val ufs = "net.databinder" %% "unfiltered-server" % "0.1.3"
val uf = "net.databinder" %% "unfiltered" % "0.1.4-SNAPSHOT"

// security
val codec = "commons-codec" % "commons-codec" % "1.4"

Expand Down

0 comments on commit 00b58f2

Please sign in to comment.