Browse Source

Revert dagger change.

The way we include dependencies/build the classpath means dagger ends
up on the path twice, which causes problems.

Will have to do this when the build process isn't horrifically horrible.

Change-Id: Ib9c08b1eee30a6d151288c73cce776ec05ae621a
Reviewed-on: http://gerrit.dmdirc.com/2743
Automatic-Compile: DMDirc Build Manager
Reviewed-by: Greg Holmes <greg@dmdirc.com>
tags/0.8
Chris Smith 10 years ago
parent
commit
2be4d54076
1 changed files with 0 additions and 3 deletions
  1. 0
    3
      ivy.xml

+ 0
- 3
ivy.xml View File

@@ -26,8 +26,5 @@
26 26
         <dependency org="org.mortbay.jetty" name="jetty" rev="6.+" conf="main->default" />
27 27
         <dependency org="net.sourceforge.java-jml" name="jml" rev="1.+" conf="main->default" />
28 28
         <dependency org="commons-lang" name="commons-lang" rev="latest.release" conf="main->default" />
29
-
30
-        <dependency org="com.squareup.dagger" name="dagger" rev="1.1.+" conf="main->default" />
31
-        <dependency org="com.squareup.dagger" name="dagger-compiler" rev="1.1.+" conf="main->default" />
32 29
     </dependencies>
33 30
 </ivy-module>

Loading…
Cancel
Save