Produced by Araxis Merge on 2/9/2017 12:58:03 PM Eastern Standard 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 | Genisis2Services-2.0.zip\Genisis2Services-master | pom.xml | Fri Jan 27 23:02:14 2017 UTC |
| 2 | Genisis2Services-2.0.zip\Genisis2Services-master | pom.xml | Wed Feb 8 16:22:27 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 3 | 2176 |
| 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 | 0.0.3-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 | <springmvc > | |
| 39 | 4.3.2.RELE ASE | |
| 40 | </springmv c> | |
| 41 | ||
| 42 | <jackson.v ersion> | |
| 43 | 1.1.1 | |
| 44 | </jackson. version> | |
| 45 | ||
| 46 | <maven.com piler.targ et> | |
| 47 | 1.8 | |
| 48 | </maven.co mpiler.tar get> | |
| 49 | ||
| 50 | <maven.com piler.sour ce> | |
| 51 | 1.8 | |
| 52 | </maven.co mpiler.sou rce> | |
| 53 | ||
| 54 | <hibernate .version> | |
| 55 | 5.2.5.Fina l | |
| 56 | </hibernat e.version> | |
| 57 | ||
| 58 | <warName> | |
| 59 | ${project. artifactId } | |
| 60 | </warName> | |
| 61 | ||
| 62 | </properti es> | |
| 63 | ||
| 64 | ||
| 65 | <!-- SCM connection propertie s for mvn release pl ugin --> | |
| 66 | ||
| 67 | <scm> | |
| 68 | ||
| 69 | <connectio n> | |
| 70 | scm:git:gi t://github .boozallen csn.com/HE ALTH-ACCT- GROUP/Geni sis2Servic es.git | |
| 71 | </connecti on> | |
| 72 | ||
| 73 | <developer Connection > | |
| 74 | scm:git:gi t@github.b oozallencs n.com:HEAL TH-ACCT-GR OUP/Genisi s2Services .git | |
| 75 | </develope rConnectio n> | |
| 76 | ||
| 77 | <url> | |
| 78 | https://gi thub.booza llencsn.co m/HEALTH-A CCT-GROUP/ Genisis2Se rvices | |
| 79 | </url> | |
| 80 | ||
| 81 | <tag> | |
| 82 | HEAD | |
| 83 | </tag> | |
| 84 | ||
| 85 | </scm> | |
| 86 | ||
| 87 | ||
| 88 | <dependenc ies> | |
| 89 | ||
| 90 | <!-- Servl et Libs -- > | |
| 91 | ||
| 92 | <dependenc y> | |
| 93 | ||
| 94 | <groupId> | |
| 95 | javax.serv let | |
| 96 | </groupId> | |
| 97 | ||
| 98 | <artifactI d> | |
| 99 | javax.serv let-api | |
| 100 | </artifact Id> | |
| 101 | ||
| 102 | <version> | |
| 103 | 3.1.0 | |
| 104 | </version> | |
| 105 | ||
| 106 | </dependen cy> | |
| 107 | ||
| 108 | ||
| 109 | ||
| 110 | <!-- junit Libs --> | |
| 111 | ||
| 112 | <dependenc y> | |
| 113 | ||
| 114 | <groupId> | |
| 115 | junit | |
| 116 | </groupId> | |
| 117 | ||
| 118 | <artifactI d> | |
| 119 | junit | |
| 120 | </artifact Id> | |
| 121 | ||
| 122 | <version> | |
| 123 | 3.8.1 | |
| 124 | </version> | |
| 125 | ||
| 126 | <scope> | |
| 127 | test | |
| 128 | </scope> | |
| 129 | ||
| 130 | </dependen cy> | |
| 131 | ||
| 132 | ||
| 133 | <!--Log4 - -> | |
| 134 | ||
| 135 | <dependenc y> | |
| 136 | ||
| 137 | <groupId> | |
| 138 | log4j | |
| 139 | </groupId> | |
| 140 | ||
| 141 | <artifactI d> | |
| 142 | log4j | |
| 143 | </artifact Id> | |
| 144 | ||
| 145 | <version> | |
| 146 | 1.2.15 | |
| 147 | </version> | |
| 148 | ||
| 149 | <exclusion s> | |
| 150 | ||
| 151 | <exclusion > | |
| 152 | ||
| 153 | <groupId> | |
| 154 | com.sun.jm x | |
| 155 | </groupId> | |
| 156 | ||
| 157 | <artifactI d> | |
| 158 | jmxri | |
| 159 | </artifact Id> | |
| 160 | ||
| 161 | </exclusio n> | |
| 162 | ||
| 163 | <exclusion > | |
| 164 | ||
| 165 | <groupId> | |
| 166 | com.sun.jd mk | |
| 167 | </groupId> | |
| 168 | ||
| 169 | <artifactI d> | |
| 170 | jmxtools | |
| 171 | </artifact Id> | |
| 172 | ||
| 173 | </exclusio n> | |
| 174 | ||
| 175 | <exclusion > | |
| 176 | ||
| 177 | <groupId> | |
| 178 | javax.jms | |
| 179 | </groupId> | |
| 180 | ||
| 181 | <artifactI d> | |
| 182 | jms | |
| 183 | </artifact Id> | |
| 184 | ||
| 185 | </exclusio n> | |
| 186 | ||
| 187 | </exclusio ns> | |
| 188 | ||
| 189 | </dependen cy> | |
| 190 | ||
| 191 | ||
| 192 | ||
| 193 | <!-- MS SQ L Server J DS Driver --> | |
| 194 | ||
| 195 | <dependenc y> | |
| 196 | ||
| 197 | <groupId> | |
| 198 | net.source forge.jtds | |
| 199 | </groupId> | |
| 200 | ||
| 201 | <artifactI d> | |
| 202 | jtds | |
| 203 | </artifact Id> | |
| 204 | ||
| 205 | <version> | |
| 206 | 1.3.1 | |
| 207 | </version> | |
| 208 | ||
| 209 | </dependen cy> | |
| 210 | ||
| 211 | ||
| 212 | ||
| 213 | ||
| 214 | ||
| 215 | <!--LDAP L ibs --> | |
| 216 | ||
| 217 | ||
| 218 | <dependenc y> | |
| 219 | ||
| 220 | <groupId> | |
| 221 | org.spring framework. ldap | |
| 222 | </groupId> | |
| 223 | ||
| 224 | <artifactI d> | |
| 225 | spring-lda p | |
| 226 | </artifact Id> | |
| 227 | ||
| 228 | <version> | |
| 229 | 1.2 | |
| 230 | </version> | |
| 231 | ||
| 232 | </dependen cy> | |
| 233 | ||
| 234 | <dependenc y> | |
| 235 | ||
| 236 | <groupId> | |
| 237 | org.spring framework. ldap | |
| 238 | </groupId> | |
| 239 | ||
| 240 | <artifactI d> | |
| 241 | spring-lda p-core | |
| 242 | </artifact Id> | |
| 243 | ||
| 244 | <version> | |
| 245 | 2.1.0.RELE ASE | |
| 246 | </version> | |
| 247 | ||
| 248 | </dependen cy> | |
| 249 | ||
| 250 | <dependenc y> | |
| 251 | ||
| 252 | <groupId> | |
| 253 | org.apache .directory .api | |
| 254 | </groupId> | |
| 255 | ||
| 256 | <artifactI d> | |
| 257 | api-ldap-c lient-all | |
| 258 | </artifact Id> | |
| 259 | ||
| 260 | <version> | |
| 261 | 1.0.0-M15 | |
| 262 | </version> | |
| 263 | ||
| 264 | </dependen cy> | |
| 265 | ||
| 266 | <dependenc y> | |
| 267 | ||
| 268 | <groupId> | |
| 269 | org.apache .directory .shared | |
| 270 | </groupId> | |
| 271 | ||
| 272 | <artifactI d> | |
| 273 | shared-lda p-model | |
| 274 | </artifact Id> | |
| 275 | ||
| 276 | <version> | |
| 277 | 1.0.0-M12 | |
| 278 | </version> | |
| 279 | ||
| 280 | </dependen cy> | |
| 281 | ||
| 282 | <dependenc y> | |
| 283 | ||
| 284 | <groupId> | |
| 285 | com.sun | |
| 286 | </groupId> | |
| 287 | ||
| 288 | <artifactI d> | |
| 289 | ldapbp | |
| 290 | </artifact Id> | |
| 291 | ||
| 292 | <version> | |
| 293 | 1.0 | |
| 294 | </version> | |
| 295 | ||
| 296 | </dependen cy> | |
| 297 | ||
| 298 | ||
| 299 | <!-- Sprin g 4 Libs - -> | |
| 300 | ||
| 301 | ||
| 302 | <dependenc y> | |
| 303 | ||
| 304 | <groupId> | |
| 305 | org.spring framework | |
| 306 | </groupId> | |
| 307 | ||
| 308 | <artifactI d> | |
| 309 | spring-bea ns | |
| 310 | </artifact Id> | |
| 311 | ||
| 312 | <version> | |
| 313 | ${springmv c} | |
| 314 | </version> | |
| 315 | ||
| 316 | </dependen cy> | |
| 317 | ||
| 318 | <dependenc y> | |
| 319 | ||
| 320 | <groupId> | |
| 321 | org.spring framework | |
| 322 | </groupId> | |
| 323 | ||
| 324 | <artifactI d> | |
| 325 | spring-orm | |
| 326 | </artifact Id> | |
| 327 | ||
| 328 | <version> | |
| 329 | ${springmv c} | |
| 330 | </version> | |
| 331 | ||
| 332 | </dependen cy> | |
| 333 | ||
| 334 | <dependenc y> | |
| 335 | ||
| 336 | <groupId> | |
| 337 | org.spring framework | |
| 338 | </groupId> | |
| 339 | ||
| 340 | <artifactI d> | |
| 341 | spring-cor e | |
| 342 | </artifact Id> | |
| 343 | ||
| 344 | <version> | |
| 345 | ${springmv c} | |
| 346 | </version> | |
| 347 | ||
| 348 | </dependen cy> | |
| 349 | ||
| 350 | <dependenc y> | |
| 351 | ||
| 352 | <groupId> | |
| 353 | org.spring framework | |
| 354 | </groupId> | |
| 355 | ||
| 356 | <artifactI d> | |
| 357 | spring-con text | |
| 358 | </artifact Id> | |
| 359 | ||
| 360 | <version> | |
| 361 | ${springmv c} | |
| 362 | </version> | |
| 363 | ||
| 364 | </dependen cy> | |
| 365 | ||
| 366 | <dependenc y> | |
| 367 | ||
| 368 | <groupId> | |
| 369 | org.spring framework | |
| 370 | </groupId> | |
| 371 | ||
| 372 | <artifactI d> | |
| 373 | spring-web | |
| 374 | </artifact Id> | |
| 375 | ||
| 376 | <version> | |
| 377 | ${springmv c} | |
| 378 | </version> | |
| 379 | ||
| 380 | </dependen cy> | |
| 381 | ||
| 382 | ||
| 383 | <dependenc y> | |
| 384 | ||
| 385 | <groupId> | |
| 386 | org.spring framework | |
| 387 | </groupId> | |
| 388 | ||
| 389 | <artifactI d> | |
| 390 | spring-web mvc | |
| 391 | </artifact Id> | |
| 392 | ||
| 393 | <version> | |
| 394 | ${springmv c} | |
| 395 | </version> | |
| 396 | ||
| 397 | </dependen cy> | |
| 398 | ||
| 399 | <dependenc y> | |
| 400 | ||
| 401 | <groupId> | |
| 402 | com.allenr u | |
| 403 | </groupId> | |
| 404 | ||
| 405 | <artifactI d> | |
| 406 | cross-orig in | |
| 407 | </artifact Id> | |
| 408 | ||
| 409 | <version> | |
| 410 | 1.0.1 | |
| 411 | </version> | |
| 412 | ||
| 413 | </dependen cy> | |
| 414 | ||
| 415 | ||
| 416 | ||
| 417 | <dependenc y> | |
| 418 | ||
| 419 | <groupId> | |
| 420 | commons-co dec | |
| 421 | </groupId> | |
| 422 | ||
| 423 | <artifactI d> | |
| 424 | commons-co dec | |
| 425 | </artifact Id> | |
| 426 | ||
| 427 | <version> | |
| 428 | 1.10 | |
| 429 | </version> | |
| 430 | ||
| 431 | </dependen cy> | |
| 432 | ||
| 433 | ||
| 434 | <dependenc y> | |
| 435 | ||
| 436 | <groupId> | |
| 437 | commons-lo gging | |
| 438 | </groupId> | |
| 439 | ||
| 440 | <artifactI d> | |
| 441 | commons-lo gging | |
| 442 | </artifact Id> | |
| 443 | ||
| 444 | <version> | |
| 445 | 1.2 | |
| 446 | </version> | |
| 447 | ||
| 448 | </dependen cy> | |
| 449 | ||
| 450 | ||
| 451 | ||
| 452 | <dependenc y> | |
| 453 | ||
| 454 | <groupId> | |
| 455 | net.sf.jop t-simple | |
| 456 | </groupId> | |
| 457 | ||
| 458 | <artifactI d> | |
| 459 | jopt-simpl e | |
| 460 | </artifact Id> | |
| 461 | ||
| 462 | <version> | |
| 463 | 5.0.2 | |
| 464 | </version> | |
| 465 | ||
| 466 | </dependen cy> | |
| 467 | ||
| 468 | ||
| 469 | ||
| 470 | <dependenc y> | |
| 471 | ||
| 472 | <groupId> | |
| 473 | org.aspect j | |
| 474 | </groupId> | |
| 475 | ||
| 476 | <artifactI d> | |
| 477 | aspectjwea ver | |
| 478 | </artifact Id> | |
| 479 | ||
| 480 | <version> | |
| 481 | 1.8.9 | |
| 482 | </version> | |
| 483 | ||
| 484 | </dependen cy> | |
| 485 | ||
| 486 | ||
| 487 | ||
| 488 | ||
| 489 | <dependenc y> | |
| 490 | ||
| 491 | <groupId> | |
| 492 | org.eclips e.persiste nce | |
| 493 | </groupId> | |
| 494 | ||
| 495 | <artifactI d> | |
| 496 | javax.pers istence | |
| 497 | </artifact Id> | |
| 498 | ||
| 499 | <version> | |
| 500 | 2.0.5 | |
| 501 | </version> | |
| 502 | ||
| 503 | </dependen cy> | |
| 504 | ||
| 505 | ||
| 506 | <dependenc y> | |
| 507 | ||
| 508 | <groupId> | |
| 509 | org.spring framework | |
| 510 | </groupId> | |
| 511 | ||
| 512 | <artifactI d> | |
| 513 | spring-jdb c | |
| 514 | </artifact Id> | |
| 515 | ||
| 516 | <version> | |
| 517 | 4.1.4.RELE ASE | |
| 518 | </version> | |
| 519 | ||
| 520 | </dependen cy> | |
| 521 | ||
| 522 | ||
| 523 | <dependenc y> | |
| 524 | ||
| 525 | <groupId> | |
| 526 | org.spring framework | |
| 527 | </groupId> | |
| 528 | ||
| 529 | <artifactI d> | |
| 530 | spring-tx | |
| 531 | </artifact Id> | |
| 532 | ||
| 533 | <version> | |
| 534 | 4.1.4.RELE ASE | |
| 535 | </version> | |
| 536 | ||
| 537 | </dependen cy> | |
| 538 | ||
| 539 | ||
| 540 | ||
| 541 | <dependenc y> | |
| 542 | ||
| 543 | <groupId> | |
| 544 | org.spring framework | |
| 545 | </groupId> | |
| 546 | ||
| 547 | <artifactI d> | |
| 548 | spring-exp ression | |
| 549 | </artifact Id> | |
| 550 | ||
| 551 | <version> | |
| 552 | 4.3.2.RELE ASE | |
| 553 | </version> | |
| 554 | ||
| 555 | </dependen cy> | |
| 556 | ||
| 557 | ||
| 558 | <!-- hiber nate 5 --> | |
| 559 | ||
| 560 | ||
| 561 | <dependenc y> | |
| 562 | ||
| 563 | <groupId> | |
| 564 | org.hibern ate | |
| 565 | </groupId> | |
| 566 | ||
| 567 | <artifactI d> | |
| 568 | hibernate- core | |
| 569 | </artifact Id> | |
| 570 | ||
| 571 | <exclusion s> | |
| 572 | ||
| 573 | <exclusion > | |
| 574 | ||
| 575 | <groupId> | |
| 576 | org.jboss. logging | |
| 577 | </groupId> | |
| 578 | ||
| 579 | <artifactI d> | |
| 580 | jboss-logg ing | |
| 581 | </artifact Id> | |
| 582 | ||
| 583 | </exclusio n> | |
| 584 | ||
| 585 | </exclusio ns> | |
| 586 | ||
| 587 | <version> | |
| 588 | 5.2.5.Fina l | |
| 589 | </version> | |
| 590 | ||
| 591 | </dependen cy> | |
| 592 | ||
| 593 | ||
| 594 | <dependenc y> | |
| 595 | ||
| 596 | <groupId> | |
| 597 | antlr | |
| 598 | </groupId> | |
| 599 | ||
| 600 | <artifactI d> | |
| 601 | antlr | |
| 602 | </artifact Id> | |
| 603 | ||
| 604 | <version> | |
| 605 | 2.7.7 | |
| 606 | </version> | |
| 607 | ||
| 608 | </dependen cy> | |
| 609 | ||
| 610 | <dependenc y> | |
| 611 | ||
| 612 | <groupId> | |
| 613 | com.faster xml | |
| 614 | </groupId> | |
| 615 | ||
| 616 | <artifactI d> | |
| 617 | classmate | |
| 618 | </artifact Id> | |
| 619 | ||
| 620 | <version> | |
| 621 | 1.3.0 | |
| 622 | </version> | |
| 623 | ||
| 624 | </dependen cy> | |
| 625 | ||
| 626 | <dependenc y> | |
| 627 | ||
| 628 | <groupId> | |
| 629 | dom4j | |
| 630 | </groupId> | |
| 631 | ||
| 632 | <artifactI d> | |
| 633 | dom4j | |
| 634 | </artifact Id> | |
| 635 | ||
| 636 | <version> | |
| 637 | 1.6.1 | |
| 638 | </version> | |
| 639 | ||
| 640 | </dependen cy> | |
| 641 | ||
| 642 | <dependenc y> | |
| 643 | ||
| 644 | <groupId> | |
| 645 | javax.ente rprise | |
| 646 | </groupId> | |
| 647 | ||
| 648 | <artifactI d> | |
| 649 | cdi-api | |
| 650 | </artifact Id> | |
| 651 | ||
| 652 | <version> | |
| 653 | 1.1 | |
| 654 | </version> | |
| 655 | ||
| 656 | </dependen cy> | |
| 657 | ||
| 658 | <dependenc y> | |
| 659 | ||
| 660 | <groupId> | |
| 661 | org.apache .geronimo. specs | |
| 662 | </groupId> | |
| 663 | ||
| 664 | <artifactI d> | |
| 665 | geronimo-j ta_1.1_spe c | |
| 666 | </artifact Id> | |
| 667 | ||
| 668 | <version> | |
| 669 | 1.1.1 | |
| 670 | </version> | |
| 671 | ||
| 672 | </dependen cy> | |
| 673 | ||
| 674 | <!-- <depe ndency> <g roupId>org .hibernate .common</g roupId> <a rtifactId> hibernate- commons-an notations< /artifactI d> | |
| 675 | <versi on>5.0.1.F inal</vers ion> </dep endency> - -> | |
| 676 | ||
| 677 | <dependenc y> | |
| 678 | ||
| 679 | <groupId> | |
| 680 | org.hibern ate.javax. persistenc e | |
| 681 | </groupId> | |
| 682 | ||
| 683 | <artifactI d> | |
| 684 | hibernate- jpa-2.1-ap i | |
| 685 | </artifact Id> | |
| 686 | ||
| 687 | <version> | |
| 688 | 1.0.0.Fina l | |
| 689 | </version> | |
| 690 | ||
| 691 | </dependen cy> | |
| 692 | ||
| 693 | ||
| 694 | <dependenc y> | |
| 695 | ||
| 696 | <groupId> | |
| 697 | org.jboss. logging | |
| 698 | </groupId> | |
| 699 | ||
| 700 | <artifactI d> | |
| 701 | jboss-logg ing | |
| 702 | </artifact Id> | |
| 703 | ||
| 704 | <version> | |
| 705 | 3.3.0.Fina l | |
| 706 | </version> | |
| 707 | ||
| 708 | </dependen cy> | |
| 709 | ||
| 710 | ||
| 711 | ||
| 712 | ||
| 713 | ||
| 714 | <!-- Jacks on --> | |
| 715 | ||
| 716 | <dependenc y> | |
| 717 | ||
| 718 | <groupId> | |
| 719 | org.codeha us.jackson | |
| 720 | </groupId> | |
| 721 | ||
| 722 | <artifactI d> | |
| 723 | jackson-ma pper-asl | |
| 724 | </artifact Id> | |
| 725 | ||
| 726 | <version> | |
| 727 | 1.9.13 | |
| 728 | </version> | |
| 729 | ||
| 730 | </dependen cy> | |
| 731 | ||
| 732 | <dependenc y> | |
| 733 | ||
| 734 | <groupId> | |
| 735 | com.faster xml.jackso n.core | |
| 736 | </groupId> | |
| 737 | ||
| 738 | <artifactI d> | |
| 739 | jackson-co re | |
| 740 | </artifact Id> | |
| 741 | ||
| 742 | <version> | |
| 743 | 2.5.0 | |
| 744 | </version> | |
| 745 | ||
| 746 | </dependen cy> | |
| 747 | ||
| 748 | ||
| 749 | ||
| 750 | <dependenc y> | |
| 751 | ||
| 752 | <groupId> | |
| 753 | com.faster xml.jackso n.core | |
| 754 | </groupId> | |
| 755 | ||
| 756 | <artifactI d> | |
| 757 | jackson-an notations | |
| 758 | </artifact Id> | |
| 759 | ||
| 760 | <version> | |
| 761 | 2.7.0 | |
| 762 | </version> | |
| 763 | ||
| 764 | </dependen cy> | |
| 765 | ||
| 766 | ||
| 767 | ||
| 768 | ||
| 769 | <dependenc y> | |
| 770 | ||
| 771 | <groupId> | |
| 772 | commons-be anutils | |
| 773 | </groupId> | |
| 774 | ||
| 775 | <artifactI d> | |
| 776 | commons-be anutils | |
| 777 | </artifact Id> | |
| 778 | ||
| 779 | <version> | |
| 780 | 1.8.3 | |
| 781 | </version> | |
| 782 | ||
| 783 | </dependen cy> | |
| 784 | ||
| 785 | ||
| 786 | ||
| 787 | <!-- JSON Libs are C ool for JS ON objects --> | |
| 788 | ||
| 789 | <dependenc y> | |
| 790 | ||
| 791 | <groupId> | |
| 792 | org.json | |
| 793 | </groupId> | |
| 794 | ||
| 795 | <artifactI d> | |
| 796 | json | |
| 797 | </artifact Id> | |
| 798 | ||
| 799 | <version> | |
| 800 | 20140107 | |
| 801 | </version> | |
| 802 | ||
| 803 | </dependen cy> | |
| 804 | ||
| 805 | ||
| 806 | ||
| 807 | ||
| 808 | ||
| 809 | <dependenc y> | |
| 810 | ||
| 811 | <groupId> | |
| 812 | joda-time | |
| 813 | </groupId> | |
| 814 | ||
| 815 | <artifactI d> | |
| 816 | joda-time | |
| 817 | </artifact Id> | |
| 818 | ||
| 819 | <version> | |
| 820 | 2.3 | |
| 821 | </version> | |
| 822 | ||
| 823 | </dependen cy> | |
| 824 | ||
| 825 | ||
| 826 | ||
| 827 | <dependenc y> | |
| 828 | ||
| 829 | <groupId> | |
| 830 | com.square up.okhttp3 | |
| 831 | </groupId> | |
| 832 | ||
| 833 | <artifactI d> | |
| 834 | okhttp | |
| 835 | </artifact Id> | |
| 836 | ||
| 837 | <version> | |
| 838 | 3.5.0 | |
| 839 | </version> | |
| 840 | ||
| 841 | </dependen cy> | |
| 842 | ||
| 843 | ||
| 844 | ||
| 845 | <dependenc y> | |
| 846 | ||
| 847 | <groupId> | |
| 848 | com.google code.json- simple | |
| 849 | </groupId> | |
| 850 | ||
| 851 | <artifactI d> | |
| 852 | json-simpl e | |
| 853 | </artifact Id> | |
| 854 | ||
| 855 | <version> | |
| 856 | 1.1 | |
| 857 | </version> | |
| 858 | ||
| 859 | </dependen cy> | |
| 860 | ||
| 861 | ||
| 862 | <dependenc y> | |
| 863 | ||
| 864 | <groupId> | |
| 865 | org.apache .httpcompo nents | |
| 866 | </groupId> | |
| 867 | ||
| 868 | <artifactI d> | |
| 869 | httpclient | |
| 870 | </artifact Id> | |
| 871 | ||
| 872 | <version> | |
| 873 | 4.5.2 | |
| 874 | </version> | |
| 875 | ||
| 876 | </dependen cy> | |
| 877 | ||
| 878 | ||
| 879 | ||
| 880 | ||
| 881 | <dependenc y> | |
| 882 | ||
| 883 | <groupId> | |
| 884 | commons-db cp | |
| 885 | </groupId> | |
| 886 | ||
| 887 | <artifactI d> | |
| 888 | commons-db cp | |
| 889 | </artifact Id> | |
| 890 | ||
| 891 | <version> | |
| 892 | 1.2.2 | |
| 893 | </version> | |
| 894 | ||
| 895 | </dependen cy> | |
| 896 | ||
| 897 | ||
| 898 | ||
| 899 | </dependen cies> | |
| 900 | ||
| 901 | ||
| 902 | <build> | |
| 903 | ||
| 904 | <sourceDir ectory> | |
| 905 | src/main/j ava | |
| 906 | </sourceDi rectory> | |
| 907 | ||
| 908 | <finalName > | |
| 909 | Genisis2Se rvices | |
| 910 | </finalNam e> | |
| 911 | ||
| 912 | <plugins> | |
| 913 | ||
| 914 | <!-- Git r epo commit fix start --> | |
| 915 | ||
| 916 | <plugin> | |
| 917 | ||
| 918 | <artifactI d> | |
| 919 | maven-rele ase-plugin | |
| 920 | </artifact Id> | |
| 921 | ||
| 922 | <version> | |
| 923 | 2.4.2 | |
| 924 | </version> | |
| 925 | ||
| 926 | <configura tion> | |
| 927 | ||
| 928 | <checkModi ficationEx cludes> | |
| 929 | ||
| 930 | <checkModi ficationEx clude> | |
| 931 | .gitignore | |
| 932 | </checkMod ificationE xclude> | |
| 933 | ||
| 934 | </checkMod ificationE xcludes> | |
| 935 | ||
| 936 | </configur ation> | |
| 937 | ||
| 938 | <dependenc ies> | |
| 939 | ||
| 940 | <dependenc y> | |
| 941 | ||
| 942 | <groupId> | |
| 943 | org.apache .maven.scm | |
| 944 | </groupId> | |
| 945 | ||
| 946 | <artifactI d> | |
| 947 | maven-scm- provider-g itexe | |
| 948 | </artifact Id> | |
| 949 | ||
| 950 | <version> | |
| 951 | 1.8.1 | |
| 952 | </version> | |
| 953 | ||
| 954 | </dependen cy> | |
| 955 | ||
| 956 | </dependen cies> | |
| 957 | ||
| 958 | </plugin> | |
| 959 | ||
| 960 | <!-- Git r epo commit fix end - -> | |
| 961 | ||
| 962 | <plugin> | |
| 963 | ||
| 964 | <groupId> | |
| 965 | org.apache .maven.plu gins | |
| 966 | </groupId> | |
| 967 | ||
| 968 | <artifactI d> | |
| 969 | maven-war- plugin | |
| 970 | </artifact Id> | |
| 971 | ||
| 972 | <configura tion> | |
| 973 | ||
| 974 | <warName> | |
| 975 | ${warName} | |
| 976 | </warName> | |
| 977 | ||
| 978 | </configur ation> | |
| 979 | ||
| 980 | </plugin> | |
| 981 | ||
| 982 | ||
| 983 | <plugin> | |
| 984 | ||
| 985 | <artifactI d> | |
| 986 | maven-comp iler-plugi n | |
| 987 | </artifact Id> | |
| 988 | ||
| 989 | <version> | |
| 990 | 2.3.2 | |
| 991 | </version> | |
| 992 | ||
| 993 | <configura tion> | |
| 994 | ||
| 995 | <source> | |
| 996 | 1.8 | |
| 997 | </source> | |
| 998 | ||
| 999 | <target> | |
| 1000 | 1.8 | |
| 1001 | </target> | |
| 1002 | ||
| 1003 | </configur ation> | |
| 1004 | ||
| 1005 | </plugin> | |
| 1006 | ||
| 1007 | </plugins> | |
| 1008 | ||
| 1009 | ||
| 1010 | <resources > | |
| 1011 | ||
| 1012 | <resource> | |
| 1013 | ||
| 1014 | <directory > | |
| 1015 | src/main/j ava | |
| 1016 | </director y> | |
| 1017 | ||
| 1018 | <includes> | |
| 1019 | ||
| 1020 | <include> | |
| 1021 | **/*.java | |
| 1022 | </include> | |
| 1023 | ||
| 1024 | </includes > | |
| 1025 | ||
| 1026 | </resource > | |
| 1027 | ||
| 1028 | <resource> | |
| 1029 | ||
| 1030 | <directory > | |
| 1031 | src/main/r esources | |
| 1032 | </director y> | |
| 1033 | ||
| 1034 | <includes> | |
| 1035 | ||
| 1036 | <include> | |
| 1037 | **/* | |
| 1038 | </include> | |
| 1039 | ||
| 1040 | </includes > | |
| 1041 | ||
| 1042 | </resource > | |
| 1043 | ||
| 1044 | </resource s> | |
| 1045 | ||
| 1046 | ||
| 1047 | </build> | |
| 1048 | ||
| 1049 | ||
| 1050 | <distribut ionManagem ent> | |
| 1051 | ||
| 1052 | <!-- Publi sh the ver sioned rel eases here --> | |
| 1053 | ||
| 1054 | <repositor y> | |
| 1055 | ||
| 1056 | <id> | |
| 1057 | nexus | |
| 1058 | </id> | |
| 1059 | ||
| 1060 | <name> | |
| 1061 | nexus | |
| 1062 | </name> | |
| 1063 | ||
| 1064 | <url> | |
| 1065 | http:// IP /nexus/con tent/repos itories/re leases | |
| 1066 | </url> | |
| 1067 | ||
| 1068 | </reposito ry> | |
| 1069 | ||
| 1070 | ||
| 1071 | <!-- Publi sh the sna pshot rele ases here --> | |
| 1072 | ||
| 1073 | <snapshotR epository> | |
| 1074 | ||
| 1075 | <id> | |
| 1076 | nexus | |
| 1077 | </id> | |
| 1078 | ||
| 1079 | <name> | |
| 1080 | nexus | |
| 1081 | </name> | |
| 1082 | ||
| 1083 | <url> | |
| 1084 | http:// IP /nexus/con tent/repos itories/sn apshots | |
| 1085 | </url> | |
| 1086 | ||
| 1087 | </snapshot Repository > | |
| 1088 | ||
| 1089 | </distribu tionManage ment> | |
| 1090 | </project> |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.