Produced by Araxis Merge on 10/5/2017 9:14:26 AM Eastern 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 | GenISIS_Build_4.zip\Source Code\Services | pom.xml | Tue Aug 29 18:23:58 2017 UTC |
| 2 | GenISIS_Build_4.zip\Source Code\Services | pom.xml | Tue Oct 3 14:50:34 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 3 | 3024 |
| 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 | xsi:schema Location=" http://mav en.apache. org/POM/4. 0.0 http:/ /maven.apa che.org/ma ven-v4_0_0 .xsd" | |
| 5 | > | |
| 6 | ||
| 7 | <modelVers ion> | |
| 8 | 4.0.0 | |
| 9 | </modelVer sion> | |
| 10 | ||
| 11 | <groupId> | |
| 12 | gov.va.gen isis2 | |
| 13 | </groupId> | |
| 14 | ||
| 15 | <artifactI d> | |
| 16 | Genisis2Se rvices | |
| 17 | </artifact Id> | |
| 18 | ||
| 19 | <packaging > | |
| 20 | war | |
| 21 | </packagin g> | |
| 22 | ||
| 23 | <version> | |
| 24 | 4.1.4-SNAP SHOT | |
| 25 | </version> | |
| 26 | ||
| 27 | <name> | |
| 28 | Genisis2Se rvices Mav en Webapp | |
| 29 | </name> | |
| 30 | ||
| 31 | <url> | |
| 32 | http://mav en.apache. org | |
| 33 | </url> | |
| 34 | ||
| 35 | ||
| 36 | <propertie s> | |
| 37 | ||
| 38 | <spring.ve rsion> | |
| 39 | 4.3.2.RELE ASE | |
| 40 | </spring.v ersion> | |
| 41 | ||
| 42 | <spring.se curity.ver sion> | |
| 43 | 4.2.3.RELE ASE | |
| 44 | </spring.s ecurity.ve rsion> | |
| 45 | ||
| 46 | <jackson.v ersion> | |
| 47 | 2.7.3 | |
| 48 | </jackson. version> | |
| 49 | ||
| 50 | <maven.com piler.targ et> | |
| 51 | 1.8 | |
| 52 | </maven.co mpiler.tar get> | |
| 53 | ||
| 54 | <maven.com piler.sour ce> | |
| 55 | 1.8 | |
| 56 | </maven.co mpiler.sou rce> | |
| 57 | ||
| 58 | <hibernate .version> | |
| 59 | 5.2.5.Fina l | |
| 60 | </hibernat e.version> | |
| 61 | ||
| 62 | <warName> | |
| 63 | ${project. artifactId } | |
| 64 | </warName> | |
| 65 | ||
| 66 | </properti es> | |
| 67 | ||
| 68 | ||
| 69 | <!-- SCM c onnection properties for mvn r elease plu gin --> | |
| 70 | ||
| 71 | <scm> | |
| 72 | ||
| 73 | <connectio n> | |
| 74 | scm:git:gi t://github .boozallen csn.com/HE ALTH-ACCT- GROUP/Geni sis2Servic es.git | |
| 75 | </connecti on> | |
| 76 | ||
| 77 | <developer Connection > | |
| 78 | scm:git:gi t@github.b oozallencs n.com:HEAL TH-ACCT-GR OUP/Genisi s2Services .git | |
| 79 | </develope rConnectio n> | |
| 80 | ||
| 81 | <url> | |
| 82 | https://gi thub.booza llencsn.co m/HEALTH-A CCT-GROUP/ Genisis2Se rvices | |
| 83 | </url> | |
| 84 | ||
| 85 | <tag> | |
| 86 | Genisis2Se rvices-2.0 .1 | |
| 87 | </tag> | |
| 88 | ||
| 89 | </scm> | |
| 90 | ||
| 91 | ||
| 92 | <dependenc ies> | |
| 93 | ||
| 94 | <!-- Servl et Libs -- > | |
| 95 | ||
| 96 | <dependenc y> | |
| 97 | ||
| 98 | <groupId> | |
| 99 | javax.serv let | |
| 100 | </groupId> | |
| 101 | ||
| 102 | <artifactI d> | |
| 103 | javax.serv let-api | |
| 104 | </artifact Id> | |
| 105 | ||
| 106 | <version> | |
| 107 | 3.1.0 | |
| 108 | </version> | |
| 109 | ||
| 110 | </dependen cy> | |
| 111 | ||
| 112 | <dependenc y> | |
| 113 | ||
| 114 | <groupId> | |
| 115 | com.h2data base | |
| 116 | </groupId> | |
| 117 | ||
| 118 | <artifactI d> | |
| 119 | h2 | |
| 120 | </artifact Id> | |
| 121 | ||
| 122 | <version> | |
| 123 | 1.4.194 | |
| 124 | </version> | |
| 125 | ||
| 126 | <scope> | |
| 127 | test | |
| 128 | </scope> | |
| 129 | ||
| 130 | </dependen cy> | |
| 131 | ||
| 132 | <!-- junit Libs --> | |
| 133 | ||
| 134 | <dependenc y> | |
| 135 | ||
| 136 | <groupId> | |
| 137 | com.faster xml.jackso n.core | |
| 138 | </groupId> | |
| 139 | ||
| 140 | <artifactI d> | |
| 141 | jackson-da tabind | |
| 142 | </artifact Id> | |
| 143 | ||
| 144 | <version> | |
| 145 | ${jackson. version} | |
| 146 | </version> | |
| 147 | ||
| 148 | </dependen cy> | |
| 149 | ||
| 150 | <dependenc y> | |
| 151 | ||
| 152 | <groupId> | |
| 153 | org.hamcre st | |
| 154 | </groupId> | |
| 155 | ||
| 156 | <artifactI d> | |
| 157 | hamcrest-a ll | |
| 158 | </artifact Id> | |
| 159 | ||
| 160 | <version> | |
| 161 | 1.3 | |
| 162 | </version> | |
| 163 | ||
| 164 | <scope> | |
| 165 | test | |
| 166 | </scope> | |
| 167 | ||
| 168 | </dependen cy> | |
| 169 | ||
| 170 | <dependenc y> | |
| 171 | ||
| 172 | <groupId> | |
| 173 | junit | |
| 174 | </groupId> | |
| 175 | ||
| 176 | <artifactI d> | |
| 177 | junit | |
| 178 | </artifact Id> | |
| 179 | ||
| 180 | <version> | |
| 181 | 4.12 | |
| 182 | </version> | |
| 183 | ||
| 184 | <scope> | |
| 185 | test | |
| 186 | </scope> | |
| 187 | ||
| 188 | <exclusion s> | |
| 189 | ||
| 190 | <exclusion > | |
| 191 | ||
| 192 | <artifactI d> | |
| 193 | hamcrest-c ore | |
| 194 | </artifact Id> | |
| 195 | ||
| 196 | <groupId> | |
| 197 | org.hamcre st | |
| 198 | </groupId> | |
| 199 | ||
| 200 | </exclusio n> | |
| 201 | ||
| 202 | </exclusio ns> | |
| 203 | ||
| 204 | </dependen cy> | |
| 205 | ||
| 206 | <dependenc y> | |
| 207 | ||
| 208 | <groupId> | |
| 209 | org.mockit o | |
| 210 | </groupId> | |
| 211 | ||
| 212 | <artifactI d> | |
| 213 | mockito-co re | |
| 214 | </artifact Id> | |
| 215 | ||
| 216 | <version> | |
| 217 | 1.9.5 | |
| 218 | </version> | |
| 219 | ||
| 220 | <scope> | |
| 221 | test | |
| 222 | </scope> | |
| 223 | ||
| 224 | </dependen cy> | |
| 225 | ||
| 226 | <!--Log4 - -> | |
| 227 | ||
| 228 | <dependenc y> | |
| 229 | ||
| 230 | <groupId> | |
| 231 | org.apache .logging.l og4j | |
| 232 | </groupId> | |
| 233 | ||
| 234 | <artifactI d> | |
| 235 | log4j-slf4 j-impl | |
| 236 | </artifact Id> | |
| 237 | ||
| 238 | <version> | |
| 239 | 2.8.2 | |
| 240 | </version> | |
| 241 | ||
| 242 | </dependen cy> | |
| 243 | ||
| 244 | <dependenc y> | |
| 245 | ||
| 246 | <groupId> | |
| 247 | org.apache .logging.l og4j | |
| 248 | </groupId> | |
| 249 | ||
| 250 | <artifactI d> | |
| 251 | log4j-api | |
| 252 | </artifact Id> | |
| 253 | ||
| 254 | <version> | |
| 255 | 2.8.2 | |
| 256 | </version> | |
| 257 | ||
| 258 | </dependen cy> | |
| 259 | ||
| 260 | <dependenc y> | |
| 261 | ||
| 262 | <groupId> | |
| 263 | org.apache .logging.l og4j | |
| 264 | </groupId> | |
| 265 | ||
| 266 | <artifactI d> | |
| 267 | log4j-core | |
| 268 | </artifact Id> | |
| 269 | ||
| 270 | <version> | |
| 271 | 2.8.2 | |
| 272 | </version> | |
| 273 | ||
| 274 | </dependen cy> | |
| 275 | ||
| 276 | <!-- MS SQ L Server J DS Driver --> | |
| 277 | ||
| 278 | <dependenc y> | |
| 279 | ||
| 280 | <groupId> | |
| 281 | net.source forge.jtds | |
| 282 | </groupId> | |
| 283 | ||
| 284 | <artifactI d> | |
| 285 | jtds | |
| 286 | </artifact Id> | |
| 287 | ||
| 288 | <version> | |
| 289 | 1.3.1 | |
| 290 | </version> | |
| 291 | ||
| 292 | </dependen cy> | |
| 293 | ||
| 294 | <!-- Sprin g LDAP Lib s --> | |
| 295 | ||
| 296 | <dependenc y> | |
| 297 | ||
| 298 | <groupId> | |
| 299 | org.spring framework. ldap | |
| 300 | </groupId> | |
| 301 | ||
| 302 | <artifactI d> | |
| 303 | spring-lda p-core | |
| 304 | </artifact Id> | |
| 305 | ||
| 306 | <version> | |
| 307 | 2.0.4.RELE ASE | |
| 308 | </version> | |
| 309 | ||
| 310 | </dependen cy> | |
| 311 | ||
| 312 | <dependenc y> | |
| 313 | ||
| 314 | <groupId> | |
| 315 | org.spring framework. data | |
| 316 | </groupId> | |
| 317 | ||
| 318 | <artifactI d> | |
| 319 | spring-dat a-commons | |
| 320 | </artifact Id> | |
| 321 | ||
| 322 | <version> | |
| 323 | 1.10.2.REL EASE | |
| 324 | </version> | |
| 325 | ||
| 326 | </dependen cy> | |
| 327 | ||
| 328 | <dependenc y> | |
| 329 | ||
| 330 | <groupId> | |
| 331 | org.apache .commons | |
| 332 | </groupId> | |
| 333 | ||
| 334 | <artifactI d> | |
| 335 | commons-la ng3 | |
| 336 | </artifact Id> | |
| 337 | ||
| 338 | <version> | |
| 339 | 3.5 | |
| 340 | </version> | |
| 341 | ||
| 342 | </dependen cy> | |
| 343 | ||
| 344 | <!-- Sprin g 4 Libs - -> | |
| 345 | ||
| 346 | <dependenc y> | |
| 347 | ||
| 348 | <groupId> | |
| 349 | org.spring framework | |
| 350 | </groupId> | |
| 351 | ||
| 352 | <artifactI d> | |
| 353 | spring-bea ns | |
| 354 | </artifact Id> | |
| 355 | ||
| 356 | <version> | |
| 357 | ${spring.v ersion} | |
| 358 | </version> | |
| 359 | ||
| 360 | </dependen cy> | |
| 361 | ||
| 362 | <dependenc y> | |
| 363 | ||
| 364 | <groupId> | |
| 365 | org.spring framework | |
| 366 | </groupId> | |
| 367 | ||
| 368 | <artifactI d> | |
| 369 | spring-orm | |
| 370 | </artifact Id> | |
| 371 | ||
| 372 | <version> | |
| 373 | ${spring.v ersion} | |
| 374 | </version> | |
| 375 | ||
| 376 | </dependen cy> | |
| 377 | ||
| 378 | <dependenc y> | |
| 379 | ||
| 380 | <groupId> | |
| 381 | org.spring framework | |
| 382 | </groupId> | |
| 383 | ||
| 384 | <artifactI d> | |
| 385 | spring-cor e | |
| 386 | </artifact Id> | |
| 387 | ||
| 388 | <version> | |
| 389 | ${spring.v ersion} | |
| 390 | </version> | |
| 391 | ||
| 392 | </dependen cy> | |
| 393 | ||
| 394 | <dependenc y> | |
| 395 | ||
| 396 | <groupId> | |
| 397 | org.spring framework | |
| 398 | </groupId> | |
| 399 | ||
| 400 | <artifactI d> | |
| 401 | spring-con text | |
| 402 | </artifact Id> | |
| 403 | ||
| 404 | <version> | |
| 405 | ${spring.v ersion} | |
| 406 | </version> | |
| 407 | ||
| 408 | </dependen cy> | |
| 409 | ||
| 410 | <dependenc y> | |
| 411 | ||
| 412 | <groupId> | |
| 413 | org.spring framework | |
| 414 | </groupId> | |
| 415 | ||
| 416 | <artifactI d> | |
| 417 | spring-web | |
| 418 | </artifact Id> | |
| 419 | ||
| 420 | <version> | |
| 421 | ${spring.v ersion} | |
| 422 | </version> | |
| 423 | ||
| 424 | </dependen cy> | |
| 425 | ||
| 426 | <dependenc y> | |
| 427 | ||
| 428 | <groupId> | |
| 429 | org.spring framework | |
| 430 | </groupId> | |
| 431 | ||
| 432 | <artifactI d> | |
| 433 | spring-web mvc | |
| 434 | </artifact Id> | |
| 435 | ||
| 436 | <version> | |
| 437 | ${spring.v ersion} | |
| 438 | </version> | |
| 439 | ||
| 440 | </dependen cy> | |
| 441 | ||
| 442 | <dependenc y> | |
| 443 | ||
| 444 | <groupId> | |
| 445 | org.spring framework | |
| 446 | </groupId> | |
| 447 | ||
| 448 | <artifactI d> | |
| 449 | spring-jdb c | |
| 450 | </artifact Id> | |
| 451 | ||
| 452 | <version> | |
| 453 | ${spring.v ersion} | |
| 454 | </version> | |
| 455 | ||
| 456 | </dependen cy> | |
| 457 | ||
| 458 | <dependenc y> | |
| 459 | ||
| 460 | <groupId> | |
| 461 | org.spring framework | |
| 462 | </groupId> | |
| 463 | ||
| 464 | <artifactI d> | |
| 465 | spring-tx | |
| 466 | </artifact Id> | |
| 467 | ||
| 468 | <version> | |
| 469 | ${spring.v ersion} | |
| 470 | </version> | |
| 471 | ||
| 472 | </dependen cy> | |
| 473 | ||
| 474 | <dependenc y> | |
| 475 | ||
| 476 | <groupId> | |
| 477 | org.spring framework | |
| 478 | </groupId> | |
| 479 | ||
| 480 | <artifactI d> | |
| 481 | spring-exp ression | |
| 482 | </artifact Id> | |
| 483 | ||
| 484 | <version> | |
| 485 | ${spring.v ersion} | |
| 486 | </version> | |
| 487 | ||
| 488 | </dependen cy> | |
| 489 | ||
| 490 | <dependenc y> | |
| 491 | ||
| 492 | <groupId> | |
| 493 | org.spring framework | |
| 494 | </groupId> | |
| 495 | ||
| 496 | <artifactI d> | |
| 497 | spring-tes t | |
| 498 | </artifact Id> | |
| 499 | ||
| 500 | <version> | |
| 501 | ${spring.v ersion} | |
| 502 | </version> | |
| 503 | ||
| 504 | <scope> | |
| 505 | test | |
| 506 | </scope> | |
| 507 | ||
| 508 | </dependen cy> | |
| 509 | ||
| 510 | <!-- Sprin g Security --> | |
| 511 | ||
| 512 | <dependenc y> | |
| 513 | ||
| 514 | <groupId> | |
| 515 | org.spring framework. security | |
| 516 | </groupId> | |
| 517 | ||
| 518 | <artifactI d> | |
| 519 | spring-sec urity-web | |
| 520 | </artifact Id> | |
| 521 | ||
| 522 | <version> | |
| 523 | ${spring.s ecurity.ve rsion} | |
| 524 | </version> | |
| 525 | ||
| 526 | </dependen cy> | |
| 527 | ||
| 528 | <dependenc y> | |
| 529 | ||
| 530 | <groupId> | |
| 531 | org.spring framework. security | |
| 532 | </groupId> | |
| 533 | ||
| 534 | <artifactI d> | |
| 535 | spring-sec urity-conf ig | |
| 536 | </artifact Id> | |
| 537 | ||
| 538 | <version> | |
| 539 | ${spring.s ecurity.ve rsion} | |
| 540 | </version> | |
| 541 | ||
| 542 | </dependen cy> | |
| 543 | ||
| 544 | <!-- https ://mvnrepo sitory.com /artifact/ net.sf.ehc ache/ehcac he --> | |
| 545 | ||
| 546 | <dependenc y> | |
| 547 | ||
| 548 | <groupId> | |
| 549 | net.sf.ehc ache | |
| 550 | </groupId> | |
| 551 | ||
| 552 | <artifactI d> | |
| 553 | ehcache | |
| 554 | </artifact Id> | |
| 555 | ||
| 556 | <version> | |
| 557 | 2.10.4 | |
| 558 | </version> | |
| 559 | ||
| 560 | </dependen cy> | |
| 561 | ||
| 562 | ||
| 563 | <dependenc y> | |
| 564 | ||
| 565 | <groupId> | |
| 566 | org.spring framework | |
| 567 | </groupId> | |
| 568 | ||
| 569 | <artifactI d> | |
| 570 | spring-con text-suppo rt | |
| 571 | </artifact Id> | |
| 572 | ||
| 573 | <version> | |
| 574 | ${spring.v ersion} | |
| 575 | </version> | |
| 576 | ||
| 577 | </dependen cy> | |
| 578 | ||
| 579 | ||
| 580 | <!-- hiber nate 5 --> | |
| 581 | ||
| 582 | <dependenc y> | |
| 583 | ||
| 584 | <groupId> | |
| 585 | org.hibern ate | |
| 586 | </groupId> | |
| 587 | ||
| 588 | <artifactI d> | |
| 589 | hibernate- core | |
| 590 | </artifact Id> | |
| 591 | ||
| 592 | <exclusion s> | |
| 593 | ||
| 594 | <exclusion > | |
| 595 | ||
| 596 | <groupId> | |
| 597 | org.jboss. logging | |
| 598 | </groupId> | |
| 599 | ||
| 600 | <artifactI d> | |
| 601 | jboss-logg ing | |
| 602 | </artifact Id> | |
| 603 | ||
| 604 | </exclusio n> | |
| 605 | ||
| 606 | </exclusio ns> | |
| 607 | ||
| 608 | <version> | |
| 609 | ${hibernat e.version} | |
| 610 | </version> | |
| 611 | ||
| 612 | </dependen cy> | |
| 613 | ||
| 614 | <dependenc y> | |
| 615 | ||
| 616 | <groupId> | |
| 617 | org.hibern ate | |
| 618 | </groupId> | |
| 619 | ||
| 620 | <artifactI d> | |
| 621 | hibernate- entitymana ger | |
| 622 | </artifact Id> | |
| 623 | ||
| 624 | <version> | |
| 625 | ${hibernat e.version} | |
| 626 | </version> | |
| 627 | ||
| 628 | </dependen cy> | |
| 629 | ||
| 630 | <dependenc y> | |
| 631 | ||
| 632 | <groupId> | |
| 633 | org.hibern ate.javax. persistenc e | |
| 634 | </groupId> | |
| 635 | ||
| 636 | <artifactI d> | |
| 637 | hibernate- jpa-2.1-ap i | |
| 638 | </artifact Id> | |
| 639 | ||
| 640 | <version> | |
| 641 | 1.0.0.Fina l | |
| 642 | </version> | |
| 643 | ||
| 644 | </dependen cy> | |
| 645 | ||
| 646 | <dependenc y> | |
| 647 | ||
| 648 | <groupId> | |
| 649 | com.allenr u | |
| 650 | </groupId> | |
| 651 | ||
| 652 | <artifactI d> | |
| 653 | cross-orig in | |
| 654 | </artifact Id> | |
| 655 | ||
| 656 | <version> | |
| 657 | 1.0.1 | |
| 658 | </version> | |
| 659 | ||
| 660 | </dependen cy> | |
| 661 | ||
| 662 | <dependenc y> | |
| 663 | ||
| 664 | <groupId> | |
| 665 | commons-co dec | |
| 666 | </groupId> | |
| 667 | ||
| 668 | <artifactI d> | |
| 669 | commons-co dec | |
| 670 | </artifact Id> | |
| 671 | ||
| 672 | <version> | |
| 673 | 1.10 | |
| 674 | </version> | |
| 675 | ||
| 676 | </dependen cy> | |
| 677 | ||
| 678 | <dependenc y> | |
| 679 | ||
| 680 | <groupId> | |
| 681 | commons-lo gging | |
| 682 | </groupId> | |
| 683 | ||
| 684 | <artifactI d> | |
| 685 | commons-lo gging | |
| 686 | </artifact Id> | |
| 687 | ||
| 688 | <version> | |
| 689 | 1.2 | |
| 690 | </version> | |
| 691 | ||
| 692 | </dependen cy> | |
| 693 | ||
| 694 | <dependenc y> | |
| 695 | ||
| 696 | <groupId> | |
| 697 | commons-be anutils | |
| 698 | </groupId> | |
| 699 | ||
| 700 | <artifactI d> | |
| 701 | commons-be anutils | |
| 702 | </artifact Id> | |
| 703 | ||
| 704 | <version> | |
| 705 | 1.8.3 | |
| 706 | </version> | |
| 707 | ||
| 708 | </dependen cy> | |
| 709 | ||
| 710 | <dependenc y> | |
| 711 | ||
| 712 | <groupId> | |
| 713 | commons-db cp | |
| 714 | </groupId> | |
| 715 | ||
| 716 | <artifactI d> | |
| 717 | commons-db cp | |
| 718 | </artifact Id> | |
| 719 | ||
| 720 | <version> | |
| 721 | 1.2.2 | |
| 722 | </version> | |
| 723 | ||
| 724 | </dependen cy> | |
| 725 | ||
| 726 | <dependenc y> | |
| 727 | ||
| 728 | <groupId> | |
| 729 | net.sf.jop t-simple | |
| 730 | </groupId> | |
| 731 | ||
| 732 | <artifactI d> | |
| 733 | jopt-simpl e | |
| 734 | </artifact Id> | |
| 735 | ||
| 736 | <version> | |
| 737 | 5.0.2 | |
| 738 | </version> | |
| 739 | ||
| 740 | </dependen cy> | |
| 741 | ||
| 742 | <dependenc y> | |
| 743 | ||
| 744 | <groupId> | |
| 745 | org.aspect j | |
| 746 | </groupId> | |
| 747 | ||
| 748 | <artifactI d> | |
| 749 | aspectjwea ver | |
| 750 | </artifact Id> | |
| 751 | ||
| 752 | <version> | |
| 753 | 1.8.9 | |
| 754 | </version> | |
| 755 | ||
| 756 | </dependen cy> | |
| 757 | ||
| 758 | <dependenc y> | |
| 759 | ||
| 760 | <groupId> | |
| 761 | antlr | |
| 762 | </groupId> | |
| 763 | ||
| 764 | <artifactI d> | |
| 765 | antlr | |
| 766 | </artifact Id> | |
| 767 | ||
| 768 | <version> | |
| 769 | 2.7.7 | |
| 770 | </version> | |
| 771 | ||
| 772 | </dependen cy> | |
| 773 | ||
| 774 | <dependenc y> | |
| 775 | ||
| 776 | <groupId> | |
| 777 | com.faster xml | |
| 778 | </groupId> | |
| 779 | ||
| 780 | <artifactI d> | |
| 781 | classmate | |
| 782 | </artifact Id> | |
| 783 | ||
| 784 | <version> | |
| 785 | 1.3.0 | |
| 786 | </version> | |
| 787 | ||
| 788 | </dependen cy> | |
| 789 | ||
| 790 | <dependenc y> | |
| 791 | ||
| 792 | <groupId> | |
| 793 | dom4j | |
| 794 | </groupId> | |
| 795 | ||
| 796 | <artifactI d> | |
| 797 | dom4j | |
| 798 | </artifact Id> | |
| 799 | ||
| 800 | <version> | |
| 801 | 1.6.1 | |
| 802 | </version> | |
| 803 | ||
| 804 | </dependen cy> | |
| 805 | ||
| 806 | <dependenc y> | |
| 807 | ||
| 808 | <groupId> | |
| 809 | javax.ente rprise | |
| 810 | </groupId> | |
| 811 | ||
| 812 | <artifactI d> | |
| 813 | cdi-api | |
| 814 | </artifact Id> | |
| 815 | ||
| 816 | <version> | |
| 817 | 1.1 | |
| 818 | </version> | |
| 819 | ||
| 820 | </dependen cy> | |
| 821 | ||
| 822 | <dependenc y> | |
| 823 | ||
| 824 | <groupId> | |
| 825 | org.apache .geronimo. specs | |
| 826 | </groupId> | |
| 827 | ||
| 828 | <artifactI d> | |
| 829 | geronimo-j ta_1.1_spe c | |
| 830 | </artifact Id> | |
| 831 | ||
| 832 | <version> | |
| 833 | 1.1.1 | |
| 834 | </version> | |
| 835 | ||
| 836 | </dependen cy> | |
| 837 | ||
| 838 | <dependenc y> | |
| 839 | ||
| 840 | <groupId> | |
| 841 | org.jboss. logging | |
| 842 | </groupId> | |
| 843 | ||
| 844 | <artifactI d> | |
| 845 | jboss-logg ing | |
| 846 | </artifact Id> | |
| 847 | ||
| 848 | <version> | |
| 849 | 3.3.0.Fina l | |
| 850 | </version> | |
| 851 | ||
| 852 | </dependen cy> | |
| 853 | ||
| 854 | <!-- Jacks on --> | |
| 855 | ||
| 856 | <dependenc y> | |
| 857 | ||
| 858 | <groupId> | |
| 859 | org.codeha us.jackson | |
| 860 | </groupId> | |
| 861 | ||
| 862 | <artifactI d> | |
| 863 | jackson-ma pper-asl | |
| 864 | </artifact Id> | |
| 865 | ||
| 866 | <version> | |
| 867 | 1.9.13 | |
| 868 | </version> | |
| 869 | ||
| 870 | </dependen cy> | |
| 871 | ||
| 872 | <dependenc y> | |
| 873 | ||
| 874 | <groupId> | |
| 875 | com.faster xml.jackso n.core | |
| 876 | </groupId> | |
| 877 | ||
| 878 | <artifactI d> | |
| 879 | jackson-an notations | |
| 880 | </artifact Id> | |
| 881 | ||
| 882 | <version> | |
| 883 | 2.7.0 | |
| 884 | </version> | |
| 885 | ||
| 886 | </dependen cy> | |
| 887 | ||
| 888 | <dependenc y> | |
| 889 | ||
| 890 | <groupId> | |
| 891 | com.faster xml.jackso n.core | |
| 892 | </groupId> | |
| 893 | ||
| 894 | <artifactI d> | |
| 895 | jackson-co re | |
| 896 | </artifact Id> | |
| 897 | ||
| 898 | <version> | |
| 899 | ${jackson. version} | |
| 900 | </version> | |
| 901 | ||
| 902 | </dependen cy> | |
| 903 | ||
| 904 | <!-- JSON Libs are C ool for JS ON objects --> | |
| 905 | ||
| 906 | <dependenc y> | |
| 907 | ||
| 908 | <groupId> | |
| 909 | org.json | |
| 910 | </groupId> | |
| 911 | ||
| 912 | <artifactI d> | |
| 913 | json | |
| 914 | </artifact Id> | |
| 915 | ||
| 916 | <version> | |
| 917 | 20140107 | |
| 918 | </version> | |
| 919 | ||
| 920 | </dependen cy> | |
| 921 | ||
| 922 | <dependenc y> | |
| 923 | ||
| 924 | <groupId> | |
| 925 | joda-time | |
| 926 | </groupId> | |
| 927 | ||
| 928 | <artifactI d> | |
| 929 | joda-time | |
| 930 | </artifact Id> | |
| 931 | ||
| 932 | <version> | |
| 933 | 2.3 | |
| 934 | </version> | |
| 935 | ||
| 936 | </dependen cy> | |
| 937 | ||
| 938 | <dependenc y> | |
| 939 | ||
| 940 | <groupId> | |
| 941 | com.square up.okhttp3 | |
| 942 | </groupId> | |
| 943 | ||
| 944 | <artifactI d> | |
| 945 | okhttp | |
| 946 | </artifact Id> | |
| 947 | ||
| 948 | <version> | |
| 949 | 3.5.0 | |
| 950 | </version> | |
| 951 | ||
| 952 | </dependen cy> | |
| 953 | ||
| 954 | <dependenc y> | |
| 955 | ||
| 956 | <groupId> | |
| 957 | com.google code.json- simple | |
| 958 | </groupId> | |
| 959 | ||
| 960 | <artifactI d> | |
| 961 | json-simpl e | |
| 962 | </artifact Id> | |
| 963 | ||
| 964 | <version> | |
| 965 | 1.1.1 | |
| 966 | </version> | |
| 967 | ||
| 968 | </dependen cy> | |
| 969 | ||
| 970 | <dependenc y> | |
| 971 | ||
| 972 | <groupId> | |
| 973 | org.apache .httpcompo nents | |
| 974 | </groupId> | |
| 975 | ||
| 976 | <artifactI d> | |
| 977 | httpclient | |
| 978 | </artifact Id> | |
| 979 | ||
| 980 | <version> | |
| 981 | 4.5.2 | |
| 982 | </version> | |
| 983 | ||
| 984 | </dependen cy> | |
| 985 | ||
| 986 | <!-- Activ iti Engine dependenc y --> | |
| 987 | ||
| 988 | <dependenc y> | |
| 989 | ||
| 990 | <groupId> | |
| 991 | org.activi ti | |
| 992 | </groupId> | |
| 993 | ||
| 994 | <artifactI d> | |
| 995 | activiti-e ngine | |
| 996 | </artifact Id> | |
| 997 | ||
| 998 | <version> | |
| 999 | 5.17.0 | |
| 1000 | </version> | |
| 1001 | ||
| 1002 | </dependen cy> | |
| 1003 | ||
| 1004 | <!-- Activ iti Engine dependenc y for spri ng integra tion --> | |
| 1005 | ||
| 1006 | <dependenc y> | |
| 1007 | ||
| 1008 | <groupId> | |
| 1009 | org.activi ti | |
| 1010 | </groupId> | |
| 1011 | ||
| 1012 | <artifactI d> | |
| 1013 | activiti-s pring | |
| 1014 | </artifact Id> | |
| 1015 | ||
| 1016 | <version> | |
| 1017 | 5.17.0 | |
| 1018 | </version> | |
| 1019 | ||
| 1020 | </dependen cy> | |
| 1021 | ||
| 1022 | <!-- Suppo rt for tes ting Sprin g applicat ions with tools such as JUnit and | |
| 1023 | TestNG This arti fact is ge nerally al ways defin ed with a 'test' sco pe for | |
| 1024 | the in tegration testing fr amework an d unit tes ting stubs --> | |
| 1025 | ||
| 1026 | <dependenc y> | |
| 1027 | ||
| 1028 | <groupId> | |
| 1029 | org.apache .commons | |
| 1030 | </groupId> | |
| 1031 | ||
| 1032 | <artifactI d> | |
| 1033 | commons-ex ec | |
| 1034 | </artifact Id> | |
| 1035 | ||
| 1036 | <version> | |
| 1037 | 1.3 | |
| 1038 | </version> | |
| 1039 | ||
| 1040 | </dependen cy> | |
| 1041 | ||
| 1042 | <dependenc y> | |
| 1043 | ||
| 1044 | <groupId> | |
| 1045 | com.jcraft | |
| 1046 | </groupId> | |
| 1047 | ||
| 1048 | <artifactI d> | |
| 1049 | jsch | |
| 1050 | </artifact Id> | |
| 1051 | ||
| 1052 | <version> | |
| 1053 | 0.1.54 | |
| 1054 | </version> | |
| 1055 | ||
| 1056 | </dependen cy> | |
| 1057 | ||
| 1058 | <dependenc y> | |
| 1059 | ||
| 1060 | <groupId> | |
| 1061 | io.springf ox | |
| 1062 | </groupId> | |
| 1063 | ||
| 1064 | <artifactI d> | |
| 1065 | springfox- swagger2 | |
| 1066 | </artifact Id> | |
| 1067 | ||
| 1068 | <version> | |
| 1069 | 2.7.0 | |
| 1070 | </version> | |
| 1071 | ||
| 1072 | </dependen cy> | |
| 1073 | ||
| 1074 | <dependenc y> | |
| 1075 | ||
| 1076 | <groupId> | |
| 1077 | io.springf ox | |
| 1078 | </groupId> | |
| 1079 | ||
| 1080 | <artifactI d> | |
| 1081 | springfox- swagger-ui | |
| 1082 | </artifact Id> | |
| 1083 | ||
| 1084 | <version> | |
| 1085 | 2.7.0 | |
| 1086 | </version> | |
| 1087 | ||
| 1088 | </dependen cy> | |
| 1089 | ||
| 1090 | </dependen cies> | |
| 1091 | ||
| 1092 | ||
| 1093 | <repositor ies> | |
| 1094 | ||
| 1095 | <!--Activi ti is not available in maven c entral, th us has to add depend ency --> | |
| 1096 | ||
| 1097 | <repositor y> | |
| 1098 | ||
| 1099 | <id> | |
| 1100 | Activiti | |
| 1101 | </id> | |
| 1102 | ||
| 1103 | <url> | |
| 1104 | https://ma ven.alfres co.com/nex us/content /groups/pu blic | |
| 1105 | </url> | |
| 1106 | ||
| 1107 | </reposito ry> | |
| 1108 | ||
| 1109 | <repositor y> | |
| 1110 | ||
| 1111 | <id> | |
| 1112 | Maven Cent ral | |
| 1113 | </id> | |
| 1114 | ||
| 1115 | <url> | |
| 1116 | http://rep o.maven.ap ache.org/m aven2/ | |
| 1117 | </url> | |
| 1118 | ||
| 1119 | </reposito ry> | |
| 1120 | ||
| 1121 | </reposito ries> | |
| 1122 | ||
| 1123 | ||
| 1124 | <build> | |
| 1125 | ||
| 1126 | <!-- To de fine the p lugin vers ion in you r parent P OM --> | |
| 1127 | ||
| 1128 | <pluginMan agement> | |
| 1129 | ||
| 1130 | <plugins> | |
| 1131 | ||
| 1132 | <plugin> | |
| 1133 | ||
| 1134 | <groupId> | |
| 1135 | org.apache .maven.plu gins | |
| 1136 | </groupId> | |
| 1137 | ||
| 1138 | <artifactI d> | |
| 1139 | maven-comp iler-plugi n | |
| 1140 | </artifact Id> | |
| 1141 | ||
| 1142 | <version> | |
| 1143 | 3.6.1 | |
| 1144 | </version> | |
| 1145 | ||
| 1146 | </plugin> | |
| 1147 | ||
| 1148 | <plugin> | |
| 1149 | ||
| 1150 | <groupId> | |
| 1151 | org.apache .maven.plu gins | |
| 1152 | </groupId> | |
| 1153 | ||
| 1154 | <artifactI d> | |
| 1155 | maven-war- plugin | |
| 1156 | </artifact Id> | |
| 1157 | ||
| 1158 | <version> | |
| 1159 | 3.1.0 | |
| 1160 | </version> | |
| 1161 | ||
| 1162 | </plugin> | |
| 1163 | ||
| 1164 | <plugin> | |
| 1165 | ||
| 1166 | <groupId> | |
| 1167 | org.wildfl y.plugins | |
| 1168 | </groupId> | |
| 1169 | ||
| 1170 | <artifactI d> | |
| 1171 | wildfly-ma ven-plugin | |
| 1172 | </artifact Id> | |
| 1173 | ||
| 1174 | <version> | |
| 1175 | 1.2.0.Alph a4 | |
| 1176 | </version> | |
| 1177 | ||
| 1178 | </plugin> | |
| 1179 | ||
| 1180 | <plugin> | |
| 1181 | ||
| 1182 | <groupId> | |
| 1183 | org.apache .maven.plu gins | |
| 1184 | </groupId> | |
| 1185 | ||
| 1186 | <artifactI d> | |
| 1187 | maven-rele ase-plugin | |
| 1188 | </artifact Id> | |
| 1189 | ||
| 1190 | <version> | |
| 1191 | 2.5.3 | |
| 1192 | </version> | |
| 1193 | ||
| 1194 | </plugin> | |
| 1195 | ||
| 1196 | <plugin> | |
| 1197 | ||
| 1198 | <groupId> | |
| 1199 | org.apache .maven.plu gins | |
| 1200 | </groupId> | |
| 1201 | ||
| 1202 | <artifactI d> | |
| 1203 | maven-java doc-plugin | |
| 1204 | </artifact Id> | |
| 1205 | ||
| 1206 | <version> | |
| 1207 | 2.10.4 | |
| 1208 | </version> | |
| 1209 | ||
| 1210 | </plugin> | |
| 1211 | ||
| 1212 | </plugins> | |
| 1213 | ||
| 1214 | </pluginMa nagement> | |
| 1215 | ||
| 1216 | ||
| 1217 | <sourceDir ectory> | |
| 1218 | src/main/j ava | |
| 1219 | </sourceDi rectory> | |
| 1220 | ||
| 1221 | <finalName > | |
| 1222 | Genisis2Se rvices | |
| 1223 | </finalNam e> | |
| 1224 | ||
| 1225 | <resources > | |
| 1226 | ||
| 1227 | <resource> | |
| 1228 | ||
| 1229 | <directory > | |
| 1230 | src/main/r esources | |
| 1231 | </director y> | |
| 1232 | ||
| 1233 | <includes> | |
| 1234 | ||
| 1235 | <include> | |
| 1236 | **/* | |
| 1237 | </include> | |
| 1238 | ||
| 1239 | </includes > | |
| 1240 | ||
| 1241 | </resource > | |
| 1242 | ||
| 1243 | </resource s> | |
| 1244 | ||
| 1245 | ||
| 1246 | <plugins> | |
| 1247 | ||
| 1248 | <!-- Maven Compiler Plugin --> | |
| 1249 | ||
| 1250 | <plugin> | |
| 1251 | ||
| 1252 | <groupId> | |
| 1253 | org.apache .maven.plu gins | |
| 1254 | </groupId> | |
| 1255 | ||
| 1256 | <artifactI d> | |
| 1257 | maven-comp iler-plugi n | |
| 1258 | </artifact Id> | |
| 1259 | ||
| 1260 | <configura tion> | |
| 1261 | ||
| 1262 | <source> | |
| 1263 | 1.8 | |
| 1264 | </source> | |
| 1265 | ||
| 1266 | <target> | |
| 1267 | 1.8 | |
| 1268 | </target> | |
| 1269 | ||
| 1270 | </configur ation> | |
| 1271 | ||
| 1272 | </plugin> | |
| 1273 | ||
| 1274 | <plugin> | |
| 1275 | ||
| 1276 | <groupId> | |
| 1277 | org.apache .maven.plu gins | |
| 1278 | </groupId> | |
| 1279 | ||
| 1280 | <artifactI d> | |
| 1281 | maven-war- plugin | |
| 1282 | </artifact Id> | |
| 1283 | ||
| 1284 | <configura tion> | |
| 1285 | ||
| 1286 | <warName> | |
| 1287 | ${warName} | |
| 1288 | </warName> | |
| 1289 | ||
| 1290 | </configur ation> | |
| 1291 | ||
| 1292 | </plugin> | |
| 1293 | ||
| 1294 | <plugin> | |
| 1295 | ||
| 1296 | <groupId> | |
| 1297 | org.wildfl y.plugins | |
| 1298 | </groupId> | |
| 1299 | ||
| 1300 | <artifactI d> | |
| 1301 | wildfly-ma ven-plugin | |
| 1302 | </artifact Id> | |
| 1303 | ||
| 1304 | <configura tion> | |
| 1305 | ||
| 1306 | <hostname> | |
| 1307 | ${wildfly. hostname} | |
| 1308 | </hostname > | |
| 1309 | ||
| 1310 | <port> | |
| 1311 | ${wildfly. port} | |
| 1312 | </port> | |
| 1313 | ||
| 1314 | <jbossHome > | |
| 1315 | ${wildfly. home} | |
| 1316 | </jbossHom e> | |
| 1317 | ||
| 1318 | <username> | |
| 1319 | ${wildfly. management Realm.user Name} | |
| 1320 | </username > | |
| 1321 | ||
| 1322 | <password> | |
| 1323 | ${wildfly. management Realm.pass word} | |
| 1324 | </password > | |
| 1325 | ||
| 1326 | <filename> | |
| 1327 | ${warName} .war | |
| 1328 | </filename > | |
| 1329 | ||
| 1330 | </configur ation> | |
| 1331 | ||
| 1332 | <execution s> | |
| 1333 | ||
| 1334 | <!-- Undep loy the ap plication on clean - -> | |
| 1335 | ||
| 1336 | <execution > | |
| 1337 | ||
| 1338 | <id> | |
| 1339 | undeploy | |
| 1340 | </id> | |
| 1341 | ||
| 1342 | <!-- <phas e>clean</p hase> --> | |
| 1343 | ||
| 1344 | <goals> | |
| 1345 | ||
| 1346 | <goal> | |
| 1347 | undeploy | |
| 1348 | </goal> | |
| 1349 | ||
| 1350 | </goals> | |
| 1351 | ||
| 1352 | <configura tion> | |
| 1353 | ||
| 1354 | <ignoreMis singDeploy ment> | |
| 1355 | true | |
| 1356 | </ignoreMi ssingDeplo yment> | |
| 1357 | ||
| 1358 | </configur ation> | |
| 1359 | ||
| 1360 | </executio n> | |
| 1361 | ||
| 1362 | <!-- Deplo y the appl ication on install - -> | |
| 1363 | ||
| 1364 | <execution > | |
| 1365 | ||
| 1366 | <id> | |
| 1367 | deploy | |
| 1368 | </id> | |
| 1369 | ||
| 1370 | <!-- <phas e>install< /phase> -- > | |
| 1371 | ||
| 1372 | <goals> | |
| 1373 | ||
| 1374 | <goal> | |
| 1375 | deploy | |
| 1376 | </goal> | |
| 1377 | ||
| 1378 | </goals> | |
| 1379 | ||
| 1380 | </executio n> | |
| 1381 | ||
| 1382 | </executio ns> | |
| 1383 | ||
| 1384 | </plugin> | |
| 1385 | ||
| 1386 | <!-- javad ocs plugin --> | |
| 1387 | ||
| 1388 | <plugin> | |
| 1389 | ||
| 1390 | <groupId> | |
| 1391 | org.apache .maven.plu gins | |
| 1392 | </groupId> | |
| 1393 | ||
| 1394 | <artifactI d> | |
| 1395 | maven-java doc-plugin | |
| 1396 | </artifact Id> | |
| 1397 | ||
| 1398 | <execution s> | |
| 1399 | ||
| 1400 | <execution > | |
| 1401 | ||
| 1402 | <id> | |
| 1403 | attach-jav adocs | |
| 1404 | </id> | |
| 1405 | ||
| 1406 | <goals> | |
| 1407 | ||
| 1408 | <goal> | |
| 1409 | jar | |
| 1410 | </goal> | |
| 1411 | ||
| 1412 | </goals> | |
| 1413 | ||
| 1414 | </executio n> | |
| 1415 | ||
| 1416 | </executio ns> | |
| 1417 | ||
| 1418 | </plugin> | |
| 1419 | ||
| 1420 | <!-- Git r epo commit fix start --> | |
| 1421 | ||
| 1422 | <plugin> | |
| 1423 | ||
| 1424 | <groupId> | |
| 1425 | org.apache .maven.plu gins | |
| 1426 | </groupId> | |
| 1427 | ||
| 1428 | <artifactI d> | |
| 1429 | maven-rele ase-plugin | |
| 1430 | </artifact Id> | |
| 1431 | ||
| 1432 | <configura tion> | |
| 1433 | ||
| 1434 | <checkModi ficationEx cludes> | |
| 1435 | ||
| 1436 | <checkModi ficationEx clude> | |
| 1437 | .gitignore | |
| 1438 | </checkMod ificationE xclude> | |
| 1439 | ||
| 1440 | </checkMod ificationE xcludes> | |
| 1441 | ||
| 1442 | </configur ation> | |
| 1443 | ||
| 1444 | <dependenc ies> | |
| 1445 | ||
| 1446 | <dependenc y> | |
| 1447 | ||
| 1448 | <groupId> | |
| 1449 | org.apache .maven.scm | |
| 1450 | </groupId> | |
| 1451 | ||
| 1452 | <artifactI d> | |
| 1453 | maven-scm- provider-g itexe | |
| 1454 | </artifact Id> | |
| 1455 | ||
| 1456 | <version> | |
| 1457 | 1.8.1 | |
| 1458 | </version> | |
| 1459 | ||
| 1460 | </dependen cy> | |
| 1461 | ||
| 1462 | </dependen cies> | |
| 1463 | ||
| 1464 | </plugin> | |
| 1465 | ||
| 1466 | <!-- Git r epo commit fix end - -> | |
| 1467 | ||
| 1468 | </plugins> | |
| 1469 | ||
| 1470 | </build> | |
| 1471 | ||
| 1472 | ||
| 1473 | <distribut ionManagem ent> | |
| 1474 | ||
| 1475 | <!-- Publi sh the ver sioned rel eases here --> | |
| 1476 | ||
| 1477 | <repositor y> | |
| 1478 | ||
| 1479 | <id> | |
| 1480 | nexus | |
| 1481 | </id> | |
| 1482 | ||
| 1483 | <name> | |
| 1484 | nexus | |
| 1485 | </name> | |
| 1486 | ||
| 1487 | <url> | |
| 1488 | http:// IP /nexus/con tent/repos itories/re leases | |
| 1489 | </url> | |
| 1490 | ||
| 1491 | </reposito ry> | |
| 1492 | ||
| 1493 | ||
| 1494 | <!-- Publi sh the sna pshot rele ases here --> | |
| 1495 | ||
| 1496 | <snapshotR epository> | |
| 1497 | ||
| 1498 | <id> | |
| 1499 | nexus | |
| 1500 | </id> | |
| 1501 | ||
| 1502 | <name> | |
| 1503 | nexus | |
| 1504 | </name> | |
| 1505 | ||
| 1506 | <url> | |
| 1507 | http:// IP /nexus/con tent/repos itories/sn apshots | |
| 1508 | </url> | |
| 1509 | ||
| 1510 | </snapshot Repository > | |
| 1511 | ||
| 1512 | </distribu tionManage ment> | |
| 1513 | ||
| 1514 | </project> |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.