Produced by Araxis Merge on 3/23/2018 2:21:21 PM Central Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
# | Location | File | Last Modified |
---|---|---|---|
1 | SEOC_1.0.01_Iter_1_Build 1.zip\SEOC_1.0.01_Iter_1_Build 1\seocapi-1.0.01\seocapi\seoc-reactor | pom.xml | Tue Feb 6 22:08:33 2018 UTC |
2 | SEOC_1.0.01_Iter_1_Build 1.zip\SEOC_1.0.01_Iter_1_Build 1\seocapi-1.0.01\seocapi\seoc-reactor | pom.xml | Fri Mar 23 19:15:31 2018 UTC |
Description | Between Files 1 and 2 |
|
---|---|---|
Text Blocks | Lines | |
Unchanged | 3 | 1332 |
Changed | 2 | 4 |
Inserted | 0 | 0 |
Removed | 0 | 0 |
Whitespace | |
---|---|
Character case | Differences in character case are significant |
Line endings | Differences in line endings (CR and LF characters) are ignored |
CR/LF characters | Not shown in the comparison detail |
No regular expressions were active.
1 | <project | |
2 | xmlns="htt p://maven. apache.org /POM/4.0.0 " | |
3 | xmlns:xsi= "http://ww w.w3.org/2 001/XMLSch ema-instan ce" | |
4 | ||
5 | xsi:schema Location=" http://mav en.apache. org/POM/4. 0.0 http:/ /maven.apa che.org/xs d/maven-4. 0.0.xsd" | |
6 | > | |
7 | ||
8 | <modelVers ion> | |
9 | 4.0.0 | |
10 | </modelVer sion> | |
11 | ||
12 | <groupId> | |
13 | gov.va.one consult | |
14 | </groupId> | |
15 | ||
16 | <artifactI d> | |
17 | seoc-react or | |
18 | </artifact Id> | |
19 | ||
20 | <version> | |
21 | 1.0.01-SNA PSHOT | |
22 | </version> | |
23 | ||
24 | <packaging > | |
25 | pom | |
26 | </packagin g> | |
27 | ||
28 | <name> | |
29 | Seoc React or | |
30 | </name> | |
31 | ||
32 | <descripti on> | |
33 | Seoc React or Parent POM | |
34 | </descript ion> | |
35 | ||
36 | <modules> | |
37 | ||
38 | <module> | |
39 | seoc-rest- api | |
40 | </module> | |
41 | ||
42 | </modules> | |
43 | ||
44 | ||
45 | <!-- defin ition of p roperties --> | |
46 | ||
47 | <propertie s> | |
48 | ||
49 | <!-- Depen dency vers ions (Exte rnal Compo nents) --> | |
50 | ||
51 | <project.b uild.sourc eEncoding> | |
52 | UTF-8 | |
53 | </project. build.sour ceEncoding > | |
54 | ||
55 | <joda.time .version> | |
56 | 2.9.4 | |
57 | </joda.tim e.version> | |
58 | ||
59 | <junit.jup iter.versi on> | |
60 | 5.0.0 | |
61 | </junit.ju piter.vers ion> | |
62 | ||
63 | <mockito.c ore.versio n> | |
64 | 2.11.0 | |
65 | </mockito. core.versi on> | |
66 | ||
67 | <docker.ve rsion> | |
68 | 0.4.11 | |
69 | </docker.v ersion> | |
70 | ||
71 | <spring.bo ot.starter .version> | |
72 | 1.5.9.RELE ASE | |
73 | </spring.b oot.starte r.version> | |
74 | ||
75 | <springfox .swagger2. version> | |
76 | 2.7.0 | |
77 | </springfo x.swagger2 .version> | |
78 | ||
79 | <springfox .swagger.u i.version> | |
80 | 2.7.0 | |
81 | </springfo x.swagger. ui.version > | |
82 | ||
83 | <maven.sit e.version> | |
84 | 3.6 | |
85 | </maven.si te.version > | |
86 | ||
87 | <sql.jdbc. version> | |
88 | 4.0 | |
89 | </sql.jdbc .version> | |
90 | ||
91 | <maven.sur efire.vers ion> | |
92 | 2.20.1 | |
93 | </maven.su refire.ver sion> | |
94 | ||
95 | <maven.fin dbugs.vers ion> | |
96 | 3.0.5 | |
97 | </maven.fi ndbugs.ver sion> | |
98 | ||
99 | <!-- Enfor cer Minimu m Versions --> | |
100 | ||
101 | <enforcer. maven.mini mum> | |
102 | 3.2.5 | |
103 | </enforcer .maven.min imum> | |
104 | ||
105 | <maven.com piler.sour ce> | |
106 | 1.8 | |
107 | </maven.co mpiler.sou rce> | |
108 | ||
109 | <maven.com piler.targ et> | |
110 | 1.8 | |
111 | </maven.co mpiler.tar get> | |
112 | ||
113 | ||
114 | <!-- Enfor cer Upper Limit Vers ions --> | |
115 | ||
116 | <enforcer. maven.limi t> | |
117 | 4.0.0 | |
118 | </enforcer .maven.lim it> | |
119 | ||
120 | <enforcer. java.limit > | |
121 | 1.8 | |
122 | </enforcer .java.limi t> | |
123 | ||
124 | ||
125 | <!-- Maven propertie s --> | |
126 | ||
127 | <maven.bui ld.timesta mp.format> | |
128 | yyyy-MM-dd | |
129 | </maven.bu ild.timest amp.format > | |
130 | ||
131 | <maven.sit e.port> | |
132 | PORT | |
133 | </maven.si te.port> | |
134 | ||
135 | <maven.sit e.url> | |
136 | http://loc alhost: PORT /www/docs/ project/ | |
137 | </maven.si te.url> | |
138 | ||
139 | ||
140 | ||
141 | </properti es> | |
142 | ||
143 | ||
144 | <dependenc yManagemen t> | |
145 | ||
146 | <dependenc ies> | |
147 | ||
148 | <dependenc y> | |
149 | ||
150 | <!-- Impor t dependen cy managem ent from S pring Boot --> | |
151 | ||
152 | <groupId> | |
153 | org.spring framework. boot | |
154 | </groupId> | |
155 | ||
156 | <artifactI d> | |
157 | spring-boo t-starter- parent | |
158 | </artifact Id> | |
159 | ||
160 | <version> | |
161 | ${spring.b oot.starte r.version} | |
162 | </version> | |
163 | ||
164 | <type> | |
165 | pom | |
166 | </type> | |
167 | ||
168 | <scope> | |
169 | import | |
170 | </scope> | |
171 | ||
172 | </dependen cy> | |
173 | ||
174 | <dependenc y> | |
175 | ||
176 | <groupId> | |
177 | org.junit. jupiter | |
178 | </groupId> | |
179 | ||
180 | <artifactI d> | |
181 | junit-jupi ter-engine | |
182 | </artifact Id> | |
183 | ||
184 | <version> | |
185 | ${junit.ju piter.vers ion} | |
186 | </version> | |
187 | ||
188 | </dependen cy> | |
189 | ||
190 | <dependenc y> | |
191 | ||
192 | <groupId> | |
193 | org.mockit o | |
194 | </groupId> | |
195 | ||
196 | <artifactI d> | |
197 | mockito-co re | |
198 | </artifact Id> | |
199 | ||
200 | <version> | |
201 | ${mockito. core.versi on} | |
202 | </version> | |
203 | ||
204 | <scope> | |
205 | test | |
206 | </scope> | |
207 | ||
208 | </dependen cy> | |
209 | ||
210 | <dependenc y> | |
211 | ||
212 | <groupId> | |
213 | io.springf ox | |
214 | </groupId> | |
215 | ||
216 | <artifactI d> | |
217 | springfox- swagger2 | |
218 | </artifact Id> | |
219 | ||
220 | <version> | |
221 | ${springfo x.swagger2 .version} | |
222 | </version> | |
223 | ||
224 | </dependen cy> | |
225 | ||
226 | <dependenc y> | |
227 | ||
228 | <groupId> | |
229 | io.springf ox | |
230 | </groupId> | |
231 | ||
232 | <artifactI d> | |
233 | springfox- swagger-ui | |
234 | </artifact Id> | |
235 | ||
236 | <version> | |
237 | ${springfo x.swagger. ui.version } | |
238 | </version> | |
239 | ||
240 | </dependen cy> | |
241 | ||
242 | <dependenc y> | |
243 | ||
244 | <groupId> | |
245 | com.micros oft.sqlser ver | |
246 | </groupId> | |
247 | ||
248 | <artifactI d> | |
249 | sqljdbc4 | |
250 | </artifact Id> | |
251 | ||
252 | <version> | |
253 | ${sql.jdbc .version} | |
254 | </version> | |
255 | ||
256 | </dependen cy> | |
257 | ||
258 | </dependen cies> | |
259 | ||
260 | </dependen cyManageme nt> | |
261 | ||
262 | ||
263 | <organizat ion> | |
264 | ||
265 | <name> | |
266 | Veteran Af fairs | |
267 | </name> | |
268 | ||
269 | <url> | |
270 | https://ww w.va.gov/ | |
271 | </url> | |
272 | ||
273 | </organiza tion> | |
274 | ||
275 | ||
276 | <!-- Envir onment Set tings --> | |
277 | ||
278 | <issueMana gement> | |
279 | ||
280 | </issueMan agement> | |
281 | ||
282 | ||
283 | <ciManagem ent> | |
284 | ||
285 | </ciManage ment> | |
286 | ||
287 | ||
288 | <distribut ionManagem ent> | |
289 | ||
290 | <site> | |
291 | ||
292 | <id> | |
293 | CCAD | |
294 | </id> | |
295 | ||
296 | <url> | |
297 | ${maven.si te.url} | |
298 | </url> | |
299 | ||
300 | </site> | |
301 | ||
302 | </distribu tionManage ment> | |
303 | ||
304 | ||
305 | <build> | |
306 | ||
307 | <pluginMan agement> | |
308 | ||
309 | <plugins> | |
310 | ||
311 | <plugin> | |
312 | ||
313 | <groupId> | |
314 | com.atlass ian.maven. plugins | |
315 | </groupId> | |
316 | ||
317 | <artifactI d> | |
318 | clover-mav en-plugin | |
319 | </artifact Id> | |
320 | ||
321 | <configura tion> | |
322 | ||
323 | <targetPer centage> | |
324 | 0% | |
325 | </targetPe rcentage> | |
326 | ||
327 | <generateH tml> | |
328 | true | |
329 | </generate Html> | |
330 | ||
331 | </configur ation> | |
332 | ||
333 | <execution s> | |
334 | ||
335 | <execution > | |
336 | ||
337 | <phase> | |
338 | pre-site | |
339 | </phase> | |
340 | ||
341 | <goals> | |
342 | ||
343 | <goal> | |
344 | instrument | |
345 | </goal> | |
346 | ||
347 | <goal> | |
348 | aggregate | |
349 | </goal> | |
350 | ||
351 | </goals> | |
352 | ||
353 | </executio n> | |
354 | ||
355 | </executio ns> | |
356 | ||
357 | </plugin> | |
358 | ||
359 | ||
360 | <plugin> | |
361 | ||
362 | <groupId> | |
363 | org.codeha us.mojo | |
364 | </groupId> | |
365 | ||
366 | <artifactI d> | |
367 | findbugs-m aven-plugi n | |
368 | </artifact Id> | |
369 | ||
370 | <version> | |
371 | ${maven.fi ndbugs.ver sion} | |
372 | </version> | |
373 | ||
374 | </plugin> | |
375 | ||
376 | ||
377 | <plugin> | |
378 | ||
379 | <groupId> | |
380 | io.swagger | |
381 | </groupId> | |
382 | ||
383 | <artifactI d> | |
384 | swagger-co degen-mave n-plugin | |
385 | </artifact Id> | |
386 | ||
387 | <version> | |
388 | ${springfo x.swagger2 .version} | |
389 | </version> | |
390 | ||
391 | <execution s> | |
392 | ||
393 | <execution > | |
394 | ||
395 | <goals> | |
396 | ||
397 | <goal> | |
398 | generate | |
399 | </goal> | |
400 | ||
401 | </goals> | |
402 | ||
403 | <configura tion> | |
404 | ||
405 | <language> | |
406 | java | |
407 | </language > | |
408 | ||
409 | </configur ation> | |
410 | ||
411 | </executio n> | |
412 | ||
413 | </executio ns> | |
414 | ||
415 | </plugin> | |
416 | ||
417 | ||
418 | <plugin> | |
419 | ||
420 | <groupId> | |
421 | org.apache .maven.plu gins | |
422 | </groupId> | |
423 | ||
424 | <artifactI d> | |
425 | maven-depe ndency-plu gin | |
426 | </artifact Id> | |
427 | ||
428 | <execution s> | |
429 | ||
430 | <execution > | |
431 | ||
432 | <id> | |
433 | unpack | |
434 | </id> | |
435 | ||
436 | <phase> | |
437 | package | |
438 | </phase> | |
439 | ||
440 | <goals> | |
441 | ||
442 | <goal> | |
443 | unpack | |
444 | </goal> | |
445 | ||
446 | </goals> | |
447 | ||
448 | <configura tion> | |
449 | ||
450 | <artifactI tems> | |
451 | ||
452 | <artifactI tem> | |
453 | ||
454 | <groupId> | |
455 | ${project. groupId} | |
456 | </groupId> | |
457 | ||
458 | <artifactI d> | |
459 | ${project. artifactId } | |
460 | </artifact Id> | |
461 | ||
462 | <version> | |
463 | ${project. version} | |
464 | </version> | |
465 | ||
466 | </artifact Item> | |
467 | ||
468 | </artifact Items> | |
469 | ||
470 | </configur ation> | |
471 | ||
472 | </executio n> | |
473 | ||
474 | </executio ns> | |
475 | ||
476 | </plugin> | |
477 | ||
478 | ||
479 | <plugin> | |
480 | ||
481 | <groupId> | |
482 | com.spotif y | |
483 | </groupId> | |
484 | ||
485 | <artifactI d> | |
486 | docker-mav en-plugin | |
487 | </artifact Id> | |
488 | ||
489 | <version> | |
490 | ${docker.v ersion} | |
491 | </version> | |
492 | ||
493 | <configura tion> | |
494 | ||
495 | <imageName > | |
496 | springio/$ {project.a rtifactId} | |
497 | </imageNam e> | |
498 | ||
499 | <dockerDir ectory> | |
500 | src/main/d ocker | |
501 | </dockerDi rectory> | |
502 | ||
503 | <resources > | |
504 | ||
505 | <resource> | |
506 | ||
507 | <targetPat h> | |
508 | / | |
509 | </targetPa th> | |
510 | ||
511 | <directory > | |
512 | ${project. build.dire ctory} | |
513 | </director y> | |
514 | ||
515 | <include> | |
516 | ${project. build.fina lName}.jar | |
517 | </include> | |
518 | ||
519 | </resource > | |
520 | ||
521 | </resource s> | |
522 | ||
523 | </configur ation> | |
524 | ||
525 | </plugin> | |
526 | ||
527 | ||
528 | <plugin> | |
529 | ||
530 | <groupId> | |
531 | org.apache .maven.plu gins | |
532 | </groupId> | |
533 | ||
534 | <artifactI d> | |
535 | maven-site -plugin | |
536 | </artifact Id> | |
537 | ||
538 | <version> | |
539 | ${maven.si te.version } | |
540 | </version> | |
541 | ||
542 | <configura tion> | |
543 | ||
544 | <port> | |
545 | ${maven.si te.port} | |
546 | </port> | |
547 | ||
548 | <tempWebap pDirectory > | |
549 | ${basedir} /target/si te/tempdir | |
550 | </tempWeba ppDirector y> | |
551 | ||
552 | </configur ation> | |
553 | ||
554 | </plugin> | |
555 | ||
556 | ||
557 | <plugin> | |
558 | ||
559 | <groupId> | |
560 | org.apache .maven.plu gins | |
561 | </groupId> | |
562 | ||
563 | <artifactI d> | |
564 | maven-java doc-plugin | |
565 | </artifact Id> | |
566 | ||
567 | <version> | |
568 | 3.0.0 | |
569 | </version> | |
570 | ||
571 | </plugin> | |
572 | ||
573 | </plugins> | |
574 | ||
575 | </pluginMa nagement> | |
576 | ||
577 | </build> | |
578 | ||
579 | ||
580 | <reporting > | |
581 | ||
582 | <plugins> | |
583 | ||
584 | <plugin> | |
585 | ||
586 | <groupId> | |
587 | org.apache .maven.plu gins | |
588 | </groupId> | |
589 | ||
590 | <artifactI d> | |
591 | maven-sure fire-repor t-plugin | |
592 | </artifact Id> | |
593 | ||
594 | <version> | |
595 | ${maven.su refire.ver sion} | |
596 | </version> | |
597 | ||
598 | </plugin> | |
599 | ||
600 | ||
601 | <plugin> | |
602 | ||
603 | <groupId> | |
604 | org.opencl over | |
605 | </groupId> | |
606 | ||
607 | <artifactI d> | |
608 | clover-mav en-plugin | |
609 | </artifact Id> | |
610 | ||
611 | </plugin> | |
612 | ||
613 | <plugin> | |
614 | ||
615 | <groupId> | |
616 | org.codeha us.mojo | |
617 | </groupId> | |
618 | ||
619 | <artifactI d> | |
620 | findbugs-m aven-plugi n | |
621 | </artifact Id> | |
622 | ||
623 | <version> | |
624 | ${maven.fi ndbugs.ver sion} | |
625 | </version> | |
626 | ||
627 | </plugin> | |
628 | ||
629 | ||
630 | </plugins> | |
631 | ||
632 | ||
633 | </reportin g> | |
634 | ||
635 | ||
636 | <repositor ies> | |
637 | ||
638 | <repositor y> | |
639 | ||
640 | <id> | |
641 | spring-rel eases | |
642 | </id> | |
643 | ||
644 | <url> | |
645 | https://re po.spring. io/libs-re lease | |
646 | </url> | |
647 | ||
648 | </reposito ry> | |
649 | ||
650 | </reposito ries> | |
651 | ||
652 | ||
653 | <pluginRep ositories> | |
654 | ||
655 | <pluginRep ository> | |
656 | ||
657 | <id> | |
658 | spring-rel eases | |
659 | </id> | |
660 | ||
661 | <url> | |
662 | https://re po.spring. io/libs-re lease | |
663 | </url> | |
664 | ||
665 | </pluginRe pository> | |
666 | ||
667 | </pluginRe positories > | |
668 | </project> |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.