Skip to content

Commit

Permalink
jmx/jms excludes need to be at the toplevel also.
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusae committed Mar 16, 2011
1 parent d1e2a51 commit e6dadcc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions project/build/Project.scala
Expand Up @@ -9,6 +9,13 @@ class Project(info: ProjectInfo) extends StandardParentProject(info)

val twitterRepo = "twitter.com" at "http://maven.twttr.com/"

override def ivyXML =
<dependencies>
<exclude module="jms"/>
<exclude module="jmxtools"/>
<exclude module="jmxri"/>
</dependencies>

/**
* finagle-core contains the finagle kernel itself, plus builders,
* HTTP codecs [HTTP may move to its own project soon]
Expand Down

0 comments on commit e6dadcc

Please sign in to comment.