소스 검색

Pull in Jersey

master
Chris Smith 12 년 전
부모
커밋
86fdfb00f4
2개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 3
    0
      etc/ivy/ivysettings.xml
  2. 2
    0
      ivy.xml

+ 3
- 0
etc/ivy/ivysettings.xml 파일 보기

@@ -7,6 +7,8 @@
7 7
 
8 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 12
         <url name="jgit-describe">
11 13
             <ivy pattern="file:///${basedir}/etc/ivy/[module]/ivy.xml"/>
12 14
             <artifact pattern="http://shanemcc.github.com/jgit-describe/releases/jgit-describe-[revision].jar"/>
@@ -21,5 +23,6 @@
21 23
         <module organisation="com.github.shanemcc" name="jgit-describe" resolver="jgit-describe"/>
22 24
         <module organisation="org.eclipse.jgit" name="*" resolver="jgit"/>
23 25
         <module organisation="com.github.peichhorn" name="*" resolver="sonatype"/>
26
+        <module organisation="com.sun.*" name="*" resolver="java"/>
24 27
     </modules>
25 28
 </ivysettings>

+ 2
- 0
ivy.xml 파일 보기

@@ -16,6 +16,8 @@
16 16
 
17 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 21
         <dependency org="junit" name="junit" rev="4.+" conf="test->default" />
20 22
         <dependency org="org.mockito" name="mockito-all" rev="1.+" conf="test->default" />
21 23
 

Loading…
취소
저장