Skip to content

Commit

Permalink
Doesn
Browse files Browse the repository at this point in the history
Doesn't fix the build problem, but makes it a little bit better. Only remaining culprit is xrayspecs

git-svn-id: https://svn.apache.org/repos/asf/incubator/esme/trunk@1030414 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Ethan Jewett committed Nov 3, 2010
1 parent 6b5cb43 commit d432063
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion server/pom.xml
Expand Up @@ -257,11 +257,23 @@
<groupId>net.lag</groupId>
<artifactId>configgy</artifactId>
<version>1.5.3</version>
<exclusions>
<exclusion>
<groupId>org.scala-tools</groupId>
<artifactId>vscaladoc</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
<artifactId>ostrich</artifactId>
<version>1.1.16</version>
<version>1.1.26</version>
<exclusions>
<exclusion>
<groupId>org.scala-tools</groupId>
<artifactId>vscaladoc</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.scala-tools.testing</groupId>
Expand Down

0 comments on commit d432063

Please sign in to comment.