File tree Expand file tree Collapse file tree 1 file changed +16
-11
lines changed
Expand file tree Collapse file tree 1 file changed +16
-11
lines changed Original file line number Diff line number Diff line change 122122 </plugins >
123123 </build >
124124 <dependencies >
125+ <dependency >
126+ <groupId >com.fasterxml.jackson.core</groupId >
127+ <artifactId >jackson-databind</artifactId >
128+ <version >2.2.3</version >
129+ </dependency >
130+
131+ <dependency >
132+ <groupId >com.squareup.okhttp</groupId >
133+ <artifactId >okhttp-urlconnection</artifactId >
134+ <version >2.7.5</version >
135+ <optional >true</optional >
136+ </dependency >
137+
125138 <dependency >
126139 <groupId >org.jetbrains</groupId >
127140 <artifactId >annotations</artifactId >
128141 <version >15.0</version >
142+ <optional >true</optional >
129143 </dependency >
130144
131145 <dependency >
134148 <version >4.11</version >
135149 <scope >test</scope >
136150 </dependency >
137- <dependency >
138- <groupId >com.fasterxml.jackson.core</groupId >
139- <artifactId >jackson-databind</artifactId >
140- <version >2.2.3</version >
141- </dependency >
151+
142152 <dependency >
143153 <groupId >org.eclipse.jgit</groupId >
144154 <artifactId >org.eclipse.jgit</artifactId >
145155 <version >4.8.0.201706111038-r</version >
146156 <scope >test</scope >
147157 </dependency >
148- <dependency >
149- <groupId >com.squareup.okhttp</groupId >
150- <artifactId >okhttp-urlconnection</artifactId >
151- <version >2.7.5</version >
152- <optional >true</optional >
153- </dependency >
158+
154159 <dependency >
155160 <groupId >org.kohsuke</groupId >
156161 <artifactId >wordnet-random-name</artifactId >
You can’t perform that action at this time.
0 commit comments