Browse Source

Pull in Jersey

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

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

7
 
7
 
8
         <ibiblio name="sonatype" root="https://oss.sonatype.org/content/repositories/snapshots/" m2compatible="true"/>
8
         <ibiblio name="sonatype" root="https://oss.sonatype.org/content/repositories/snapshots/" m2compatible="true"/>
9
 
9
 
10
+        <ibiblio name="java" root="https://maven.java.net/content/repositories/snapshots/" m2compatible="true"/>
11
+
10
         <url name="jgit-describe">
12
         <url name="jgit-describe">
11
             <ivy pattern="file:///${basedir}/etc/ivy/[module]/ivy.xml"/>
13
             <ivy pattern="file:///${basedir}/etc/ivy/[module]/ivy.xml"/>
12
             <artifact pattern="http://shanemcc.github.com/jgit-describe/releases/jgit-describe-[revision].jar"/>
14
             <artifact pattern="http://shanemcc.github.com/jgit-describe/releases/jgit-describe-[revision].jar"/>
21
         <module organisation="com.github.shanemcc" name="jgit-describe" resolver="jgit-describe"/>
23
         <module organisation="com.github.shanemcc" name="jgit-describe" resolver="jgit-describe"/>
22
         <module organisation="org.eclipse.jgit" name="*" resolver="jgit"/>
24
         <module organisation="org.eclipse.jgit" name="*" resolver="jgit"/>
23
         <module organisation="com.github.peichhorn" name="*" resolver="sonatype"/>
25
         <module organisation="com.github.peichhorn" name="*" resolver="sonatype"/>
26
+        <module organisation="com.sun.*" name="*" resolver="java"/>
24
     </modules>
27
     </modules>
25
 </ivysettings>
28
 </ivysettings>

+ 2
- 0
ivy.xml View File

16
 
16
 
17
         <dependency org="com.github.peichhorn" name="lombok-pg" rev="0.10.8-SNAPSHOT" conf="compile->default" />
17
         <dependency org="com.github.peichhorn" name="lombok-pg" rev="0.10.8-SNAPSHOT" conf="compile->default" />
18
 
18
 
19
+        <dependency org="com.sun.jersey" name="jersey-server" rev="1.12-SNAPSHOT" conf="compile->default"/>
20
+
19
         <dependency org="junit" name="junit" rev="4.+" conf="test->default" />
21
         <dependency org="junit" name="junit" rev="4.+" conf="test->default" />
20
         <dependency org="org.mockito" name="mockito-all" rev="1.+" conf="test->default" />
22
         <dependency org="org.mockito" name="mockito-all" rev="1.+" conf="test->default" />
21
 
23
 

Loading…
Cancel
Save