Browse Source

Pull in annotations lib.

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

+ 2
- 0
etc/ivy/ivysettings.xml View File

@@ -5,6 +5,7 @@
5 5
 
6 6
         <ibiblio name="jgit" root="http://download.eclipse.org/jgit/maven" m2compatible="true"/>
7 7
         <ibiblio name="dmdirc-thirdparty" root="http://nexus.dmdirc.com/nexus/content/repositories/thirdparty/" m2compatible="true"/>
8
+        <ibiblio name="dmdirc-releases" root="http://nexus.dmdirc.com/nexus/content/repositories/releases/" m2compatible="true"/>
8 9
 
9 10
         <url name="ant-nsis">
10 11
             <artifact pattern="http://cloud.github.com/downloads/dreese/nsis-ant/nsisant-[revision].jar"/>
@@ -26,5 +27,6 @@
26 27
         <module organisation="net.sourceforge.fikin-ant-tasks" name="ant-fikin" resolver="packager"/>
27 28
         <module organisation="org.eclipse.jgit" name="*" resolver="jgit"/>
28 29
         <module organisation="org.projectlombok" name="*" resolver="dmdirc-thirdparty"/>
30
+        <module organisation="com.dmdirc" name="*" resolver="dmdirc-releases"/>
29 31
     </modules>
30 32
 </ivysettings>

+ 1
- 0
ivy.xml View File

@@ -18,6 +18,7 @@
18 18
         <dependency org="ch.qos.logback" name="logback-classic" rev="1.+" conf="test->default" />
19 19
 
20 20
         <dependency org="org.projectlombok" name="lombok" rev="latest.integration" conf="main->default" />
21
+        <dependency org="com.dmdirc" name="annotations" rev="latest.integration" conf="main->default" />
21 22
 
22 23
         <dependency org="com.squareup.dagger" name="dagger" rev="1.1.+" conf="main->default" />
23 24
         <dependency org="com.squareup.dagger" name="dagger-compiler" rev="1.1.+" conf="main->default" />

Loading…
Cancel
Save