瀏覽代碼

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 年之前
父節點
當前提交
d42a901450
共有 1 個檔案被更改,包括 3 行新增0 行删除
  1. 3
    0
      ivy.xml

+ 3
- 0
ivy.xml 查看文件

@@ -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…
取消
儲存