288. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 2/4/2019 11:34:05 AM 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.

288.1 Files compared

# Location File Last Modified
1 MHPRO_v1.x.zip\mhpro-resources-master@a26412b610c.zip pom.xml Tue Nov 14 19:31:17 2017 UTC
2 MHPRO_v1.x.zip\mhpro-resources-master@a26412b610c.zip pom.xml Mon Feb 4 15:06:50 2019 UTC

288.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 39 7200
Changed 38 76
Inserted 0 0
Removed 0 0

288.3 Comparison options

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

288.4 Active regular expressions

No regular expressions were active.

288.5 Comparison detail

  1   <?xml 
  2     version="1 .0" 
  3     encoding=" UTF-8"
  4   ?>
  5   <project 
  6     xmlns="htt p://maven. apache.org /POM/4.0.0
  7     xmlns:xsi= "http://ww w.w3.org/2 001/XMLSch ema-instan ce"
  8           
  9     xsi:schema Location=" http://mav en.apache. org/POM/4. 0.0 
  10                                                                   htt p://maven. apache.org /xsd/maven -4.0.0.xsd "
  11   >
  12             
  13     <modelVers ion>
  14      4.0.0
  15     </modelVer sion>
  16             
  17     <groupId>
  18      gov.va.mob ile.vamf.m hpro
  19     </groupId>
  20             
  21     <artifactI d>
  22      mhpro-ws-p arent
  23     </artifact Id>
  24             
  25     <version>
  26      1.0.0
  27     </version>
  28             
  29     <packaging >
  30      pom
  31     </packagin g>
  32             
  33     <name>
  34      MHPRO Pare nt Project
  35     </name>
  36             
  37     <descripti on>
  38      Parent pro ject for M HPRO proje ct.
  39     </descript ion>
  40             
  41     <organizat ion>
  42                       
  43      <name>
  44       Department  of Vetera ns Affairs
  45      </name>
  46                       
  47      <url>
  48       https:// DNS . URL /
  49      </url>
  50              
  51     </organiza tion>
  52    
  53             
  54     <prerequis ites>
  55                       
  56      <maven>
  57       3.2.1
  58      </maven>
  59              
  60     </prerequi sites>
  61    
  62             
  63     <modules>
  64                       
  65      <module>
  66       ws
  67      </module>
  68              
  69     </modules>
  70    
  71             
  72     <repositor ies>
  73                       
  74      <repositor y>
  75                                 
  76       <id>
  77        map2-nexus
  78       </id>
  79                                 
  80       <!-- <id>M AP2</id> - ->
  81                                 
  82       <url>
  83        https:// DNS . URL /content/r epositorie s/MAP2
  84       </url>
  85                        
  86      </reposito ry>
  87              
  88     </reposito ries>
  89    
  90             
  91     <build>
  92                       
  93      <finalName >
  94       mhproResou rces${buil dNameExten sion}
  95      </finalNam e>
  96                       
  97      <defaultGo al>
  98       install
  99      </defaultG oal>
  100                       
  101      <extension s>
  102                                 
  103       <extension >
  104                                           
  105        <groupId>
  106         org.apache .maven.wag on
  107        </groupId>
  108                                           
  109        <artifactI d>
  110         wagon-file
  111        </artifact Id>
  112                                           
  113        <version>
  114         2.4
  115        </version>
  116                                  
  117       </extensio n>
  118                                 
  119       <extension >
  120                                           
  121        <groupId>
  122         org.apache .maven.wag on
  123        </groupId>
  124                                           
  125        <artifactI d>
  126         wagon-webd av-jackrab bit
  127        </artifact Id>
  128                                           
  129        <version>
  130         2.4
  131        </version>
  132                                  
  133       </extensio n>
  134                        
  135      </extensio ns>
  136                       
  137      <pluginMan agement>
  138                                 
  139       <plugins>
  140                                           
  141        <!-- begin  core plug ins -->
  142                                           
  143        <plugin>
  144                                                    
  145         <artifactI d>
  146          maven-arch etype-plug in
  147         </artifact Id>
  148                                                    
  149         <version>
  150          2.2
  151         </version>
  152                                            
  153        </plugin>
  154                                           
  155        <plugin>
  156                                                    
  157         <artifactI d>
  158          maven-clea n-plugin
  159         </artifact Id>
  160                                                    
  161         <version>
  162          2.5
  163         </version>
  164                                            
  165        </plugin>
  166                                           
  167        <plugin>
  168                                                    
  169         <artifactI d>
  170          maven-comp iler-plugi n
  171         </artifact Id>
  172                                                    
  173         <version>
  174          3.1
  175         </version>
  176                                                    
  177         <configura tion>
  178                                                              
  179          <source>
  180           ${java.ver sion}
  181          </source>
  182                                                              
  183          <target>
  184           ${java.ver sion}
  185          </target>
  186                                                              
  187          <showDepre cation>
  188           true
  189          </showDepr ecation>
  190                                                              
  191          <showWarni ngs>
  192           true
  193          </showWarn ings>
  194                                                              
  195          <compilerA rgument>
  196           -Xlint:unc hecked,fal lthrough,f inally
  197          </compiler Argument>
  198                                                              
  199          <encoding>
  200           ${map2.enc oding}
  201          </encoding >
  202                                                     
  203         </configur ation>
  204                                            
  205        </plugin>
  206                                           
  207        <plugin>
  208                                                    
  209         <artifactI d>
  210          maven-depl oy-plugin
  211         </artifact Id>
  212                                                    
  213         <version>
  214          2.8.1
  215         </version>
  216                                            
  217        </plugin>
  218                                           
  219        <plugin>
  220                                                    
  221         <artifactI d>
  222          maven-inst all-plugin
  223         </artifact Id>
  224                                                    
  225         <version>
  226          2.5.1
  227         </version>
  228                                            
  229        </plugin>
  230                                           
  231        <plugin>
  232                                                    
  233         <artifactI d>
  234          maven-reso urces-plug in
  235         </artifact Id>
  236                                                    
  237         <version>
  238          2.6
  239         </version>
  240                                                    
  241         <configura tion>
  242                                                              
  243          <encoding>
  244           ${map2.enc oding}
  245          </encoding >
  246                                                     
  247         </configur ation>
  248                                            
  249        </plugin>
  250                                           
  251        <plugin>
  252                                                    
  253         <artifactI d>
  254          maven-site -plugin
  255         </artifact Id>
  256                                                    
  257         <version>
  258          3.3
  259         </version>
  260                                            
  261        </plugin>
  262                                           
  263        <plugin>
  264                                                    
  265         <artifactI d>
  266          maven-sure fire-plugi n
  267         </artifact Id>
  268                                                    
  269         <version>
  270          2.16
  271         </version>
  272                                            
  273        </plugin>
  274                                           
  275        <plugin>
  276                                                    
  277         <artifactI d>
  278          maven-veri fier-plugi n
  279         </artifact Id>
  280                                                    
  281         <version>
  282          1.0
  283         </version>
  284                                            
  285        </plugin>
  286                                           
  287        <!-- end c ore plugin s -->
  288                                           
  289        <!-- begin  packaging /types plu gins -->
  290                                           
  291        <plugin>
  292                                                    
  293         <artifactI d>
  294          maven-ear- plugin
  295         </artifact Id>
  296                                                    
  297         <version>
  298          2.9
  299         </version>
  300                                            
  301        </plugin>
  302                                           
  303        <plugin>
  304                                                    
  305         <artifactI d>
  306          maven-ejb- plugin
  307         </artifact Id>
  308                                                    
  309         <version>
  310          2.3
  311         </version>
  312                                            
  313        </plugin>
  314                                           
  315        <plugin>
  316                                                    
  317         <artifactI d>
  318          maven-jar- plugin
  319         </artifact Id>
  320                                                    
  321         <version>
  322          2.4
  323         </version>
  324                                                    
  325         <configura tion>
  326                                                              
  327          <archive>
  328                                                                        
  329           <index>
  330            true
  331           </index>
  332                                                               
  333          </archive>
  334                                                     
  335         </configur ation>
  336                                            
  337        </plugin>
  338                                           
  339        <plugin>
  340                                                    
  341         <artifactI d>
  342          maven-rar- plugin
  343         </artifact Id>
  344                                                    
  345         <version>
  346          2.3
  347         </version>
  348                                            
  349        </plugin>
  350                                           
  351        <plugin>
  352                                                    
  353         <artifactI d>
  354          maven-war- plugin
  355         </artifact Id>
  356                                                    
  357         <version>
  358          2.4
  359         </version>
  360                                            
  361        </plugin>
  362                                           
  363        <plugin>
  364                                                    
  365         <artifactI d>
  366          maven-shad e-plugin
  367         </artifact Id>
  368                                                    
  369         <version>
  370          2.2
  371         </version>
  372                                            
  373        </plugin>
  374                                           
  375        <!-- end p ackaging/t ypes plugi ns -->
  376                                           
  377        <!-- begin  reporting  plugins - ->
  378                                           
  379        <plugin>
  380                                                    
  381         <artifactI d>
  382          maven-chan gelog-plug in
  383         </artifact Id>
  384                                                    
  385         <version>
  386          2.2
  387         </version>
  388                                            
  389        </plugin>
  390                                           
  391        <plugin>
  392                                                    
  393         <artifactI d>
  394          maven-chan ges-plugin
  395         </artifact Id>
  396                                                    
  397         <version>
  398          2.9
  399         </version>
  400                                            
  401        </plugin>
  402                                           
  403        <plugin>
  404                                                    
  405         <artifactI d>
  406          maven-chec kstyle-plu gin
  407         </artifact Id>
  408                                                    
  409         <version>
  410          2.11
  411         </version>
  412                                                    
  413         <configura tion>
  414                                                              
  415          <consoleOu tput>
  416           true
  417          </consoleO utput>
  418                                                              
  419          <encoding>
  420           ${map2.enc oding}
  421          </encoding >
  422                                                     
  423         </configur ation>
  424                                            
  425        </plugin>
  426                                           
  427        <plugin>
  428                                                    
  429         <artifactI d>
  430          maven-java doc-plugin
  431         </artifact Id>
  432                                                    
  433         <version>
  434          2.9.1
  435         </version>
  436                                                    
  437         <configura tion>
  438                                                              
  439          <quiet>
  440           true
  441          </quiet>
  442                                                              
  443          <linksourc e>
  444           true
  445          </linksour ce>
  446                                                              
  447          <docencodi ng>
  448           ${map2.enc oding}
  449          </docencod ing>
  450                                                              
  451          <encoding>
  452           ${map2.enc oding}
  453          </encoding >
  454                                                     
  455         </configur ation>
  456                                            
  457        </plugin>
  458                                           
  459        <plugin>
  460                                                    
  461         <artifactI d>
  462          maven-jxr- plugin
  463         </artifact Id>
  464                                                    
  465         <version>
  466          2.3
  467         </version>
  468                                            
  469        </plugin>
  470                                           
  471        <plugin>
  472                                                    
  473         <artifactI d>
  474          maven-pmd- plugin
  475         </artifact Id>
  476                                                    
  477         <version>
  478          3.0.1
  479         </version>
  480                                                    
  481         <configura tion>
  482                                                              
  483          <encoding>
  484           ${map2.enc oding}
  485          </encoding >
  486                                                     
  487         </configur ation>
  488                                            
  489        </plugin>
  490                                           
  491        <plugin>
  492                                                    
  493         <artifactI d>
  494          maven-proj ect-info-r eports-plu gin
  495         </artifact Id>
  496                                                    
  497         <version>
  498          2.7
  499         </version>
  500                                            
  501        </plugin>
  502                                           
  503        <plugin>
  504                                                    
  505         <artifactI d>
  506          maven-sure fire-repor t-plugin
  507         </artifact Id>
  508                                                    
  509         <version>
  510          2.16
  511         </version>
  512                                            
  513        </plugin>
  514                                           
  515        <!-- end r eporting p lugins -->
  516                                           
  517        <!-- begin  tools plu gins -->
  518                                           
  519        <plugin>
  520                                                    
  521         <artifactI d>
  522          maven-antr un-plugin
  523         </artifact Id>
  524                                                    
  525         <version>
  526          1.7
  527         </version>
  528                                            
  529        </plugin>
  530                                           
  531        <plugin>
  532                                                    
  533         <artifactI d>
  534          maven-asse mbly-plugi n
  535         </artifact Id>
  536                                                    
  537         <version>
  538          2.4
  539         </version>
  540                                            
  541        </plugin>
  542                                           
  543        <plugin>
  544                                                    
  545         <artifactI d>
  546          maven-depe ndency-plu gin
  547         </artifact Id>
  548                                                    
  549         <version>
  550          2.8
  551         </version>
  552                                            
  553        </plugin>
  554                                           
  555        <plugin>
  556                                                    
  557         <artifactI d>
  558          maven-enfo rcer-plugi n
  559         </artifact Id>
  560                                                    
  561         <version>
  562          1.3.1
  563         </version>
  564                                            
  565        </plugin>
  566                                           
  567        <plugin>
  568                                                    
  569         <artifactI d>
  570          maven-help -plugin
  571         </artifact Id>
  572                                                    
  573         <version>
  574          2.2
  575         </version>
  576                                            
  577        </plugin>
  578                                           
  579        <plugin>
  580                                                    
  581         <artifactI d>
  582          maven-invo ker-plugin
  583         </artifact Id>
  584                                                    
  585         <version>
  586          1.8
  587         </version>
  588                                            
  589        </plugin>
  590                                           
  591        <plugin>
  592                                                    
  593         <artifactI d>
  594          maven-rele ase-plugin
  595         </artifact Id>
  596                                                    
  597         <version>
  598          2.4.2
  599         </version>
  600                                                    
  601         <configura tion>
  602                                                              
  603          <autoVersi onSubmodul es>
  604           true
  605          </autoVers ionSubmodu les>
  606                                                              
  607          <useReleas eProfile>
  608           false
  609          </useRelea seProfile>
  610                                                              
  611          <goals>
  612           source:jar  deploy
  613          </goals>
  614                                                              
  615          <arguments >
  616           -DupdateRe leaseInfo= true
  617          </argument s>
  618                                                              
  619          <updateBra nchVersion s>
  620           true
  621          </updateBr anchVersio ns>
  622                                                              
  623          <updateWor kingCopyVe rsions>
  624           false
  625          </updateWo rkingCopyV ersions>
  626                                                     
  627         </configur ation>
  628                                            
  629        </plugin>
  630                                           
  631        <plugin>
  632                                                    
  633         <artifactI d>
  634          maven-remo te-resourc es-plugin
  635         </artifact Id>
  636                                                    
  637         <version>
  638          1.5
  639         </version>
  640                                            
  641        </plugin>
  642                                           
  643        <plugin>
  644                                                    
  645         <artifactI d>
  646          maven-repo sitory-plu gin
  647         </artifact Id>
  648                                                    
  649         <version>
  650          2.3.1
  651         </version>
  652                                            
  653        </plugin>
  654                                           
  655        <plugin>
  656                                                    
  657         <artifactI d>
  658          maven-scm- plugin
  659         </artifact Id>
  660                                                    
  661         <version>
  662          1.8.1
  663         </version>
  664                                            
  665        </plugin>
  666                                           
  667        <plugin>
  668                                                    
  669         <artifactI d>
  670          maven-sour ce-plugin
  671         </artifact Id>
  672                                                    
  673         <version>
  674          2.2.1
  675         </version>
  676                                            
  677        </plugin>
  678                                           
  679        <!-- end t ools plugi ns -->
  680                                           
  681        <!-- begin  ide plugi ns -->
  682                                           
  683        <plugin>
  684                                                    
  685         <artifactI d>
  686          maven-ecli pse-plugin
  687         </artifact Id>
  688                                                    
  689         <version>
  690          2.9
  691         </version>
  692                                            
  693        </plugin>
  694                                           
  695        <!-- end i de plugins  -->
  696                                           
  697        <!-- begin  codehaus  plugins -- >
  698                                           
  699        <plugin>
  700                                                    
  701         <groupId>
  702          org.codeha us.mojo
  703         </groupId>
  704                                                    
  705         <artifactI d>
  706          build-help er-maven-p lugin
  707         </artifact Id>
  708                                                    
  709         <version>
  710          1.8
  711         </version>
  712                                            
  713        </plugin>
  714                                           
  715        <plugin>
  716                                                    
  717         <groupId>
  718          org.codeha us.mojo
  719         </groupId>
  720                                                    
  721         <artifactI d>
  722          jdepend-ma ven-plugin
  723         </artifact Id>
  724                                                    
  725         <version>
  726          2.0-beta-2
  727         </version>
  728                                            
  729        </plugin>
  730                                           
  731        <plugin>
  732                                                    
  733         <groupId>
  734          org.codeha us.mojo
  735         </groupId>
  736                                                    
  737         <artifactI d>
  738          taglist-ma ven-plugin
  739         </artifact Id>
  740                                                    
  741         <version>
  742          2.4
  743         </version>
  744                                                    
  745         <configura tion>
  746                                                              
  747          <encoding>
  748           ${map2.enc oding}
  749          </encoding >
  750                                                     
  751         </configur ation>
  752                                            
  753        </plugin>
  754                                           
  755        <plugin>
  756                                                    
  757         <groupId>
  758          org.codeha us.mojo
  759         </groupId>
  760                                                    
  761         <artifactI d>
  762          findbugs-m aven-plugi n
  763         </artifact Id>
  764                                                    
  765         <version>
  766          2.5.3
  767         </version>
  768                                            
  769        </plugin>
  770                                           
  771        <plugin>
  772                                                    
  773         <groupId>
  774          org.codeha us.mojo
  775         </groupId>
  776                                                    
  777         <artifactI d>
  778          versions-m aven-plugi n
  779         </artifact Id>
  780                                                    
  781         <version>
  782          2.1
  783         </version>
  784                                            
  785        </plugin>
  786                                           
  787        <plugin>
  788                                                    
  789         <groupId>
  790          org.codeha us.mojo
  791         </groupId>
  792                                                    
  793         <artifactI d>
  794          cobertura- maven-plug in
  795         </artifact Id>
  796                                                    
  797         <version>
  798          2.6
  799         </version>
  800                                            
  801        </plugin>
  802                                           
  803        <!-- end c odehaus pl ugins -->
  804                                  
  805       </plugins>
  806                        
  807      </pluginMa nagement>
  808                       
  809      <plugins>
  810      
  811                                 
  812       <!-- plugi n> <groupI d>org.jfro g.buildinf o</groupId > <artifac tId>artifa ctory-mave n-plugin</ artifactId
  813                                          <version >2.2.3</ve rsion> <in herited>fa lse</inher ited> <exe cutions> < execution>  
  814                                          <id>buil d-info</id > <goals>  <goal>publ ish</goal>  </goals>  <configura tion> 
  815                                          <deployP roperties>  <gradle>a wesome</gr adle> <rev iew.team>q a</review. team> 
  816                                          </deploy Properties > <artifac tory> <inc ludeEnvVar s>true</in cludeEnvVa rs> <timeo utSec>600< /timeoutSe c> 
  817                                          <propert iesFile>pu blish.prop erties</pr opertiesFi le> </arti factory> < publisher>  
  818                                          <context Url>https: //map2-dev .eslabs.xw .ssn.hp.co m/artifact ory</conte xtUrl> 
  819                                          <usernam e>xxxxx</u sername> < password>x xxxxx</pas sword> <re poKey>jenk ins-releas e-local</r epoKey> 
  820                                          <snapsho tRepoKey>j enkins-sna pshot-loca l</snapsho tRepoKey>  </publishe r> </confi guration> 
  821                                          </execut ion> </exe cutions> < /plugin> - ->
  822      
  823                                 
  824       <plugin>
  825                                           
  826        <artifactI d>
  827         maven-enfo rcer-plugi n
  828        </artifact Id>
  829                                           
  830        <execution s>
  831                                                    
  832         <execution >
  833                                                              
  834          <id>
  835           enforce-ve rsions
  836          </id>
  837                                                              
  838          <goals>
  839                                                                        
  840           <goal>
  841            enforce
  842           </goal>
  843                                                               
  844          </goals>
  845                                                              
  846          <inherited >
  847           false
  848          </inherite d>
  849                                                              
  850          <configura tion>
  851                                                                        
  852           <rules>
  853                                                                                  
  854            <requireMa venVersion >
  855                                                                                            
  856             <version>
  857              2.2.1
  858             </version>
  859                                                                                   
  860            </requireM avenVersio n>
  861                                                                                  
  862            <requireJa vaVersion>
  863                                                                                            
  864             <version>
  865              ${java.ver sion}
  866             </version>
  867                                                                                   
  868            </requireJ avaVersion >
  869                                                                                  
  870            <requirePl uginVersio ns>
  871                                                                                            
  872             <message>
  873              Best Pract ice is to  always def ine plugin  versions!
  874             </message>
  875                                                                                            
  876             <banLatest >
  877              true
  878             </banLates t>
  879                                                                                            
  880             <banReleas e>
  881              true
  882             </banRelea se>
  883                                                                                            
  884             <banSnapsh ots>
  885              true
  886             </banSnaps hots>
  887                                                                                            
  888             <phases>
  889              clean,depl oy,site
  890             </phases>
  891                                                                                            
  892             <additiona lPlugins>
  893                                                                                                     
  894              <additiona lPlugin>
  895               org.apache .maven.plu gins:maven -eclipse-p lugin
  896              </addition alPlugin>
  897                                                                                                     
  898              <!-- addit ionalPlugi n>org.apac he.maven.p lugins:mav en-ide-plu gin</addit ionalPlugi n -->
  899                                                                                             
  900             </addition alPlugins>
  901                                                                                   
  902            </requireP luginVersi ons>
  903                                                                         
  904           </rules>
  905                                                               
  906          </configur ation>
  907                                                     
  908         </executio n>
  909                                            
  910        </executio ns>
  911                                  
  912       </plugin>
  913                                 
  914       <plugin>
  915                                           
  916        <artifactI d>
  917         maven-ecli pse-plugin
  918        </artifact Id>
  919                                           
  920        <inherited >
  921         false
  922        </inherite d>
  923                                           
  924        <configura tion>
  925                                                    
  926         <skip>
  927          true
  928         </skip>
  929                                            
  930        </configur ation>
  931                                  
  932       </plugin>
  933                        
  934      </plugins>
  935              
  936     </build>
  937             
  938     <reporting >
  939                       
  940      <plugins>
  941                                 
  942       <plugin>
  943                                           
  944        <artifactI d>
  945         maven-proj ect-info-r eports-plu gin
  946        </artifact Id>
  947                                           
  948        <version>
  949         2.7
  950        </version>
  951                                  
  952       </plugin>
  953                                 
  954       <plugin>
  955                                           
  956        <artifactI d>
  957         maven-java doc-plugin
  958        </artifact Id>
  959                                           
  960        <version>
  961         2.9.1
  962        </version>
  963                                           
  964        <configura tion>
  965                                                    
  966         <quiet>
  967          true
  968         </quiet>
  969                                                    
  970         <linksourc e>
  971          true
  972         </linksour ce>
  973                                                    
  974         <docencodi ng>
  975          ${map2.enc oding}
  976         </docencod ing>
  977                                                    
  978         <encoding>
  979          ${map2.enc oding}
  980         </encoding >
  981                                            
  982        </configur ation>
  983                                           
  984        <reportSet s>
  985                                                    
  986         <reportSet >
  987                                                              
  988          <reports>
  989                                                                        
  990           <report>
  991            javadoc
  992           </report>
  993                                                                        
  994           <report>
  995            test-javad oc
  996           </report>
  997                                                               
  998          </reports>
  999                                                     
  1000         </reportSe t>
  1001                                            
  1002        </reportSe ts>
  1003                                  
  1004       </plugin>
  1005                                 
  1006       <plugin>
  1007                                           
  1008        <artifactI d>
  1009         maven-chec kstyle-plu gin
  1010        </artifact Id>
  1011                                           
  1012        <version>
  1013         2.11
  1014        </version>
  1015                                           
  1016        <configura tion>
  1017                                                    
  1018         <configLoc ation>
  1019          ${map2.che ckstyle.co nfig.locat ion}
  1020         </configLo cation>
  1021                                                    
  1022         <encoding>
  1023          ${map2.enc oding}
  1024         </encoding >
  1025                                            
  1026        </configur ation>
  1027                                  
  1028       </plugin>
  1029                                 
  1030       <plugin>
  1031                                           
  1032        <artifactI d>
  1033         maven-pmd- plugin
  1034        </artifact Id>
  1035                                           
  1036        <version>
  1037         3.0.1
  1038        </version>
  1039                                           
  1040        <configura tion>
  1041                                                    
  1042         <linkXref>
  1043          true
  1044         </linkXref >
  1045                                                    
  1046         <targetJdk >
  1047          ${java.ver sion}
  1048         </targetJd k>
  1049                                                    
  1050         <sourceEnc oding>
  1051          ${map2.enc oding}
  1052         </sourceEn coding>
  1053                                            
  1054        </configur ation>
  1055                                  
  1056       </plugin>
  1057                                 
  1058       <plugin>
  1059                                           
  1060        <artifactI d>
  1061         maven-sure fire-plugi n
  1062        </artifact Id>
  1063                                           
  1064        <version>
  1065         2.16
  1066        </version>
  1067                                  
  1068       </plugin>
  1069                                 
  1070       <plugin>
  1071                                           
  1072        <artifactI d>
  1073         maven-sure fire-repor t-plugin
  1074        </artifact Id>
  1075                                           
  1076        <version>
  1077         2.16
  1078        </version>
  1079                                  
  1080       </plugin>
  1081                                 
  1082       <plugin>
  1083                                           
  1084        <groupId>
  1085         org.codeha us.mojo
  1086        </groupId>
  1087                                           
  1088        <artifactI d>
  1089         jdepend-ma ven-plugin
  1090        </artifact Id>
  1091                                           
  1092        <version>
  1093         2.0-beta-2
  1094        </version>
  1095                                  
  1096       </plugin>
  1097                                 
  1098       <plugin>
  1099                                           
  1100        <artifactI d>
  1101         maven-jxr- plugin
  1102        </artifact Id>
  1103                                           
  1104        <version>
  1105         2.3
  1106        </version>
  1107                                           
  1108        <configura tion>
  1109                                                    
  1110         <linkJavad oc>
  1111          true
  1112         </linkJava doc>
  1113                                                    
  1114         <inputEnco ding>
  1115          ${map2.enc oding}
  1116         </inputEnc oding>
  1117                                                    
  1118         <outputEnc oding>
  1119          ${map2.enc oding}
  1120         </outputEn coding>
  1121                                            
  1122        </configur ation>
  1123                                  
  1124       </plugin>
  1125                                 
  1126       <plugin>
  1127                                           
  1128        <groupId>
  1129         org.codeha us.mojo
  1130        </groupId>
  1131                                           
  1132        <artifactI d>
  1133         taglist-ma ven-plugin
  1134        </artifact Id>
  1135                                           
  1136        <version>
  1137         2.4
  1138        </version>
  1139                                           
  1140        <configura tion>
  1141                                                    
  1142         <tagListOp tions>
  1143                                                              
  1144          <tagClasse s>
  1145                                                                        
  1146           <tagClass>
  1147                                                                                  
  1148            <displayNa me>
  1149             TODO Work
  1150            </displayN ame>
  1151                                                                                  
  1152            <tags>
  1153                                                                                            
  1154             <tag>
  1155                                                                                                     
  1156              <matchStri ng>
  1157               todo
  1158              </matchStr ing>
  1159                                                                                                     
  1160              <matchType >
  1161               ignoreCase
  1162              </matchTyp e>
  1163                                                                                             
  1164             </tag>
  1165                                                                                   
  1166            </tags>
  1167                                                                         
  1168           </tagClass >
  1169                                                                        
  1170           <tagClass>
  1171                                                                                  
  1172            <displayNa me>
  1173             FIXME Work
  1174            </displayN ame>
  1175                                                                                  
  1176            <tags>
  1177                                                                                            
  1178             <tag>
  1179                                                                                                     
  1180              <matchStri ng>
  1181               fixme
  1182              </matchStr ing>
  1183                                                                                                     
  1184              <matchType >
  1185               ignoreCase
  1186              </matchTyp e>
  1187                                                                                             
  1188             </tag>
  1189                                                                                            
  1190             <tag>
  1191                                                                                                     
  1192              <matchStri ng>
  1193               fix me
  1194              </matchStr ing>
  1195                                                                                                     
  1196              <matchType >
  1197               ignoreCase
  1198              </matchTyp e>
  1199                                                                                             
  1200             </tag>
  1201                                                                                   
  1202            </tags>
  1203                                                                         
  1204           </tagClass >
  1205                                                               
  1206          </tagClass es>
  1207                                                     
  1208         </tagListO ptions>
  1209                                                    
  1210         <encoding>
  1211          ${map2.enc oding}
  1212         </encoding >
  1213                                            
  1214        </configur ation>
  1215                                  
  1216       </plugin>
  1217                                 
  1218       <plugin>
  1219                                           
  1220        <groupId>
  1221         org.codeha us.mojo
  1222        </groupId>
  1223                                           
  1224        <artifactI d>
  1225         findbugs-m aven-plugi n
  1226        </artifact Id>
  1227                                           
  1228        <version>
  1229         2.5.3
  1230        </version>
  1231                                  
  1232       </plugin>
  1233                                 
  1234       <plugin>
  1235                                           
  1236        <groupId>
  1237         org.codeha us.mojo
  1238        </groupId>
  1239                                           
  1240        <artifactI d>
  1241         cobertura- maven-plug in
  1242        </artifact Id>
  1243                                           
  1244        <version>
  1245         2.6
  1246        </version>
  1247                                  
  1248       </plugin>
  1249                                 
  1250       <plugin>
  1251                                           
  1252        <artifactI d>
  1253         maven-chan ges-plugin
  1254        </artifact Id>
  1255                                           
  1256        <version>
  1257         2.9
  1258        </version>
  1259                                           
  1260        <reportSet s>
  1261                                                    
  1262         <reportSet >
  1263                                                              
  1264          <reports>
  1265                                                                        
  1266           <report>
  1267            changes-re port
  1268           </report>
  1269                                                               
  1270          </reports>
  1271                                                     
  1272         </reportSe t>
  1273                                            
  1274        </reportSe ts>
  1275                                  
  1276       </plugin>
  1277                                 
  1278       <plugin>
  1279                                           
  1280        <groupId>
  1281         org.codeha us.mojo
  1282        </groupId>
  1283                                           
  1284        <artifactI d>
  1285         versions-m aven-plugi n
  1286        </artifact Id>
  1287                                           
  1288        <version>
  1289         2.1
  1290        </version>
  1291                                           
  1292        <reportSet s>
  1293                                                    
  1294         <reportSet >
  1295                                                              
  1296          <reports>
  1297                                                                        
  1298           <report>
  1299            dependency -updates-r eport
  1300           </report>
  1301                                                                        
  1302           <report>
  1303            plugin-upd ates-repor t
  1304           </report>
  1305                                                                        
  1306           <report>
  1307            property-u pdates-rep ort
  1308           </report>
  1309                                                               
  1310          </reports>
  1311                                                     
  1312         </reportSe t>
  1313                                            
  1314        </reportSe ts>
  1315                                  
  1316       </plugin>
  1317                        
  1318      </plugins>
  1319              
  1320     </reportin g>
  1321             
  1322     <dependenc yManagemen t>
  1323                       
  1324      <dependenc ies>
  1325      
  1326                                 
  1327       <dependenc y>
  1328                                           
  1329        <groupId>
  1330         com.faster xml.jackso n.core
  1331        </groupId>
  1332                                           
  1333        <artifactI d>
  1334         jackson-da tabind
  1335        </artifact Id>
  1336                                           
  1337        <version>
  1338         ${jackson. version}
  1339        </version>
  1340                                  
  1341       </dependen cy>
  1342      
  1343                                 
  1344       <dependenc y>
  1345                                           
  1346        <groupId>
  1347         com.faster xml.jackso n.core
  1348        </groupId>
  1349                                           
  1350        <artifactI d>
  1351         jackson-co re
  1352        </artifact Id>
  1353                                           
  1354        <version>
  1355         ${jackson. version}
  1356        </version>
  1357                                  
  1358       </dependen cy>
  1359      
  1360                                 
  1361       <dependenc y>
  1362                                           
  1363        <groupId>
  1364         com.faster xml.jackso n.core
  1365        </groupId>
  1366                                           
  1367        <artifactI d>
  1368         jackson-an notations
  1369        </artifact Id>
  1370                                           
  1371        <version>
  1372         ${jackson. version}
  1373        </version>
  1374                                  
  1375       </dependen cy>
  1376      
  1377                        
  1378       <dependenc y>
  1379                                
  1380        <groupId>
  1381         com.faster xml.jackso n.datatype
  1382        </groupId>
  1383                                
  1384        <artifactI d>
  1385         jackson-da tatype-jod a
  1386        </artifact Id>
  1387                                
  1388        <version>
  1389         ${jackson. version}
  1390        </version>
  1391                        
  1392       </dependen cy>
  1393      
  1394                                 
  1395       <!-- CXF D ependencie s -->
  1396                                 
  1397       <dependenc y>
  1398                                           
  1399        <groupId>
  1400         org.apache .cxf
  1401        </groupId>
  1402                                           
  1403        <artifactI d>
  1404         cxf-rt-fro ntend-jaxw s
  1405        </artifact Id>
  1406                                           
  1407        <version>
  1408         ${cxf.vers ion}
  1409        </version>
  1410                                  
  1411       </dependen cy>
  1412                                 
  1413       <dependenc y>
  1414                                           
  1415        <groupId>
  1416         org.apache .cxf
  1417        </groupId>
  1418                                           
  1419        <artifactI d>
  1420         cxf-rt-tra nsports-ht tp
  1421        </artifact Id>
  1422                                           
  1423        <version>
  1424         ${cxf.vers ion}
  1425        </version>
  1426                                  
  1427       </dependen cy>
  1428                                 
  1429       <dependenc y>
  1430                                           
  1431        <groupId>
  1432         org.apache .cxf
  1433        </groupId>
  1434                                           
  1435        <artifactI d>
  1436         cxf-rt-fro ntend-jaxr s
  1437        </artifact Id>
  1438                                           
  1439        <version>
  1440         ${cxf.vers ion}
  1441        </version>
  1442                                  
  1443       </dependen cy>
  1444                                 
  1445       <dependenc y>
  1446                                           
  1447        <groupId>
  1448         org.apache .cxf
  1449        </groupId>
  1450                                           
  1451        <artifactI d>
  1452         cxf-rt-tra nsports-lo cal
  1453        </artifact Id>
  1454                                           
  1455        <version>
  1456         ${cxf.vers ion}
  1457        </version>
  1458                                  
  1459       </dependen cy>
  1460                                 
  1461       <dependenc y>
  1462                                           
  1463        <groupId>
  1464         org.apache .cxf
  1465        </groupId>
  1466                                           
  1467        <artifactI d>
  1468         cxf-rt-rs- extension- search
  1469        </artifact Id>
  1470                                           
  1471        <version>
  1472         ${cxf.vers ion}
  1473        </version>
  1474                                  
  1475       </dependen cy>
  1476                                 
  1477       <dependenc y>
  1478                                           
  1479        <groupId>
  1480         org.apache .cxf
  1481        </groupId>
  1482                                           
  1483        <artifactI d>
  1484         cxf-rt-rs- extension- providers
  1485        </artifact Id>
  1486                                           
  1487        <version>
  1488         ${cxf.vers ion}
  1489        </version>
  1490                                  
  1491       </dependen cy>
  1492                                 
  1493       <dependenc y>
  1494                                           
  1495        <groupId>
  1496         org.apache .cxf
  1497        </groupId>
  1498                                           
  1499        <artifactI d>
  1500         cxf-rt-rs- client
  1501        </artifact Id>
  1502                                           
  1503        <version>
  1504         ${cxf.vers ion}
  1505        </version>
  1506                                  
  1507       </dependen cy>
  1508                                 
  1509       <dependenc y>
  1510                                           
  1511        <groupId>
  1512         org.apache .cxf
  1513        </groupId>
  1514                                           
  1515        <artifactI d>
  1516         cxf-rt-tra nsports-ht tp-jetty
  1517        </artifact Id>
  1518                                           
  1519        <version>
  1520         ${cxf.vers ion}
  1521        </version>
  1522                                  
  1523       </dependen cy>
  1524      
  1525                                 
  1526       <!-- Sprin g Dependen cies -->
  1527                                 
  1528       <dependenc y>
  1529                                           
  1530        <groupId>
  1531         org.spring framework
  1532        </groupId>
  1533                                           
  1534        <artifactI d>
  1535         spring-cor e
  1536        </artifact Id>
  1537                                           
  1538        <version>
  1539         ${spring.v ersion}
  1540        </version>
  1541                                  
  1542       </dependen cy>
  1543                                 
  1544       <dependenc y>
  1545                                           
  1546        <groupId>
  1547         org.spring framework
  1548        </groupId>
  1549                                           
  1550        <artifactI d>
  1551         spring-web
  1552        </artifact Id>
  1553                                           
  1554        <version>
  1555         ${spring.v ersion}
  1556        </version>
  1557                                  
  1558       </dependen cy>
  1559                                 
  1560       <dependenc y>
  1561                                           
  1562        <groupId>
  1563         org.spring framework
  1564        </groupId>
  1565                                           
  1566        <artifactI d>
  1567         spring-bea ns
  1568        </artifact Id>
  1569                                           
  1570        <version>
  1571         ${spring.v ersion}
  1572        </version>
  1573                                  
  1574       </dependen cy>
  1575                                 
  1576       <dependenc y>
  1577                                           
  1578        <groupId>
  1579         org.spring framework
  1580        </groupId>
  1581                                           
  1582        <artifactI d>
  1583         spring-con text
  1584        </artifact Id>
  1585                                           
  1586        <version>
  1587         ${spring.v ersion}
  1588        </version>
  1589                                  
  1590       </dependen cy>
  1591                                 
  1592       <dependenc y>
  1593                                           
  1594        <groupId>
  1595         org.spring framework
  1596        </groupId>
  1597                                           
  1598        <artifactI d>
  1599         spring-con text-suppo rt
  1600        </artifact Id>
  1601                                           
  1602        <version>
  1603         ${spring.v ersion}
  1604        </version>
  1605                                  
  1606       </dependen cy>
  1607                                 
  1608       <dependenc y>
  1609                                           
  1610        <groupId>
  1611         org.spring framework
  1612        </groupId>
  1613                                           
  1614        <artifactI d>
  1615         spring-tx
  1616        </artifact Id>
  1617                                           
  1618        <version>
  1619         ${spring.v ersion}
  1620        </version>
  1621                                  
  1622       </dependen cy>
  1623                                 
  1624       <dependenc y>
  1625                                           
  1626        <groupId>
  1627         org.spring framework
  1628        </groupId>
  1629                                           
  1630        <artifactI d>
  1631         spring-web mvc
  1632        </artifact Id>
  1633                                           
  1634        <version>
  1635         ${spring.v ersion}
  1636        </version>
  1637                                  
  1638       </dependen cy>
  1639                                 
  1640       <dependenc y>
  1641                                           
  1642        <groupId>
  1643         org.spring framework
  1644        </groupId>
  1645                                           
  1646        <artifactI d>
  1647         spring-oxm
  1648        </artifact Id>
  1649                                           
  1650        <version>
  1651         ${spring.v ersion}
  1652        </version>
  1653                                  
  1654       </dependen cy>
  1655      
  1656                                 
  1657       <!-- Sprin g Test -->
  1658                                 
  1659       <dependenc y>
  1660                                           
  1661        <groupId>
  1662         org.spring framework
  1663        </groupId>
  1664                                           
  1665        <artifactI d>
  1666         spring-tes t
  1667        </artifact Id>
  1668                                           
  1669        <version>
  1670         ${spring.v ersion}
  1671        </version>
  1672                                           
  1673        <scope>
  1674         test
  1675        </scope>
  1676                                  
  1677       </dependen cy>
  1678      
  1679                                 
  1680       <!-- Jerse y -->
  1681                                 
  1682       <dependenc y>
  1683                                           
  1684        <groupId>
  1685         com.sun.je rsey
  1686        </groupId>
  1687                                           
  1688        <artifactI d>
  1689         jersey-cor e
  1690        </artifact Id>
  1691                                           
  1692        <version>
  1693         ${jersey.v ersion}
  1694        </version>
  1695                                  
  1696       </dependen cy>
  1697                                 
  1698       <dependenc y>
  1699                                           
  1700        <groupId>
  1701         com.sun.je rsey
  1702        </groupId>
  1703                                           
  1704        <artifactI d>
  1705         jersey-cli ent
  1706        </artifact Id>
  1707                                           
  1708        <version>
  1709         ${jersey.v ersion}
  1710        </version>
  1711                                  
  1712       </dependen cy>
  1713                                 
  1714       <dependenc y>
  1715                                           
  1716        <groupId>
  1717         javax.ws.r s
  1718        </groupId>
  1719                                           
  1720        <artifactI d>
  1721         javax.ws.r s-api
  1722        </artifact Id>
  1723                                           
  1724        <version>
  1725         ${jax-ws-r s.version}
  1726        </version>
  1727                                  
  1728       </dependen cy>
  1729                                 
  1730       <dependenc y>
  1731                                           
  1732        <groupId>
  1733         com.sun.je rsey
  1734        </groupId>
  1735                                           
  1736        <artifactI d>
  1737         jersey-jso n
  1738        </artifact Id>
  1739                                           
  1740        <version>
  1741         ${jersey-j son.versio n}
  1742        </version>
  1743                                  
  1744       </dependen cy>
  1745      
  1746                                 
  1747       <dependenc y>
  1748                                           
  1749        <groupId>
  1750         com.agilex .auth
  1751        </groupId>
  1752                                           
  1753        <artifactI d>
  1754         AuthServic esLib
  1755        </artifact Id>
  1756                                           
  1757        <version>
  1758         ${AuthServ icesLib.ve rsion}
  1759        </version>
  1760                                           
  1761        <exclusion s>
  1762                                                    
  1763         <exclusion >
  1764                                                              
  1765          <groupId>
  1766           agilex.hea lthadapter -lib
  1767          </groupId>
  1768                                                              
  1769          <artifactI d>
  1770           HealthAdap terLib
  1771          </artifact Id>
  1772                                                     
  1773         </exclusio n>
  1774                                                    
  1775         <exclusion >
  1776                                                              
  1777          <groupId>
  1778           ch.qos.log back
  1779          </groupId>
  1780                                                              
  1781          <artifactI d>
  1782           logback-cl assic
  1783          </artifact Id>
  1784                                                     
  1785         </exclusio n>
  1786                                                    
  1787         <exclusion >
  1788                                                              
  1789          <groupId>
  1790           ch.qos.log back
  1791          </groupId>
  1792                                                              
  1793          <artifactI d>
  1794           logback-co re
  1795          </artifact Id>
  1796                                                     
  1797         </exclusio n>
  1798                                            
  1799        </exclusio ns>
  1800                                  
  1801       </dependen cy>
  1802                                 
  1803       <dependenc y>
  1804                                           
  1805        <groupId>
  1806         com.agilex .vamf
  1807        </groupId>
  1808                                           
  1809        <artifactI d>
  1810         HealthAdap terLib
  1811        </artifact Id>
  1812                                           
  1813        <version>
  1814         ${HealthAd apterLib.v ersion}
  1815        </version>
  1816                                  
  1817       </dependen cy>
  1818      
  1819                                 
  1820       <!-- Sprin g Security  -->
  1821                                 
  1822       <dependenc y>
  1823                                           
  1824        <groupId>
  1825         org.spring framework. security
  1826        </groupId>
  1827                                           
  1828        <artifactI d>
  1829         spring-sec urity-core
  1830        </artifact Id>
  1831                                           
  1832        <version>
  1833         ${spring.s ecurity.ve rsion}
  1834        </version>
  1835                                  
  1836       </dependen cy>
  1837                                 
  1838       <dependenc y>
  1839                                           
  1840        <groupId>
  1841         org.spring framework. security
  1842        </groupId>
  1843                                           
  1844        <artifactI d>
  1845         spring-sec urity-conf ig
  1846        </artifact Id>
  1847                                           
  1848        <version>
  1849         ${spring.s ecurity.ve rsion}
  1850        </version>
  1851                                  
  1852       </dependen cy>
  1853                                 
  1854       <dependenc y>
  1855                                           
  1856        <groupId>
  1857         org.spring framework. security
  1858        </groupId>
  1859                                           
  1860        <artifactI d>
  1861         spring-sec urity-web
  1862        </artifact Id>
  1863                                           
  1864        <version>
  1865         ${spring.s ecurity.ve rsion}
  1866        </version>
  1867                                  
  1868       </dependen cy>
  1869                                 
  1870       <dependenc y>
  1871                                           
  1872        <groupId>
  1873         org.spring framework. security
  1874        </groupId>
  1875                                           
  1876        <artifactI d>
  1877         spring-sec urity-tagl ibs
  1878        </artifact Id>
  1879                                           
  1880        <version>
  1881         ${spring.s ecurity.ve rsion}
  1882        </version>
  1883                                  
  1884       </dependen cy>
  1885      
  1886                                 
  1887       <!-- Sprin g Security  OAuth2 -- >
  1888                                 
  1889       <dependenc y>
  1890                                           
  1891        <groupId>
  1892         org.spring framework. security.o auth
  1893        </groupId>
  1894                                           
  1895        <artifactI d>
  1896         spring-sec urity-oaut h2
  1897        </artifact Id>
  1898                                           
  1899        <version>
  1900         ${spring.s ecurity.oa uth2.versi on}
  1901        </version>
  1902                                  
  1903       </dependen cy>
  1904      
  1905                                 
  1906       <!-- Bean  Validation  API (JSR- 303) -->
  1907                                 
  1908       <dependenc y>
  1909                                           
  1910        <groupId>
  1911         org.hibern ate
  1912        </groupId>
  1913                                           
  1914        <artifactI d>
  1915         hibernate- validator
  1916        </artifact Id>
  1917                                           
  1918        <version>
  1919         ${hibernat e.validato r.version}
  1920        </version>
  1921                                  
  1922       </dependen cy>
  1923                                 
  1924       <dependenc y>
  1925                                           
  1926        <groupId>
  1927         javax.el
  1928        </groupId>
  1929                                           
  1930        <artifactI d>
  1931         javax.el-a pi
  1932        </artifact Id>
  1933                                           
  1934        <version>
  1935         ${javax.el -api.versi on}
  1936        </version>
  1937                                           
  1938        <scope>
  1939         test
  1940        </scope>
  1941                                  
  1942       </dependen cy>
  1943                                 
  1944       <dependenc y>
  1945                                           
  1946        <groupId>
  1947         org.glassf ish.web
  1948        </groupId>
  1949                                           
  1950        <artifactI d>
  1951         javax.el
  1952        </artifact Id>
  1953                                           
  1954        <version>
  1955         ${javax.el .version}
  1956        </version>
  1957                                           
  1958        <scope>
  1959         test
  1960        </scope>
  1961                                  
  1962       </dependen cy>
  1963      
  1964                                 
  1965       <!-- Log4j  deps -->
  1966                                 
  1967       <dependenc y>
  1968                                           
  1969        <groupId>
  1970         org.slf4j
  1971        </groupId>
  1972                                           
  1973        <artifactI d>
  1974         slf4j-api
  1975        </artifact Id>
  1976                                           
  1977        <version>
  1978         ${slf4j.ve rsion}
  1979        </version>
  1980                                  
  1981       </dependen cy>
  1982                                 
  1983       <dependenc y>
  1984                                           
  1985        <groupId>
  1986         org.slf4j
  1987        </groupId>
  1988                                           
  1989        <artifactI d>
  1990         slf4j-log4 j12
  1991        </artifact Id>
  1992                                           
  1993        <version>
  1994         ${slf4j.ve rsion}
  1995        </version>
  1996                                  
  1997       </dependen cy>
  1998                                 
  1999       <dependenc y>
  2000                                           
  2001        <groupId>
  2002         log4j
  2003        </groupId>
  2004                                           
  2005        <artifactI d>
  2006         log4j
  2007        </artifact Id>
  2008                                           
  2009        <version>
  2010         ${log4j.ve rsion}
  2011        </version>
  2012                                  
  2013       </dependen cy>
  2014      
  2015                                 
  2016       <!-- JUnit  deps -->
  2017                                 
  2018       <dependenc y>
  2019                                           
  2020        <groupId>
  2021         junit
  2022        </groupId>
  2023                                           
  2024        <artifactI d>
  2025         junit
  2026        </artifact Id>
  2027                                           
  2028        <version>
  2029         ${junit.ve rsion}
  2030        </version>
  2031                                           
  2032        <exclusion s>
  2033                                                    
  2034         <exclusion >
  2035                                                              
  2036          <artifactI d>
  2037           hamcrest-c ore
  2038          </artifact Id>
  2039                                                              
  2040          <groupId>
  2041           org.hamcre st
  2042          </groupId>
  2043                                                     
  2044         </exclusio n>
  2045                                            
  2046        </exclusio ns>
  2047                                           
  2048        <scope>
  2049         test
  2050        </scope>
  2051                                  
  2052       </dependen cy>
  2053                                 
  2054       <dependenc y>
  2055                                           
  2056        <groupId>
  2057         org.hamcre st
  2058        </groupId>
  2059                                           
  2060        <artifactI d>
  2061         hamcrest-a ll
  2062        </artifact Id>
  2063                                           
  2064        <version>
  2065         ${hamcrest .version}
  2066        </version>
  2067                                           
  2068        <scope>
  2069         test
  2070        </scope>
  2071                                  
  2072       </dependen cy>
  2073                                 
  2074       <dependenc y>
  2075                                           
  2076        <groupId>
  2077         org.mockit o
  2078        </groupId>
  2079                                           
  2080        <artifactI d>
  2081         mockito-co re
  2082        </artifact Id>
  2083                                           
  2084        <version>
  2085         ${mockito. version}
  2086        </version>
  2087                                           
  2088        <scope>
  2089         test
  2090        </scope>
  2091                                  
  2092       </dependen cy>
  2093      
  2094                                 
  2095       <!--- GSON  -->
  2096                                 
  2097       <dependenc y>
  2098                                           
  2099        <groupId>
  2100         com.google .code.gson
  2101        </groupId>
  2102                                           
  2103        <artifactI d>
  2104         gson
  2105        </artifact Id>
  2106                                           
  2107        <version>
  2108         ${gson.ver sion}
  2109        </version>
  2110                                  
  2111       </dependen cy>
  2112      
  2113      
  2114                                 
  2115       <!-- Servl et & JSTL  -->
  2116                                 
  2117       <dependenc y>
  2118                                           
  2119        <groupId>
  2120         javax.serv let
  2121        </groupId>
  2122                                           
  2123        <artifactI d>
  2124         jstl
  2125        </artifact Id>
  2126                                           
  2127        <version>
  2128         ${jstl.ver sion}
  2129        </version>
  2130                                  
  2131       </dependen cy>
  2132                                 
  2133       <dependenc y>
  2134                                           
  2135        <groupId>
  2136         javax.serv let
  2137        </groupId>
  2138                                           
  2139        <artifactI d>
  2140         javax.serv let-api
  2141        </artifact Id>
  2142                                           
  2143        <version>
  2144         ${servlet. version}
  2145        </version>
  2146                                           
  2147        <scope>
  2148         provided
  2149        </scope>
  2150                                  
  2151       </dependen cy>
  2152      
  2153                                 
  2154       <!-- Apach e Commons  -->
  2155                                 
  2156       <dependenc y>
  2157                                           
  2158        <groupId>
  2159         org.apache .commons
  2160        </groupId>
  2161                                           
  2162        <artifactI d>
  2163         commons-la ng3
  2164        </artifact Id>
  2165                                           
  2166        <version>
  2167         ${apache-c ommons-lan g3.version }
  2168        </version>
  2169                                  
  2170       </dependen cy>
  2171                                 
  2172       <dependenc y>
  2173                                           
  2174        <groupId>
  2175         commons-io
  2176        </groupId>
  2177                                           
  2178        <artifactI d>
  2179         commons-io
  2180        </artifact Id>
  2181                                           
  2182        <version>
  2183         ${apache-c ommons-io. version}
  2184        </version>
  2185                                  
  2186       </dependen cy>
  2187                                 
  2188       <dependenc y>
  2189                                           
  2190        <groupId>
  2191         commons-la ng
  2192        </groupId>
  2193                                           
  2194        <artifactI d>
  2195         commons-la ng
  2196        </artifact Id>
  2197                                           
  2198        <version>
  2199         ${apache-c ommons-lan g.version}
  2200        </version>
  2201                                  
  2202       </dependen cy>
  2203                                 
  2204       <dependenc y>
  2205                                           
  2206        <groupId>
  2207         commons-be anutils
  2208        </groupId>
  2209                                           
  2210        <artifactI d>
  2211         commons-be anutils
  2212        </artifact Id>
  2213                                           
  2214        <version>
  2215         ${apache-c ommons-bea nutils.ver sion}
  2216        </version>
  2217                                  
  2218       </dependen cy>
  2219      
  2220                                 
  2221       <!-- JODA  -->
  2222                                 
  2223       <dependenc y>
  2224                                           
  2225        <groupId>
  2226         joda-time
  2227        </groupId>
  2228                                           
  2229        <artifactI d>
  2230         joda-time
  2231        </artifact Id>
  2232                                           
  2233        <version>
  2234         ${joda.ver sion}
  2235        </version>
  2236                                  
  2237       </dependen cy>
  2238      
  2239                                 
  2240       <!-- HATEO AS -->
  2241                                 
  2242       <dependenc y>
  2243                                           
  2244        <groupId>
  2245         org.spring framework. hateoas
  2246        </groupId>
  2247                                           
  2248        <artifactI d>
  2249         spring-hat eoas
  2250        </artifact Id>
  2251                                           
  2252        <version>
  2253         ${spring.h ateoas.ver sion}
  2254        </version>
  2255                                  
  2256       </dependen cy>
  2257      
  2258                                 
  2259       <!-- Quart z Schedule r -->
  2260                                 
  2261       <dependenc y>
  2262                                           
  2263        <groupId>
  2264         org.quartz -scheduler
  2265        </groupId>
  2266                                           
  2267        <artifactI d>
  2268         quartz
  2269        </artifact Id>
  2270                                           
  2271        <version>
  2272         ${quartz.v ersion}
  2273        </version>
  2274                                  
  2275       </dependen cy>
  2276                                 
  2277       <dependenc y>
  2278                                           
  2279        <groupId>
  2280         org.quartz -scheduler
  2281        </groupId>
  2282                                           
  2283        <artifactI d>
  2284         quartz-job s
  2285        </artifact Id>
  2286                                           
  2287        <version>
  2288         ${quartz.v ersion}
  2289        </version>
  2290                                  
  2291       </dependen cy>
  2292      
  2293                                 
  2294       <!-- Sprin g Data Dep endencies  -->
  2295                                 
  2296       <dependenc y>
  2297                                           
  2298        <groupId>
  2299         org.spring framework. data
  2300        </groupId>
  2301                                           
  2302        <artifactI d>
  2303         spring-dat a-mongodb
  2304        </artifact Id>
  2305                                           
  2306        <version>
  2307         ${spring.d ata.mongod b.version}
  2308        </version>
  2309                                  
  2310       </dependen cy>
  2311      
  2312                                 
  2313       <dependenc y>
  2314                                           
  2315        <groupId>
  2316         org.mongod b
  2317        </groupId>
  2318                                           
  2319        <artifactI d>
  2320         mongo-java -driver
  2321        </artifact Id>
  2322                                           
  2323        <version>
  2324         ${mongo.ja va.driver. version}
  2325        </version>
  2326                                  
  2327       </dependen cy>
  2328                        
  2329      </dependen cies>
  2330              
  2331     </dependen cyManageme nt>
  2332    
  2333             
  2334     <!-- SPRIN GSEC: prof iles creat ed for inj ection of  ha authori zation end  point 
  2335                      - am ong other  environmen t specific  variables  - into re sources -- >
  2336             
  2337     <profiles>
  2338                       
  2339      <profile>
  2340                                 
  2341       <id>
  2342        local-staf f
  2343       </id>
  2344                                 
  2345       <activatio n>
  2346                                           
  2347        <activeByD efault>
  2348         true
  2349        </activeBy Default>
  2350                                  
  2351       </activati on>
  2352                                 
  2353       <propertie s>
  2354                                           
  2355        <buildName Extension>
  2356         -staff
  2357        </buildNam eExtension >
  2358                                           
  2359        <ha.auth.b ase.url>
  2360         https:// D N S .vamisece. io
  2361        </ha.auth. base.url>
  2362                                           
  2363        <cors.allo wed.url.va lue>
  2364         *
  2365        </cors.all owed.url.v alue>
  2366       
  2367                                           
  2368        <profile.f inalName>
  2369         mhproResou rces-${pro ject.versi on}
  2370        </profile. finalName>
  2371                                           
  2372        <beanstalk d.host>
  2373         D N S .vamisece. io
  2374        </beanstal kd.host>
  2375                                           
  2376        <beanstalk d.port>
  2377         11300
  2378        </beanstal kd.port>
  2379                                           
  2380        <spring.se curity.fil ter.chain. urls>
  2381         /*
  2382        </spring.s ecurity.fi lter.chain .urls>
  2383                                           
  2384        <mongo.hos t>
  2385         localhost
  2386        </mongo.ho st>
  2387                                           
  2388        <mongo.por t>
  2389         27017
  2390        </mongo.po rt>
  2391                                           
  2392        <mongo.spe cialchar>
  2393         @
  2394        </mongo.sp ecialchar>
  2395                                           
  2396        <mongo.ssl >
  2397         false
  2398        </mongo.ss l>
  2399                                           
  2400        <mongo.dbn ame>
  2401         mhprodb
  2402        </mongo.db name>
  2403                                           
  2404        <mongo.use rname>
  2405         mhpro
  2406        </mongo.us ername>
  2407                                           
  2408        <mongo.pwd >
  2409         mhpro
  2410        </mongo.pw d>
  2411                                           
  2412        <vistalink .jndiUrl>
  2413         t3://local host:7001
  2414        </vistalin k.jndiUrl>
  2415                                           
  2416        <vistalink .proxyId>
  2417         MBAD,APPLI CATION PRO XY
  2418        </vistalin k.proxyId>
  2419                                           
  2420        <oauth.cli ent.id>
  2421         MHPRO
  2422        </oauth.cl ient.id>
  2423                                           
  2424        <oauth.cli ent.secret >
  2425         MHPROSecre t
  2426        </oauth.cl ient.secre t>
  2427                                           
  2428        <oauth.red irect.uri>
  2429         https:// D N S .vamisece. io/dc
  2430        </oauth.re direct.uri >
  2431                                           
  2432        <oauth.tok en.uri>
  2433         https:// D N S .vamisece. io/Authori zationServ ices/oauth /token
  2434        </oauth.to ken.uri>
  2435                                           
  2436        <oauth.tok en.scope>
  2437         read
  2438        </oauth.to ken.scope>
  2439                                           
  2440        <mvi.endpo int>
  2441         http://vha ecetcn1.va misece.io: 8080/mvi/m ockVAIdMPo rt
  2442        </mvi.endp oint>
  2443                                           
  2444        <mvi.conne ction.time out>
  2445         600000
  2446        </mvi.conn ection.tim eout>
  2447                                           
  2448        <mvi.read. timeout>
  2449         50000
  2450        </mvi.read .timeout>
  2451       
  2452                                           
  2453        <log.mvi.f ile.path>
  2454         ${env.DOMA IN_DIR}/se rvers/Admi nServer/lo gs
  2455        </log.mvi. file.path>
  2456                                           
  2457        <keystore. path>
  2458         ${env.CACE RTS_FILE}
  2459        </keystore .path>
  2460                                           
  2461        <keystore. password>
  2462         changeit
  2463        </keystore .password>
  2464                                           
  2465        <key.passw ord>
  2466         changeit
  2467        </key.pass word>
  2468                                           
  2469        <truststor e.path>
  2470         ${env.TRUS TCERTS_FIL E}
  2471        </truststo re.path>
  2472                                           
  2473        <truststor e.password >
  2474         trust
  2475        </truststo re.passwor d>
  2476       
  2477                                           
  2478        <!-- Expre ssion in d istant fut ure disabl es Quartz  job in thi s environm ent. -->
  2479                                           
  2480        <cron.even ts>
  2481         0 0/20 * *  * ?
  2482        </cron.eve nts>
  2483                                           
  2484        <cron.prov iderUpdate >
  2485         0 30 23 *  * ?
  2486        </cron.pro viderUpdat e>
  2487                                           
  2488        <mvi.endpo int>
  2489         http://vha ecetcn1.va misece.io: 8080/mvi/m ockVAIdMPo rt
  2490        </mvi.endp oint>
  2491                                  
  2492       </properti es>
  2493                        
  2494      </profile>
  2495                       
  2496      <profile>
  2497                                 
  2498       <id>
  2499        local-vet
  2500       </id>
  2501                                 
  2502       <propertie s>
  2503                                           
  2504        <buildName Extension>
  2505         -vet
  2506        </buildNam eExtension >
  2507                                           
  2508        <ha.auth.b ase.url>
  2509         https://VH AECESWEBN1 .vamisece. io
  2510        </ha.auth. base.url>
  2511                                           
  2512        <cors.allo wed.url.va lue>
  2513         *
  2514        </cors.all owed.url.v alue>
  2515       
  2516                                           
  2517        <profile.f inalName>
  2518         mhproResou rces-${pro ject.versi on}
  2519        </profile. finalName>
  2520                                           
  2521        <beanstalk d.host>
  2522         D N S .vamisece. io
  2523        </beanstal kd.host>
  2524                                           
  2525        <beanstalk d.port>
  2526         11300
  2527        </beanstal kd.port>
  2528                                           
  2529        <spring.se curity.fil ter.chain. urls>
  2530         /*
  2531        </spring.s ecurity.fi lter.chain .urls>
  2532                                           
  2533        <mongo.hos t>
  2534         localhost
  2535        </mongo.ho st>
  2536                                           
  2537        <mongo.por t>
  2538         27017
  2539        </mongo.po rt>
  2540                                           
  2541        <mongo.spe cialchar>
  2542         @
  2543        </mongo.sp ecialchar>
  2544                                           
  2545        <mongo.ssl >
  2546         false
  2547        </mongo.ss l>
  2548                                           
  2549        <mongo.dbn ame>
  2550         mhprodb
  2551        </mongo.db name>
  2552                                           
  2553        <mongo.use rname>
  2554         mhpro
  2555        </mongo.us ername>
  2556                                           
  2557        <mongo.pwd >
  2558         mhpro
  2559        </mongo.pw d>
  2560                                           
  2561        <vistalink .jndiUrl>
  2562         t3://local host:7001
  2563        </vistalin k.jndiUrl>
  2564                                           
  2565        <vistalink .proxyId>
  2566         MBAD,APPLI CATION PRO XY
  2567        </vistalin k.proxyId>
  2568                                           
  2569        <oauth.cli ent.id>
  2570         MHPRO
  2571        </oauth.cl ient.id>
  2572                                           
  2573        <oauth.cli ent.secret >
  2574         MHPROSecre t
  2575        </oauth.cl ient.secre t>
  2576                                           
  2577        <oauth.red irect.uri>
  2578         https://VH AECESWEBN1 .vamisece. io/dc
  2579        </oauth.re direct.uri >
  2580                                           
  2581        <oauth.tok en.uri>
  2582         https://VH AECESWEBN1 .vamisece. io/Authori zationServ ices/oauth /token
  2583        </oauth.to ken.uri>
  2584                                           
  2585        <oauth.tok en.scope>
  2586         read
  2587        </oauth.to ken.scope>
  2588                                           
  2589        <mvi.endpo int>
  2590         http://vha ecetcn1.va misece.io: 8080/mvi/m ockVAIdMPo rt
  2591        </mvi.endp oint>
  2592                                           
  2593        <mvi.conne ction.time out>
  2594         600000
  2595        </mvi.conn ection.tim eout>
  2596                                           
  2597        <mvi.read. timeout>
  2598         50000
  2599        </mvi.read .timeout>
  2600       
  2601                                           
  2602        <log.mvi.f ile.path>
  2603         ${env.DOMA IN_DIR}/se rvers/Admi nServer/lo gs
  2604        </log.mvi. file.path>
  2605                                           
  2606        <keystore. path>
  2607         ${env.CACE RTS_FILE}
  2608        </keystore .path>
  2609                                           
  2610        <keystore. password>
  2611         changeit
  2612        </keystore .password>
  2613                                           
  2614        <key.passw ord>
  2615         changeit
  2616        </key.pass word>
  2617                                           
  2618        <truststor e.path>
  2619         ${env.TRUS TCERTS_FIL E}
  2620        </truststo re.path>
  2621                                           
  2622        <truststor e.password >
  2623         trust
  2624        </truststo re.passwor d>
  2625       
  2626                                           
  2627        <!-- Expre ssion in d istant fut ure disabl es Quartz  job in thi s environm ent. -->
  2628                                           
  2629        <cron.even ts>
  2630         0 0/20 * *  * ? 2099
  2631        </cron.eve nts>
  2632                                           
  2633        <cron.prov iderUpdate >
  2634         0 30 23 *  * ?
  2635        </cron.pro viderUpdat e>
  2636                                           
  2637        <mvi.endpo int>
  2638         http://vha ecetcn1.va misece.io: 8080/mvi/m ockVAIdMPo rt
  2639        </mvi.endp oint>
  2640                                  
  2641       </properti es>
  2642                        
  2643      </profile>
  2644                       
  2645      <profile>
  2646                                 
  2647       <id>
  2648        staff-ece
  2649       </id>
  2650                                 
  2651       <propertie s>
  2652                                           
  2653        <buildName Extension>
  2654        </buildNam eExtension >
  2655                                           
  2656        <ha.auth.b ase.url>
  2657         https:// D N S .vamisece. io
  2658        </ha.auth. base.url>
  2659                                           
  2660        <cors.allo wed.url.va lue>
  2661         *
  2662        </cors.all owed.url.v alue>
  2663                                           
  2664        <!-- <ecru d.url>http ://localho st:3001</e crud.url>  -->
  2665                                           
  2666        <ecrud.url >
  2667         http:// IP                  
  2668        </ecrud.ur l>
  2669                                           
  2670        <profile.f inalName>
  2671         mhproResou rces-${pro ject.versi on}
  2672        </profile. finalName>
  2673                                           
  2674        <beanstalk d.host>
  2675         D N S .vamisece. io
  2676        </beanstal kd.host>
  2677                                           
  2678        <beanstalk d.port>
  2679         11300
  2680        </beanstal kd.port>
  2681                                           
  2682        <spring.se curity.fil ter.chain. urls>
  2683         /*
  2684        </spring.s ecurity.fi lter.chain .urls>
  2685                                           
  2686        <mongo.hos t>
  2687         D N S .vamisece. io
  2688        </mongo.ho st>
  2689                                           
  2690        <mongo.por t>
  2691         27017
  2692        </mongo.po rt>
  2693                                           
  2694        <mongo.spe cialchar>
  2695         @
  2696        </mongo.sp ecialchar>
  2697                                           
  2698        <mongo.ssl >
  2699         false
  2700        </mongo.ss l>
  2701                                           
  2702        <mongo.dbn ame>
  2703         mhprodb
  2704        </mongo.db name>
  2705                                           
  2706        <mongodb.u sername>
  2707         dontknow
  2708        </mongodb. username>
  2709                                           
  2710        <mongodb.p wd>
  2711         dontknow
  2712        </mongodb. pwd>
  2713                                           
  2714        <mongo.use rname>
  2715         dontknow
  2716        </mongo.us ername>
  2717                                           
  2718        <mongo.pwd >
  2719         dontknow
  2720        </mongo.pw d>
  2721                                           
  2722        <vistalink .jndiUrl>
  2723         t3://local host:7001
  2724        </vistalin k.jndiUrl>
  2725                                           
  2726        <vistalink .proxyId>
  2727         MBAD,APPLI CATION PRO XY
  2728        </vistalin k.proxyId>
  2729                                           
  2730        <oauth.cli ent.id>
  2731         MHPRO
  2732        </oauth.cl ient.id>
  2733                                           
  2734        <oauth.cli ent.secret >
  2735         MHPROSecre t
  2736        </oauth.cl ient.secre t>
  2737                                           
  2738        <oauth.red irect.uri>
  2739         https:// D N S .vamisece. io/dc
  2740        </oauth.re direct.uri >
  2741                                           
  2742        <oauth.tok en.uri>
  2743         https:// D N S .vamisece. io/Authori zationServ ices/oauth /token
  2744        </oauth.to ken.uri>
  2745                                           
  2746        <oauth.tok en.scope>
  2747         read
  2748        </oauth.to ken.scope>
  2749                                           
  2750        <mvi.conne ction.time out>
  2751         600000
  2752        </mvi.conn ection.tim eout>
  2753                                           
  2754        <mvi.read. timeout>
  2755         50000
  2756        </mvi.read .timeout>
  2757                                           
  2758        <keystore. path>
  2759        </keystore .path>
  2760                                           
  2761        <log.mvi.f ile.path>
  2762         C:\\MAP2\\ mhpro\\mvi test.txt
  2763        </log.mvi. file.path>
  2764                                           
  2765        <keystore. path>
  2766         C:\\MAP2\\ keystores\ \cacerts.j ks
  2767        </keystore .path>
  2768                                           
  2769        <keystore. password>
  2770         changeit
  2771        </keystore .password>
  2772                                           
  2773        <key.passw ord>
  2774         changeit
  2775        </key.pass word>
  2776                                           
  2777        <truststor e.path>
  2778         C:\\MAP2\\ \keystores \\cacerts. jks
  2779        </truststo re.path>
  2780                                           
  2781        <truststor e.password >
  2782         changeit
  2783        </truststo re.passwor d>
  2784       
  2785                                           
  2786        <!-- Expre ssion in d istant fut ure disabl es Quartz  job in thi s environm ent. -->
  2787                                           
  2788        <cron.even ts>
  2789         0 0/20 * *  * ?
  2790        </cron.eve nts>
  2791                                           
  2792        <cron.prov iderUpdate >
  2793         5/20 * * *  * ?
  2794        </cron.pro viderUpdat e>
  2795                                           
  2796        <mvi.end.p oint>
  2797         http://loc alhost:808 8/mockVAId MPort
  2798        </mvi.end. point>
  2799                                           
  2800        <mvi.endpo int>
  2801         http://loc alhost:808 8/mockVAId MPort
  2802        </mvi.endp oint>
  2803                                  
  2804       </properti es>
  2805                        
  2806      </profile>
  2807                       
  2808      <profile>
  2809                                 
  2810       <id>
  2811        vet-ece
  2812       </id>
  2813                                 
  2814       <propertie s>
  2815                                           
  2816        <buildName Extension>
  2817        </buildNam eExtension >
  2818                                           
  2819        <ha.auth.b ase.url>
  2820         https:// D N S .vamisece. io
  2821        </ha.auth. base.url>
  2822                                           
  2823        <cors.allo wed.url.va lue>
  2824         *
  2825        </cors.all owed.url.v alue>
  2826                                           
  2827        <!-- <ecru d.url>http ://localho st:3001</e crud.url>  -->
  2828                                           
  2829        <ecrud.url >
  2830         http://10. 153.42.209 :3021
  2831        </ecrud.ur l>
  2832                                           
  2833        <profile.f inalName>
  2834         mhproResou rces-${pro ject.versi on}
  2835        </profile. finalName>
  2836                                           
  2837        <beanstalk d.host>
  2838         D N S .vamisece. io
  2839        </beanstal kd.host>
  2840                                           
  2841        <beanstalk d.port>
  2842         11300
  2843        </beanstal kd.port>
  2844                                           
  2845        <spring.se curity.fil ter.chain. urls>
  2846         /*
  2847        </spring.s ecurity.fi lter.chain .urls>
  2848                                           
  2849        <mongo.hos t>
  2850         D N S .vamisece. io
  2851        </mongo.ho st>
  2852                                           
  2853        <mongo.por t>
  2854         27017
  2855        </mongo.po rt>
  2856                                           
  2857        <mongo.spe cialchar>
  2858         @
  2859        </mongo.sp ecialchar>
  2860                                           
  2861        <mongo.ssl >
  2862         false
  2863        </mongo.ss l>
  2864                                           
  2865        <mongo.dbn ame>
  2866         mhprodb
  2867        </mongo.db name>
  2868                                           
  2869        <mongodb.u sername>
  2870         dontknow
  2871        </mongodb. username>
  2872                                           
  2873        <mongodb.p wd>
  2874         dontknow
  2875        </mongodb. pwd>
  2876                                           
  2877        <mongo.use rname>
  2878         dontknow
  2879        </mongo.us ername>
  2880                                           
  2881        <mongo.pwd >
  2882         dontknow
  2883        </mongo.pw d>
  2884                                           
  2885        <vistalink .jndiUrl>
  2886         t3://172.1 6.2.103:70 01
  2887        </vistalin k.jndiUrl>
  2888                                           
  2889        <vistalink .proxyId>
  2890         MBAD,APPLI CATION PRO XY
  2891        </vistalin k.proxyId>
  2892                                           
  2893        <oauth.cli ent.id>
  2894         MHPRO
  2895        </oauth.cl ient.id>
  2896                                           
  2897        <oauth.cli ent.secret >
  2898         MHPROSecre t
  2899        </oauth.cl ient.secre t>
  2900                                           
  2901        <oauth.red irect.uri>
  2902         https:// D N S .vamisece. io/dc
  2903        </oauth.re direct.uri >
  2904                                           
  2905        <oauth.tok en.uri>
  2906         https:// D N S .vamisece. io/Authori zationServ ices/oauth /token
  2907        </oauth.to ken.uri>
  2908                                           
  2909        <oauth.tok en.scope>
  2910         read
  2911        </oauth.to ken.scope>
  2912                                           
  2913        <mvi.conne ction.time out>
  2914         600000
  2915        </mvi.conn ection.tim eout>
  2916                                           
  2917        <mvi.read. timeout>
  2918         50000
  2919        </mvi.read .timeout>
  2920                                           
  2921        <keystore. path>
  2922        </keystore .path>
  2923                                           
  2924        <log.mvi.f ile.path>
  2925         C:\\MAP2\\ mhpro\\mvi test.txt
  2926        </log.mvi. file.path>
  2927                                           
  2928        <keystore. path>
  2929         C:\\MAP2\\ keystores\ \cacerts.j ks
  2930        </keystore .path>
  2931                                           
  2932        <keystore. password>
  2933         changeit
  2934        </keystore .password>
  2935                                           
  2936        <key.passw ord>
  2937         changeit
  2938        </key.pass word>
  2939                                           
  2940        <truststor e.path>
  2941         C:\\MAP2\\ \keystores \\cacerts. jks
  2942        </truststo re.path>
  2943                                           
  2944        <truststor e.password >
  2945         changeit
  2946        </truststo re.passwor d>
  2947       
  2948                                           
  2949        <!-- Expre ssion in d istant fut ure disabl es Quartz  job in thi s environm ent. -->
  2950                                           
  2951        <cron.even ts>
  2952         0 0/20 * *  * ? 2099
  2953        </cron.eve nts>
  2954                                           
  2955        <cron.prov iderUpdate >
  2956         0/20 * * *  * ?
  2957        </cron.pro viderUpdat e>
  2958                                           
  2959        <mvi.end.p oint>
  2960         http://loc alhost:808 8/mockVAId MPort
  2961        </mvi.end. point>
  2962                                           
  2963        <mvi.endpo int>
  2964         http://loc alhost:808 8/mockVAId MPort
  2965        </mvi.endp oint>
  2966                                  
  2967       </properti es>
  2968                        
  2969      </profile>
  2970                       
  2971      <profile>
  2972                                 
  2973       <id>
  2974        staff-dev
  2975       </id>
  2976                                 
  2977       <propertie s>
  2978                                           
  2979        <buildName Extension>
  2980        </buildNam eExtension >
  2981                                           
  2982        <ha.auth.b ase.url>
  2983         https://DN S.URL
  2984        </ha.auth. base.url>
  2985                                           
  2986        <cors.allo wed.url.va lue>
  2987         *
  2988        </cors.all owed.url.v alue>
  2989         
  2990        <!-- Enabl es cross-d omain scri pting for  integratio n with UI/ MT. -->
  2991                                           
  2992        <ecrud.url >
  2993         http://10. 153.42.209 :3020
  2994        </ecrud.ur l>
  2995                                           
  2996        <profile.f inalName>
  2997         mhproResou rces-${pro ject.versi on}
  2998        </profile. finalName>
  2999                                           
  3000        <mvi.endpo int>
  3001         http://10. 153.42.199 :8080/mvi/ mockVAIdMP ort
  3002        </mvi.endp oint>
  3003                                           
  3004        <mvi.conne ction.time out>
  3005         600000
  3006        </mvi.conn ection.tim eout>
  3007                                           
  3008        <mvi.read. timeout>
  3009         50000
  3010        </mvi.read .timeout>
  3011                                           
  3012        <spring.se curity.fil ter.chain. urls>
  3013         /*
  3014        </spring.s ecurity.fi lter.chain .urls>
  3015                                           
  3016        <mongo.hos t>
  3017         IP            
  3018        </mongo.ho st>
  3019                                           
  3020        <mongo.por t>
  3021         27017
  3022        </mongo.po rt>
  3023                                           
  3024        <mongo.spe cialchar>
  3025         @
  3026        </mongo.sp ecialchar>
  3027                                           
  3028        <mongo.ssl >
  3029         true
  3030        </mongo.ss l>
  3031                                           
  3032        <mongo.dbn ame>
  3033         mhprodb
  3034        </mongo.db name>
  3035                                           
  3036        <mongo.use rname>
  3037        </mongo.us ername>
  3038                                           
  3039        <mongo.pwd >
  3040        </mongo.pw d>
  3041                                           
  3042        <metrics.b eanstalk.h ost>
  3043         IP            
  3044        </metrics. beanstalk. host>
  3045                                           
  3046        <metrics.b eanstalk.p ort>
  3047         11300
  3048        </metrics. beanstalk. port>
  3049                                           
  3050        <metrics.b eanstalk.e nabled>
  3051         false
  3052        </metrics. beanstalk. enabled>
  3053                                           
  3054        <oauth.cli ent.id>
  3055         MHPRO
  3056        </oauth.cl ient.id>
  3057                                           
  3058        <oauth.cli ent.secret >
  3059         MHPROSecre t
  3060        </oauth.cl ient.secre t>
  3061                                           
  3062        <oauth.red irect.uri>
  3063         https://DN S.URL/MHPR O
  3064        </oauth.re direct.uri >
  3065                                           
  3066        <oauth.tok en.uri>
  3067         https:// DNS . URL /Authoriza tionServic es/oauth/t oken
  3068        </oauth.to ken.uri>
  3069                                           
  3070        <oauth.tok en.scope>
  3071         read
  3072        </oauth.to ken.scope>
  3073       
  3074                                           
  3075        <!-- Expre ssion in d istant fut ure disabl es Quartz  job in thi s environm ent. -->
  3076                                           
  3077        <cron.even ts>
  3078         0 0 * * *  ?
  3079        </cron.eve nts>
  3080                                  
  3081       </properti es>
  3082                        
  3083      </profile>
  3084                       
  3085      <profile>
  3086                                 
  3087       <id>
  3088        vet-dev
  3089       </id>
  3090                                 
  3091       <propertie s>
  3092                                           
  3093        <buildName Extension>
  3094        </buildNam eExtension >
  3095                                           
  3096        <ha.auth.b ase.url>
  3097         https://DN S.URL
  3098        </ha.auth. base.url>
  3099                                           
  3100        <cors.allo wed.url.va lue>
  3101         *
  3102        </cors.all owed.url.v alue>
  3103         
  3104        <!-- Enabl es cross-d omain scri pting for  integratio n with UI/ MT. -->
  3105                                           
  3106        <ecrud.url >
  3107         http:// IP                  
  3108        </ecrud.ur l>
  3109                                           
  3110        <profile.f inalName>
  3111         mhproResou rces-${pro ject.versi on}
  3112        </profile. finalName>
  3113                                           
  3114        <mvi.endpo int>
  3115         http:// IP                   /mvi/mockV AIdMPort
  3116        </mvi.endp oint>
  3117                                           
  3118        <mvi.conne ction.time out>
  3119         600000
  3120        </mvi.conn ection.tim eout>
  3121                                           
  3122        <mvi.read. timeout>
  3123         50000
  3124        </mvi.read .timeout>
  3125                                           
  3126        <spring.se curity.fil ter.chain. urls>
  3127         /*
  3128        </spring.s ecurity.fi lter.chain .urls>
  3129                                           
  3130        <mongo.hos t>
  3131         IP            
  3132        </mongo.ho st>
  3133                                           
  3134        <mongo.por t>
  3135         27017
  3136        </mongo.po rt>
  3137                                           
  3138        <mongo.spe cialchar>
  3139         @
  3140        </mongo.sp ecialchar>
  3141                                           
  3142        <mongo.ssl >
  3143         true
  3144        </mongo.ss l>
  3145                                           
  3146        <mongo.dbn ame>
  3147         mhprodb
  3148        </mongo.db name>
  3149                                           
  3150        <mongo.use rname>
  3151        </mongo.us ername>
  3152                                           
  3153        <mongo.pwd >
  3154        </mongo.pw d>
  3155                                           
  3156        <metrics.b eanstalk.h ost>
  3157         IP            
  3158        </metrics. beanstalk. host>
  3159                                           
  3160        <metrics.b eanstalk.p ort>
  3161         11300
  3162        </metrics. beanstalk. port>
  3163                                           
  3164        <metrics.b eanstalk.e nabled>
  3165         false
  3166        </metrics. beanstalk. enabled>
  3167                                           
  3168        <oauth.cli ent.id>
  3169         MHPRO
  3170        </oauth.cl ient.id>
  3171                                           
  3172        <oauth.cli ent.secret >
  3173         MHPROSecre t
  3174        </oauth.cl ient.secre t>
  3175                                           
  3176        <oauth.red irect.uri>
  3177         https://DN S.URL/mhpr o
  3178        </oauth.re direct.uri >
  3179                                           
  3180        <oauth.tok en.uri>
  3181         https:// DNS . URL /Authoriza tionServic es/oauth/t oken
  3182        </oauth.to ken.uri>
  3183                                           
  3184        <oauth.tok en.scope>
  3185         read
  3186        </oauth.to ken.scope>
  3187       
  3188                                           
  3189        <!-- Expre ssion in d istant fut ure disabl es Quartz  job in thi s environm ent. -->
  3190                                           
  3191        <cron.even ts>
  3192         0 0 * * *  ? 2099
  3193        </cron.eve nts>
  3194                                  
  3195       </properti es>
  3196                        
  3197      </profile>
  3198                       
  3199      <profile>
  3200                                 
  3201       <id>
  3202        staff-sqa
  3203       </id>
  3204                                 
  3205       <propertie s>
  3206                                           
  3207        <buildName Extension>
  3208        </buildNam eExtension >
  3209                                           
  3210        <ha.auth.b ase.url>
  3211         https://st aff-int. DNS . URL
  3212        </ha.auth. base.url>
  3213                                           
  3214        <cors.allo wed.url.va lue>
  3215        </cors.all owed.url.v alue>
  3216                                           
  3217        <ecrud.url >
  3218         http://loc alhost:300 1
  3219        </ecrud.ur l>
  3220                                           
  3221        <profile.f inalName>
  3222         mhproResou rces
  3223        </profile. finalName>
  3224                                           
  3225        <mvi.endpo int>
  3226         http:// IP                   /mvi/mockV AIdMPort
  3227        </mvi.endp oint>
  3228                                           
  3229        <mvi.conne ction.time out>
  3230         600000
  3231        </mvi.conn ection.tim eout>
  3232                                           
  3233        <mvi.read. timeout>
  3234         50000
  3235        </mvi.read .timeout>
  3236                                           
  3237        <spring.se curity.fil ter.chain. urls>
  3238         /*
  3239        </spring.s ecurity.fi lter.chain .urls>
  3240                                           
  3241        <mongo.hos t>
  3242        </mongo.ho st>
  3243                                           
  3244        <mongo.por t>
  3245         27017
  3246        </mongo.po rt>
  3247                                           
  3248        <mongo.spe cialchar>
  3249         @
  3250        </mongo.sp ecialchar>
  3251                                           
  3252        <mongo.ssl >
  3253         true
  3254        </mongo.ss l>
  3255                                           
  3256        <mongo.dbn ame>
  3257         mhprodb
  3258        </mongo.db name>
  3259       
  3260                                           
  3261        <!-- Expre ssion in d istant fut ure disabl es Quartz  job in thi s environm ent. -->
  3262                                           
  3263        <cron.even ts>
  3264         0 0 * * *  ?
  3265        </cron.eve nts>
  3266                                  
  3267       </properti es>
  3268                        
  3269      </profile>
  3270                       
  3271      <profile>
  3272                                 
  3273       <id>
  3274        vet-sqa
  3275       </id>
  3276                                 
  3277       <propertie s>
  3278                                           
  3279        <buildName Extension>
  3280        </buildNam eExtension >
  3281                                           
  3282        <ha.auth.b ase.url>
  3283         https://ve t-int. DNS . URL
  3284        </ha.auth. base.url>
  3285                                           
  3286        <cors.allo wed.url.va lue>
  3287        </cors.all owed.url.v alue>
  3288                                           
  3289        <ecrud.url >
  3290         http://loc alhost:300 1
  3291        </ecrud.ur l>
  3292                                           
  3293        <profile.f inalName>
  3294         mhproResou rces
  3295        </profile. finalName>
  3296                                           
  3297        <mvi.endpo int>
  3298         http:// IP                   /mvi/mockV AIdMPort
  3299        </mvi.endp oint>
  3300                                           
  3301        <mvi.conne ction.time out>
  3302         600000
  3303        </mvi.conn ection.tim eout>
  3304                                           
  3305        <mvi.read. timeout>
  3306         50000
  3307        </mvi.read .timeout>
  3308                                           
  3309        <spring.se curity.fil ter.chain. urls>
  3310         /*
  3311        </spring.s ecurity.fi lter.chain .urls>
  3312                                           
  3313        <mongo.hos t>
  3314        </mongo.ho st>
  3315                                           
  3316        <mongo.por t>
  3317         27017
  3318        </mongo.po rt>
  3319                                           
  3320        <mongo.spe cialchar>
  3321         @
  3322        </mongo.sp ecialchar>
  3323                                           
  3324        <mongo.ssl >
  3325         true
  3326        </mongo.ss l>
  3327                                           
  3328        <mongo.dbn ame>
  3329         mhprodb
  3330        </mongo.db name>
  3331       
  3332                                           
  3333        <!-- Expre ssion in d istant fut ure disabl es Quartz  job in thi s environm ent. -->
  3334                                           
  3335        <cron.even ts>
  3336         0 0 * * *  ? 2099
  3337        </cron.eve nts>
  3338                                  
  3339       </properti es>
  3340                        
  3341      </profile>
  3342                       
  3343      <profile>
  3344                                 
  3345       <id>
  3346        staff-prod
  3347       </id>
  3348                                 
  3349       <propertie s>
  3350                                           
  3351        <buildName Extension>
  3352        </buildNam eExtension >
  3353                                           
  3354        <ha.auth.b ase.url>
  3355         https://DN S.URL
  3356        </ha.auth. base.url>
  3357                                           
  3358        <cors.allo wed.url.va lue>
  3359        </cors.all owed.url.v alue>
  3360                                           
  3361        <ecrud.url >
  3362         http://loc alhost:300 1
  3363        </ecrud.ur l>
  3364                                           
  3365        <profile.f inalName>
  3366         mhproResou rces
  3367        </profile. finalName>
  3368                                           
  3369        <mvi.endpo int>
  3370         http:// IP                   /mvi/mockV AIdMPort
  3371        </mvi.endp oint>
  3372                                           
  3373        <mvi.conne ction.time out>
  3374         600000
  3375        </mvi.conn ection.tim eout>
  3376                                           
  3377        <mvi.read. timeout>
  3378         50000
  3379        </mvi.read .timeout>
  3380                                           
  3381        <spring.se curity.fil ter.chain. urls>
  3382         /*
  3383        </spring.s ecurity.fi lter.chain .urls>
  3384                                           
  3385        <mongo.hos t>
  3386        </mongo.ho st>
  3387                                           
  3388        <mongo.por t>
  3389         27017
  3390        </mongo.po rt>
  3391                                           
  3392        <mongo.spe cialchar>
  3393         @
  3394        </mongo.sp ecialchar>
  3395                                           
  3396        <mongo.ssl >
  3397         true
  3398        </mongo.ss l>
  3399                                           
  3400        <mongo.dbn ame>
  3401         mhprodb
  3402        </mongo.db name>
  3403       
  3404                                           
  3405        <!-- Run Q uartz job  every two  hours at h alf past t he hour -- >
  3406                                           
  3407        <cron.even ts.pastDue >
  3408         0 30 */2 *  * ?
  3409        </cron.eve nts.pastDu e>
  3410                                  
  3411       </properti es>
  3412                        
  3413      </profile>
  3414                       
  3415      <profile>
  3416                                 
  3417       <id>
  3418        vet-prod
  3419       </id>
  3420                                 
  3421       <propertie s>
  3422                                           
  3423        <buildName Extension>
  3424        </buildNam eExtension >
  3425                                           
  3426        <ha.auth.b ase.url>
  3427         https://DN S.URL
  3428        </ha.auth. base.url>
  3429                                           
  3430        <cors.allo wed.url.va lue>
  3431        </cors.all owed.url.v alue>
  3432                                           
  3433        <ecrud.url >
  3434         http://loc alhost:300 1
  3435        </ecrud.ur l>
  3436                                           
  3437        <profile.f inalName>
  3438         mhproResou rces
  3439        </profile. finalName>
  3440                                           
  3441        <mvi.endpo int>
  3442         http:// IP                   /mvi/mockV AIdMPort
  3443        </mvi.endp oint>
  3444                                           
  3445        <mvi.conne ction.time out>
  3446         600000
  3447        </mvi.conn ection.tim eout>
  3448                                           
  3449        <mvi.read. timeout>
  3450         50000
  3451        </mvi.read .timeout>
  3452                                           
  3453        <spring.se curity.fil ter.chain. urls>
  3454         /*
  3455        </spring.s ecurity.fi lter.chain .urls>
  3456                                           
  3457        <mongo.hos t>
  3458        </mongo.ho st>
  3459                                           
  3460        <mongo.por t>
  3461         27017
  3462        </mongo.po rt>
  3463                                           
  3464        <mongo.spe cialchar>
  3465         @
  3466        </mongo.sp ecialchar>
  3467                                           
  3468        <mongo.ssl >
  3469         true
  3470        </mongo.ss l>
  3471                                           
  3472        <mongo.dbn ame>
  3473         mhprodb
  3474        </mongo.db name>
  3475       
  3476                                           
  3477        <!-- Expre ssion in d istant fut ure disabl es Quartz  job in thi s environm ent. -->
  3478                                           
  3479        <cron.even ts.pastDue >
  3480         0 30 */2 *  * ? 2099
  3481        </cron.eve nts.pastDu e>
  3482                                  
  3483       </properti es>
  3484                        
  3485      </profile>
  3486              
  3487     </profiles >
  3488    
  3489             
  3490     <propertie s>
  3491                       
  3492      <map2.enco ding>
  3493       UTF-8
  3494      </map2.enc oding>
  3495                       
  3496      <jersey.ve rsion>
  3497       1.12
  3498      </jersey.v ersion>
  3499                       
  3500      <jersey-js on.version >
  3501       1.12
  3502      </jersey-j son.versio n>
  3503                       
  3504      <jax-ws-rs .version>
  3505       2.0.1
  3506      </jax-ws-r s.version>
  3507                       
  3508      <gson.vers ion>
  3509       2.3.1
  3510      </gson.ver sion>
  3511                       
  3512      <java.vers ion>
  3513       1.7
  3514      </java.ver sion>
  3515                       
  3516      <tomcat.pl ugin.versi on>
  3517       2.2
  3518      </tomcat.p lugin.vers ion>
  3519                       
  3520      <tomcat.ve rsion>
  3521       7.0.54
  3522      </tomcat.v ersion>
  3523                       
  3524      <slf4j.ver sion>
  3525       1.7.7
  3526      </slf4j.ve rsion>
  3527                       
  3528      <log4j.ver sion>
  3529       1.2.17
  3530      </log4j.ve rsion>
  3531                       
  3532      <junit.ver sion>
  3533       4.12
  3534      </junit.ve rsion>
  3535                       
  3536      <hamcrest. version>
  3537       1.3
  3538      </hamcrest .version>
  3539                       
  3540      <mockito.v ersion>
  3541       1.9.5
  3542      </mockito. version>
  3543                       
  3544      <servlet.v ersion>
  3545       3.0.1
  3546      </servlet. version>
  3547                       
  3548      <jstl.vers ion>
  3549       1.2
  3550      </jstl.ver sion>
  3551                       
  3552      <joda.vers ion>
  3553       2.7
  3554      </joda.ver sion>
  3555                       
  3556      <cxf.versi on>
  3557       3.0.4
  3558      </cxf.vers ion>
  3559                       
  3560      <cxf-xjc-p lugin.vers ion>
  3561       2.6.2
  3562      </cxf-xjc- plugin.ver sion>
  3563                       
  3564      <cxf.xjc.t s.version>
  3565       2.6.0
  3566      </cxf.xjc. ts.version >
  3567                       
  3568      <spring.ve rsion>
  3569       4.3.9.RELE ASE
  3570      </spring.v ersion>
  3571                       
  3572      <spring.se curity.ver sion>
  3573       3.2.4.RELE ASE
  3574      </spring.s ecurity.ve rsion>
  3575                       
  3576      <spring.se curity.oau th2.versio n>
  3577       1.0.4.RELE ASE
  3578      </spring.s ecurity.oa uth2.versi on>
  3579                       
  3580      <spring.ha teoas.vers ion>
  3581       0.17.0.REL EASE
  3582      </spring.h ateoas.ver sion>
  3583                       
  3584      <hibernate .validator .version>
  3585       5.1.3.Fina l
  3586      </hibernat e.validato r.version>
  3587                       
  3588      <jackson.v ersion>
  3589       2.8.7
  3590      </jackson. version>
  3591                       
  3592      <javax.el- api.versio n>
  3593       2.2.4
  3594      </javax.el -api.versi on>
  3595                       
  3596      <javax.el. version>
  3597       2.2.4
  3598      </javax.el .version>
  3599                       
  3600      <apache-co mmons-lang 3.version>
  3601       3.1
  3602      </apache-c ommons-lan g3.version >
  3603                       
  3604      <apache-co mmons-io.v ersion>
  3605       2.4
  3606      </apache-c ommons-io. version>
  3607                       
  3608      <apache-co mmons-lang .version>
  3609       2.6
  3610      </apache-c ommons-lan g.version>
  3611                       
  3612      <apache-co mmons-bean utils.vers ion>
  3613       1.9.2
  3614      </apache-c ommons-bea nutils.ver sion>
  3615                       
  3616      <quartz.ve rsion>
  3617       2.2.1
  3618      </quartz.v ersion>
  3619                       
  3620      <spring.da ta.mongodb .version>
  3621       1.9.5.RELE ASE
  3622      </spring.d ata.mongod b.version>
  3623                       
  3624      <AuthServi cesLib.ver sion>
  3625       4.3.0
  3626      </AuthServ icesLib.ve rsion>
  3627                       
  3628      <HealthAda pterLib.ve rsion>
  3629       3.4.0
  3630      </HealthAd apterLib.v ersion>
  3631                       
  3632      <mongo.jav a.driver.v ersion>
  3633       3.2.1
  3634      </mongo.ja va.driver. version>
  3635              
  3636     </properti es>
  3637   </project>
  3638