Browse Source

Add Guice dependency

master
Chris Smith 12 years ago
parent
commit
96b533e9dc
2 changed files with 3 additions and 1 deletions
  1. 1
    1
      etc/ivy/ivysettings.xml
  2. 2
    0
      ivy.xml

+ 1
- 1
etc/ivy/ivysettings.xml View File

@@ -36,7 +36,7 @@
36 36
         <module organisation="org.eclipse.jgit" name="*" resolver="jgit"/>
37 37
         <module organisation="com.github.peichhorn" name="*" resolver="sonatype"/>
38 38
         <module organisation="com.sun.*" name="*" resolver="java"/>
39
-        <module organisation="javax.*" name="*" resolver="java"/>
39
+        <module organisation="javax.ws.*" name="*" resolver="java"/>
40 40
         <module organisation="com.dmdirc" name="parser-common" resolver="dmdirc-parser-common"/>
41 41
         <module organisation="com.dmdirc" name="parser-irc" resolver="dmdirc-parser-irc"/>
42 42
         <module organisation="com.dmdirc" name="util" resolver="dmdirc-util"/>

+ 2
- 0
ivy.xml View File

@@ -22,6 +22,8 @@
22 22
         <dependency org="com.sun.jersey" name="jersey-json" rev="1.+" conf="compile->default"/>
23 23
         <dependency org="javax.ws.rs" name="javax.ws.rs-api" rev="2.+" conf="compile->default"/>
24 24
 
25
+        <dependency org="com.google.inject" name="guice" rev="3.+" conf="compile->default"/>
26
+
25 27
         <dependency org="com.dmdirc" name="parser-common" rev="latest.integration" conf="compile->default"/>
26 28
         <dependency org="com.dmdirc" name="parser-irc" rev="latest.integration" conf="compile->default"/>
27 29
         <dependency org="com.dmdirc" name="util" rev="latest.integration" conf="compile->default"/>

Loading…
Cancel
Save