Browse Source

Add dagger dependency to plugins (again).

Keeping the compiler in the build group prevents it being put on
the classpath twice and causing massive problems.

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

+ 3
- 0
ivy.xml View File

@@ -11,6 +11,9 @@
11 11
         <dependency org="ant-contrib" name="ant-contrib" rev="1.0b3" conf="build->default" />
12 12
         <dependency org="com.github.shanemcc" name="jgit-describe" rev="0.3" conf="build->default" />
13 13
 
14
+        <dependency org="com.squareup.dagger" name="dagger" rev="1.1.+" conf="main->default" />
15
+        <dependency org="com.squareup.dagger" name="dagger-compiler" rev="1.1.+" conf="build->default" />
16
+
14 17
         <dependency org="org.slf4j" name="slf4j-api" rev="1.+" conf="main->default" />
15 18
         <dependency org="org.projectlombok" name="lombok" rev="latest.integration" conf="main->default" />
16 19
         <dependency org="org.igniterealtime.smack" name="smack" rev="3.+" conf="main->default" />

Loading…
Cancel
Save