@@ -116,11 +116,28 @@ under the License.
116
116
<version >${mavenVersion} </version >
117
117
<scope >provided</scope >
118
118
</dependency >
119
+ <dependency >
120
+ <groupId >org.apache.maven</groupId >
121
+ <artifactId >maven-settings-builder</artifactId >
122
+ <version >${mavenVersion} </version >
123
+ <scope >provided</scope >
124
+ </dependency >
125
+ <dependency >
126
+ <groupId >org.apache.maven.resolver</groupId >
127
+ <artifactId >maven-resolver-api</artifactId >
128
+ <version >1.4.1</version >
129
+ </dependency >
130
+
119
131
<!-- dependencies to annotations -->
120
132
<dependency >
121
133
<groupId >org.apache.maven.plugin-tools</groupId >
122
134
<artifactId >maven-plugin-annotations</artifactId >
123
135
</dependency >
136
+ <dependency >
137
+ <groupId >javax.inject</groupId >
138
+ <artifactId >javax.inject</artifactId >
139
+ <version >1</version >
140
+ </dependency >
124
141
125
142
<!-- shared -->
126
143
<dependency >
@@ -140,6 +157,11 @@ under the License.
140
157
</dependency >
141
158
142
159
<!-- plexus -->
160
+ <dependency >
161
+ <groupId >org.eclipse.sisu</groupId >
162
+ <artifactId >org.eclipse.sisu.plexus</artifactId >
163
+ <scope >provided</scope >
164
+ </dependency >
143
165
<dependency >
144
166
<groupId >org.codehaus.plexus</groupId >
145
167
<artifactId >plexus-mail-sender-api</artifactId >
@@ -202,6 +224,43 @@ under the License.
202
224
<version >2.2.0</version >
203
225
</dependency >
204
226
227
+ <dependency >
228
+ <groupId >org.apache.velocity.tools</groupId >
229
+ <artifactId >velocity-tools-generic</artifactId >
230
+ <version >3.1</version >
231
+ </dependency >
232
+ <dependency >
233
+ <groupId >org.apache.velocity</groupId >
234
+ <artifactId >velocity-engine-core</artifactId >
235
+ <version >2.4</version >
236
+ </dependency >
237
+ <dependency >
238
+ <groupId >org.apache.cxf</groupId >
239
+ <artifactId >cxf-api</artifactId >
240
+ <version >2.6.11</version >
241
+ </dependency >
242
+ <dependency >
243
+ <groupId >org.apache.cxf</groupId >
244
+ <artifactId >cxf-rt-transports-http</artifactId >
245
+ <version >2.6.11</version >
246
+ </dependency >
247
+ <dependency >
248
+ <groupId >org.apache.xmlrpc</groupId >
249
+ <artifactId >xmlrpc-common</artifactId >
250
+ <version >3.1.3</version >
251
+ <exclusions >
252
+ <exclusion >
253
+ <groupId >xml-apis</groupId >
254
+ <artifactId >xml-apis</artifactId >
255
+ </exclusion >
256
+ </exclusions >
257
+ </dependency >
258
+ <dependency >
259
+ <groupId >javax.ws.rs</groupId >
260
+ <artifactId >jsr311-api</artifactId >
261
+ <version >1.1.1</version >
262
+ </dependency >
263
+
205
264
<!-- commons -->
206
265
<dependency >
207
266
<groupId >org.apache.commons</groupId >
@@ -266,11 +325,6 @@ under the License.
266
325
<artifactId >github-api</artifactId >
267
326
<version >1.326</version >
268
327
</dependency >
269
- <dependency >
270
- <groupId >com.google.code.gson</groupId >
271
- <artifactId >gson</artifactId >
272
- <version >2.10.1</version >
273
- </dependency >
274
328
275
329
<!-- for rss feed generation -->
276
330
<dependency >
@@ -292,6 +346,12 @@ under the License.
292
346
<version >4.11.0</version >
293
347
<scope >test</scope >
294
348
</dependency >
349
+ <dependency >
350
+ <groupId >org.hamcrest</groupId >
351
+ <artifactId >hamcrest-core</artifactId >
352
+ <version >1.3</version >
353
+ <scope >test</scope >
354
+ </dependency >
295
355
<dependency >
296
356
<groupId >org.apache.maven.plugin-testing</groupId >
297
357
<artifactId >maven-plugin-testing-harness</artifactId >
0 commit comments