fastjson的maven的pom_maven的pom.xml举例

1 <?xml version="1.0" encoding="UTF-8"?>

2

3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

4 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

5 4.0.0

6 bdd-ssd-test

7 org.weshare.ssd.test

8 2.1-SNAPSHOT

9

10

11 4.3.10.RELEASE

12 3.4.1

13 1.3.1

14 8.0.7-dmr

15 1.4

16 1.6.1

17 1.1.6

18 1.10.3

19 1.2.35

20 2.9.0

21 2.8.2

22 1.2.5

23 4.12

24 2.8.2

25 1.2.5

26 1.1.1

27 1.0.1

28 2.5

29 1.8

30 UTF-8

31 3.0.0

32 3.6.1

33 2.8.2

34 2.5.2

35 1.6

36 3.0.2

37 3.0.2

38 2.19.1

39 2.10.4

40 2.5.3

41 1.9.5

42 3.6

43 1.4.1

44 2.3

45 3.0.0

46 3.0.1

47 1.4

48

49

50

51

52

53

54

55 org.springframework

56 spring-context

57 ${spring}

58 compile

59

60

61

62 org.springframework

63 spring-core

64 ${spring}

65 compile

66

67

68

69 org.springframework

70 spring-beans

71 ${spring}

72 compile

73

74

75

76 org.springframework

77 spring-aop

78 ${spring}

79 compile

80

81

82

83 org.springframework

84 spring-tx

85 ${spring}

86 compile

87

88

89

90 org.springframework

91 spring-context-support

92 ${spring}

93 compile

94

95

96

97 org.springframework

98 spring-jdbc

99 ${spring}

100 compile

101

102

103

104 org.springframework

105 spring-web

106 ${spring}

107

108

109

110

111 org.mybatis

112 mybatis

113 ${mybatis}

114 compile

115

116

117

118 org.mybatis

119 mybatis-spring

120 ${mybaits.spring}

121 compile

122

123

124

125

126 mysql

127 mysql-connector-java

128 ${mysql.connector}

129 compile

130

131

132

133

134 commons-dbcp

135 commons-dbcp

136 ${commons}

137

138

139

140

141

142 dom4j

143 dom4j

144 ${dom4j}

145

146

147

148

149 jaxen

150 jaxen

151 ${jaxen}

152

153

154

155

156

157 org.jsoup

158 jsoup

159 ${jsoup}

160

161

162

163

164

165 org.apache.logging.log4j

166 log4j-core

167 ${log4j2}

168

169

170

171

172 org.apache.logging.log4j

173 log4j-api

174 ${log4j2}

175

176

177

178

179

180 junit

181 junit

182 ${junit}

183

184

185

186

187

188 com.google.code.gson

189 gson

190 ${gson}

191 compile

192

193

194

195

196 info.cukes

197 cucumber-java

198 ${cucumber}

199 compile

200

201

202 info.cukes

203 cucumber-junit

204 ${cucumber}

205 compile

206

207

208 info.cukes

209 cucumber-core

210 ${cucumber}

211 compile

212

213

214 info.cukes

215 cucumber-jvm

216 ${cucumber}

217 pom

218 compile

219

220

221 info.cukes

222 cucumber-jvm-deps

223 1.0.5

224 compile

225

226

227

228

229 meteorite

230 meteorite-constant

231 ${meteorite}

232 system

233 ${project.basedir}/libs/meteorite-constant-${meteorite}.jar

234

235

236

237 meteorite

238 meteorite-resource

239 ${meteorite}

240 system

241 ${project.basedir}/libs/meteorite-resource-${meteorite}.jar

242

243

244

245 meteorite

246 meteorite-model

247 ${meteorite}

248 system

249 ${project.basedir}/libs/meteorite-model-${meteorite}.jar

250

251

252

253 meteorite

254 meteorite-utils

255 ${meteorite}

256 system

257 ${project.basedir}/libs/meteorite-utils-${meteorite}.jar

258

259

260

261 meteorite

262 meteorite-core

263 ${meteorite}

264 system

265 ${project.basedir}/libs/meteorite-core-${meteorite}.jar

266

267

268

269 meteorite

270 meteorite-register

271 ${meteorite}

272 system

273 ${project.basedir}/libs/meteorite-register-${meteorite}.jar

274

275

276

277 meteorite

278 meteorite-load

279 ${meteorite}

280 system

281 ${project.basedir}/libs/meteorite-load-${meteorite}.jar

282

283

284

285 meteorite

286 meteorite-protocol

287 ${meteorite}

288 system

289 ${project.basedir}/libs/meteorite-protocol-${meteorite}.jar

290

291

292

293 meteorite

294 meteorite-mybatis

295 ${meteorite}

296 system

297 ${project.basedir}/libs/meteorite-mybatis-${meteorite}.jar

298

299

300

301 meteorite

302 meteorite-runner

303 ${meteorite}

304 system

305 ${project.basedir}/libs/meteorite-runner-${meteorite}.jar

306

307

308

309 meteorite

310 meteorite-junit

311 ${meteorite}

312 system

313 ${project.basedir}/libs/meteorite-junit-${meteorite}.jar

314

315

316

317

318

319

320

321

322

323

324 commons-codec

325 commons-codec

326 1.11

327

328

329 com.github.kvnxiao

330 jsonequals

331 ${jsonequals}

332

333

334 commons-io

335 commons-io

336 ${commons-io}

337

338

339 totallylazy

340 totallylazy

341 1001

342 system

343 ${project.basedir}/libs/totallylazy-1001.jar

344

345

346

347

348 net.masterthought

349 cucumber-reporting

350 3.13.0

351

352

353

354

355

356

357

358

359

360

361

362

363

364

365

366

367 jitpack.io

368 https://jitpack.io

369

370

371

372 my-nexus-releases

373 Nexus Release Repository

374 http://10.15.9.182:8081/nexus/content/groups/public

375

376

377

378

379

380

381 maven-compiler-plugin

382 ${maven.compiler.plugin}

383

384 ${jdk}

385 ${jdk}

386 ${encoding}

387

388

389

390 org.apache.maven.plugins

391 maven-surefire-plugin

392 ${maven.surefire.plugin}

393

394

395 true

396

397

398

399

400

401

402

403

404

405

406

407

408

409

410

411

412

413

414

415

416

417

418

419

420

421 net.masterthought

422 maven-cucumber-reporting

423 3.13.0

424

425

426 execution

427 verify

428

429 generate

430

431

432 cucumber-jvm-example

433 ${project.build.directory}/reports/cucumber-reports

434 ${project.build.directory}/reports/output.json

435 false

436

437

438

439

440

441

442

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值