50. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 11/8/2016 5:24:59 PM Eastern Standard Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

50.1 Files compared

# Location File Last Modified
1 rxrefill-v2.0.0 P2.zip\rxrefill-resource-master.zip pom.xml Mon Oct 17 19:31:28 2016 UTC
2 rxrefill-v2.0.0 P2.zip\rxrefill-resource-master.zip pom.xml Mon Oct 31 15:16:12 2016 UTC

50.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 24 5582
Changed 23 46
Inserted 0 0
Removed 0 0

50.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

50.4 Active regular expressions

No regular expressions were active.

50.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             
  14     <modelVers ion>
  15      4.0.0
  16     </modelVer sion>
  17             
  18     <groupId>
  19      gov.va.mob ile.vamf.r xr
  20     </groupId>
  21             
  22     <artifactI d>
  23      rxr-ws-par ent
  24     </artifact Id>
  25             
  26     <version>
  27      2.0.0
  28     </version>
  29             
  30     <packaging >
  31      pom
  32     </packagin g>
  33             
  34     <name>
  35      VAMF RxRef ill Parent  Project
  36     </name>
  37             
  38     <descripti on>
  39      Parent pro ject for R x Refill.
  40     </descript ion>
  41             
  42     <organizat ion>
  43                       
  44      <name>
  45       Department  of Vetera ns Affairs
  46      </name>
  47                       
  48      <url>
  49       https:// DNS . DNS     /
  50      </url>
  51              
  52     </organiza tion>
  53    
  54             
  55     <prerequis ites>
  56                       
  57      <maven>
  58       3.2.1
  59      </maven>
  60              
  61     </prerequi sites>
  62    
  63             
  64     <modules>
  65                       
  66      <module>
  67       ws
  68      </module>
  69              
  70     </modules>
  71    
  72    
  73    
  74    
  75    
  76             
  77     <repositor ies>
  78                       
  79      <repositor y>
  80                                 
  81       <id>
  82        map2-nexus
  83       </id>
  84                                 
  85       <url>
  86        https:// DNS . DNS     /content/r epositorie s/MAP2
  87       </url>
  88                        
  89      </reposito ry>
  90              
  91     </reposito ries>
  92    
  93    
  94    
  95    
  96             
  97     <build>
  98                       
  99      <defaultGo al>
  100       install
  101      </defaultG oal>
  102                       
  103      <extension s>
  104                                 
  105       <extension >
  106                                           
  107        <groupId>
  108         org.apache .maven.wag on
  109        </groupId>
  110                                           
  111        <artifactI d>
  112         wagon-file
  113        </artifact Id>
  114                                           
  115        <version>
  116         2.4
  117        </version>
  118                                  
  119       </extensio n>
  120                                 
  121       <extension >
  122                                           
  123        <groupId>
  124         org.apache .maven.wag on
  125        </groupId>
  126                                           
  127        <artifactI d>
  128         wagon-webd av-jackrab bit
  129        </artifact Id>
  130                                           
  131        <version>
  132         2.4
  133        </version>
  134                                  
  135       </extensio n>
  136                        
  137      </extensio ns>
  138                       
  139      <pluginMan agement>
  140                                 
  141       <plugins>
  142                                           
  143        <!-- begin  core plug ins -->
  144                                           
  145        <plugin>
  146                                                    
  147         <artifactI d>
  148          maven-arch etype-plug in
  149         </artifact Id>
  150                                                    
  151         <version>
  152          2.2
  153         </version>
  154                                            
  155        </plugin>
  156                                           
  157        <plugin>
  158                                                    
  159         <artifactI d>
  160          maven-clea n-plugin
  161         </artifact Id>
  162                                                    
  163         <version>
  164          2.5
  165         </version>
  166                                            
  167        </plugin>
  168                                           
  169        <plugin>
  170                                                    
  171         <artifactI d>
  172          maven-comp iler-plugi n
  173         </artifact Id>
  174                                                    
  175         <version>
  176          3.1
  177         </version>
  178                                                    
  179         <configura tion>
  180                                                              
  181          <source>
  182           ${java.ver sion}
  183          </source>
  184                                                              
  185          <target>
  186           ${java.ver sion}
  187          </target>
  188                                                              
  189          <showDepre cation>
  190           true
  191          </showDepr ecation>
  192                                                              
  193          <showWarni ngs>
  194           true
  195          </showWarn ings>
  196                                                              
  197          <compilerA rgument>
  198           -Xlint:unc hecked,fal lthrough,f inally
  199          </compiler Argument>
  200                                                              
  201          <encoding>
  202           ${map2.enc oding}
  203          </encoding >
  204                                                     
  205         </configur ation>
  206                                            
  207        </plugin>
  208                                           
  209        <plugin>
  210                                                    
  211         <artifactI d>
  212          maven-depl oy-plugin
  213         </artifact Id>
  214                                                    
  215         <version>
  216          2.8.1
  217         </version>
  218                                            
  219        </plugin>
  220                                           
  221        <plugin>
  222                                                    
  223         <artifactI d>
  224          maven-inst all-plugin
  225         </artifact Id>
  226                                                    
  227         <version>
  228          2.5.1
  229         </version>
  230                                            
  231        </plugin>
  232                                           
  233        <plugin>
  234                                                    
  235         <artifactI d>
  236          maven-reso urces-plug in
  237         </artifact Id>
  238                                                    
  239         <version>
  240          2.6
  241         </version>
  242                                                    
  243         <configura tion>
  244                                                              
  245          <encoding>
  246           ${map2.enc oding}
  247          </encoding >
  248                                                     
  249         </configur ation>
  250                                            
  251        </plugin>
  252                                           
  253        <plugin>
  254                                                    
  255         <artifactI d>
  256          maven-site -plugin
  257         </artifact Id>
  258                                                    
  259         <version>
  260          3.3
  261         </version>
  262                                            
  263        </plugin>
  264                                           
  265        <plugin>
  266                                                    
  267         <artifactI d>
  268          maven-sure fire-plugi n
  269         </artifact Id>
  270                                                    
  271         <version>
  272          2.16
  273         </version>
  274                                            
  275        </plugin>
  276                                           
  277        <plugin>
  278                                                    
  279         <artifactI d>
  280          maven-veri fier-plugi n
  281         </artifact Id>
  282                                                    
  283         <version>
  284          1.0
  285         </version>
  286                                            
  287        </plugin>
  288                                           
  289        <!-- end c ore plugin s -->
  290                                           
  291        <!-- begin  packaging /types plu gins -->
  292                                           
  293        <plugin>
  294                                                    
  295         <artifactI d>
  296          maven-ear- plugin
  297         </artifact Id>
  298                                                    
  299         <version>
  300          2.9
  301         </version>
  302                                            
  303        </plugin>
  304                                           
  305        <plugin>
  306                                                    
  307         <artifactI d>
  308          maven-ejb- plugin
  309         </artifact Id>
  310                                                    
  311         <version>
  312          2.3
  313         </version>
  314                                            
  315        </plugin>
  316                                           
  317        <plugin>
  318                                                    
  319         <artifactI d>
  320          maven-jar- plugin
  321         </artifact Id>
  322                                                    
  323         <version>
  324          2.4
  325         </version>
  326                                                    
  327         <configura tion>
  328                                                              
  329          <archive>
  330                                                                        
  331           <index>
  332            true
  333           </index>
  334                                                               
  335          </archive>
  336                                                     
  337         </configur ation>
  338                                            
  339        </plugin>
  340                                           
  341        <plugin>
  342                                                    
  343         <artifactI d>
  344          maven-rar- plugin
  345         </artifact Id>
  346                                                    
  347         <version>
  348          2.3
  349         </version>
  350                                            
  351        </plugin>
  352                                           
  353        <plugin>
  354                                                    
  355         <artifactI d>
  356          maven-war- plugin
  357         </artifact Id>
  358                                                    
  359         <version>
  360          2.4
  361         </version>
  362                                            
  363        </plugin>
  364                                           
  365        <plugin>
  366                                                    
  367         <artifactI d>
  368          maven-shad e-plugin
  369         </artifact Id>
  370                                                    
  371         <version>
  372          2.2
  373         </version>
  374                                            
  375        </plugin>
  376                                           
  377        <!-- end p ackaging/t ypes plugi ns -->
  378                                           
  379        <!-- begin  reporting  plugins - ->
  380                                           
  381        <plugin>
  382                                                    
  383         <artifactI d>
  384          maven-chan gelog-plug in
  385         </artifact Id>
  386                                                    
  387         <version>
  388          2.2
  389         </version>
  390                                            
  391        </plugin>
  392                                           
  393        <plugin>
  394                                                    
  395         <artifactI d>
  396          maven-chan ges-plugin
  397         </artifact Id>
  398                                                    
  399         <version>
  400          2.9
  401         </version>
  402                                            
  403        </plugin>
  404                                           
  405        <plugin>
  406                                                    
  407         <artifactI d>
  408          maven-chec kstyle-plu gin
  409         </artifact Id>
  410                                                    
  411         <version>
  412          2.11
  413         </version>
  414                                                    
  415         <configura tion>
  416                                                              
  417          <consoleOu tput>
  418           true
  419          </consoleO utput>
  420                                                              
  421          <encoding>
  422           ${map2.enc oding}
  423          </encoding >
  424                                                     
  425         </configur ation>
  426                                            
  427        </plugin>
  428                                           
  429        <plugin>
  430                                                    
  431         <artifactI d>
  432          maven-java doc-plugin
  433         </artifact Id>
  434                                                    
  435         <version>
  436          2.9.1
  437         </version>
  438                                                    
  439         <configura tion>
  440                                                              
  441          <quiet>
  442           true
  443          </quiet>
  444                                                              
  445          <linksourc e>
  446           true
  447          </linksour ce>
  448                                                              
  449          <docencodi ng>
  450           ${map2.enc oding}
  451          </docencod ing>
  452                                                              
  453          <encoding>
  454           ${map2.enc oding}
  455          </encoding >
  456                                                     
  457         </configur ation>
  458                                            
  459        </plugin>
  460                                           
  461        <plugin>
  462                                                    
  463         <artifactI d>
  464          maven-jxr- plugin
  465         </artifact Id>
  466                                                    
  467         <version>
  468          2.3
  469         </version>
  470                                            
  471        </plugin>
  472                                           
  473        <plugin>
  474                                                    
  475         <artifactI d>
  476          maven-pmd- plugin
  477         </artifact Id>
  478                                                    
  479         <version>
  480          3.0.1
  481         </version>
  482                                                    
  483         <configura tion>
  484                                                              
  485          <encoding>
  486           ${map2.enc oding}
  487          </encoding >
  488                                                     
  489         </configur ation>
  490                                            
  491        </plugin>
  492                                           
  493        <plugin>
  494                                                    
  495         <artifactI d>
  496          maven-proj ect-info-r eports-plu gin
  497         </artifact Id>
  498                                                    
  499         <version>
  500          2.7
  501         </version>
  502                                            
  503        </plugin>
  504                                           
  505        <plugin>
  506                                                    
  507         <artifactI d>
  508          maven-sure fire-repor t-plugin
  509         </artifact Id>
  510                                                    
  511         <version>
  512          2.16
  513         </version>
  514                                            
  515        </plugin>
  516                                           
  517        <!-- end r eporting p lugins -->
  518                                           
  519        <!-- begin  tools plu gins -->
  520                                           
  521        <plugin>
  522                                                    
  523         <artifactI d>
  524          maven-antr un-plugin
  525         </artifact Id>
  526                                                    
  527         <version>
  528          1.7
  529         </version>
  530                                            
  531        </plugin>
  532                                           
  533        <plugin>
  534                                                    
  535         <artifactI d>
  536          maven-asse mbly-plugi n
  537         </artifact Id>
  538                                                    
  539         <version>
  540          2.4
  541         </version>
  542                                            
  543        </plugin>
  544                                           
  545        <plugin>
  546                                                    
  547         <artifactI d>
  548          maven-depe ndency-plu gin
  549         </artifact Id>
  550                                                    
  551         <version>
  552          2.8
  553         </version>
  554                                            
  555        </plugin>
  556                                           
  557        <plugin>
  558                                                    
  559         <artifactI d>
  560          maven-enfo rcer-plugi n
  561         </artifact Id>
  562                                                    
  563         <version>
  564          1.3.1
  565         </version>
  566                                            
  567        </plugin>
  568                                           
  569        <plugin>
  570                                                    
  571         <artifactI d>
  572          maven-help -plugin
  573         </artifact Id>
  574                                                    
  575         <version>
  576          2.2
  577         </version>
  578                                            
  579        </plugin>
  580                                           
  581        <plugin>
  582                                                    
  583         <artifactI d>
  584          maven-invo ker-plugin
  585         </artifact Id>
  586                                                    
  587         <version>
  588          1.8
  589         </version>
  590                                            
  591        </plugin>
  592                                           
  593        <plugin>
  594                                                    
  595         <artifactI d>
  596          maven-rele ase-plugin
  597         </artifact Id>
  598                                                    
  599         <version>
  600          2.4.2
  601         </version>
  602                                                    
  603         <configura tion>
  604                                                              
  605          <autoVersi onSubmodul es>
  606           true
  607          </autoVers ionSubmodu les>
  608                                                              
  609          <useReleas eProfile>
  610           false
  611          </useRelea seProfile>
  612                                                              
  613          <goals>
  614           source:jar  deploy
  615          </goals>
  616                                                              
  617          <arguments >
  618           -DupdateRe leaseInfo= true
  619          </argument s>
  620                                                              
  621          <updateBra nchVersion s>
  622           true
  623          </updateBr anchVersio ns>
  624                                                              
  625          <updateWor kingCopyVe rsions>
  626           false
  627          </updateWo rkingCopyV ersions>
  628                                                     
  629         </configur ation>
  630                                            
  631        </plugin>
  632                                           
  633        <plugin>
  634                                                    
  635         <artifactI d>
  636          maven-remo te-resourc es-plugin
  637         </artifact Id>
  638                                                    
  639         <version>
  640          1.5
  641         </version>
  642                                            
  643        </plugin>
  644                                           
  645        <plugin>
  646                                                    
  647         <artifactI d>
  648          maven-repo sitory-plu gin
  649         </artifact Id>
  650                                                    
  651         <version>
  652          2.3.1
  653         </version>
  654                                            
  655        </plugin>
  656                                           
  657        <plugin>
  658                                                    
  659         <artifactI d>
  660          maven-scm- plugin
  661         </artifact Id>
  662                                                    
  663         <version>
  664          1.8.1
  665         </version>
  666                                            
  667        </plugin>
  668                                           
  669        <plugin>
  670                                                    
  671         <artifactI d>
  672          maven-sour ce-plugin
  673         </artifact Id>
  674                                                    
  675         <version>
  676          2.2.1
  677         </version>
  678                                            
  679        </plugin>
  680                                           
  681        <!-- end t ools plugi ns -->
  682                                           
  683        <!-- begin  ide plugi ns -->
  684                                           
  685        <plugin>
  686                                                    
  687         <artifactI d>
  688          maven-ecli pse-plugin
  689         </artifact Id>
  690                                                    
  691         <version>
  692          2.9
  693         </version>
  694                                            
  695        </plugin>
  696                                           
  697        <!-- end i de plugins  -->
  698                                           
  699        <!-- begin  codehaus  plugins -- >
  700                                           
  701        <plugin>
  702                                                    
  703         <groupId>
  704          org.codeha us.mojo
  705         </groupId>
  706                                                    
  707         <artifactI d>
  708          build-help er-maven-p lugin
  709         </artifact Id>
  710                                                    
  711         <version>
  712          1.8
  713         </version>
  714                                            
  715        </plugin>
  716                                           
  717        <plugin>
  718                                                    
  719         <groupId>
  720          org.codeha us.mojo
  721         </groupId>
  722                                                    
  723         <artifactI d>
  724          jdepend-ma ven-plugin
  725         </artifact Id>
  726                                                    
  727         <version>
  728          2.0-beta-2
  729         </version>
  730                                            
  731        </plugin>
  732                                           
  733        <plugin>
  734                                                    
  735         <groupId>
  736          org.codeha us.mojo
  737         </groupId>
  738                                                    
  739         <artifactI d>
  740          taglist-ma ven-plugin
  741         </artifact Id>
  742                                                    
  743         <version>
  744          2.4
  745         </version>
  746                                                    
  747         <configura tion>
  748                                                              
  749          <encoding>
  750           ${map2.enc oding}
  751          </encoding >
  752                                                     
  753         </configur ation>
  754                                            
  755        </plugin>
  756                                           
  757        <plugin>
  758                                                    
  759         <groupId>
  760          org.codeha us.mojo
  761         </groupId>
  762                                                    
  763         <artifactI d>
  764          findbugs-m aven-plugi n
  765         </artifact Id>
  766                                                    
  767         <version>
  768          2.5.3
  769         </version>
  770                                            
  771        </plugin>
  772                                           
  773        <plugin>
  774                                                    
  775         <groupId>
  776          org.codeha us.mojo
  777         </groupId>
  778                                                    
  779         <artifactI d>
  780          versions-m aven-plugi n
  781         </artifact Id>
  782                                                    
  783         <version>
  784          2.1
  785         </version>
  786                                            
  787        </plugin>
  788                                           
  789        <plugin>
  790                                                    
  791         <groupId>
  792          org.codeha us.mojo
  793         </groupId>
  794                                                    
  795         <artifactI d>
  796          cobertura- maven-plug in
  797         </artifact Id>
  798                                                    
  799         <version>
  800          2.7
  801         </version>
  802                                                    
  803         <configura tion>
  804                                                              
  805          <argLine>
  806           -XX:-UseSp litVerifie r
  807          </argLine>
  808                                                              
  809          <outputDir ectory>
  810           ${project. build.dire ctory}/../ ../code_co verage/cob ertura
  811          </outputDi rectory>
  812                                                              
  813          <instrumen tation>
  814                                                                        
  815           <ignoreTri vial>
  816            true
  817           </ignoreTr ivial>
  818                                                               
  819          </instrume ntation>
  820                                                     
  821         </configur ation>
  822                                            
  823        </plugin>
  824                                           
  825        <!-- end c odehaus pl ugins -->
  826                                  
  827       </plugins>
  828                        
  829      </pluginMa nagement>
  830                       
  831      <plugins>
  832      
  833                                 
  834       <!-- plugi n> <groupI d>org.jfro g.buildinf o</groupId > <artifac tId>artifa ctory-mave n-plugin</ artifactId
  835                                          <version >2.2.3</ve rsion> <in herited>fa lse</inher ited> <exe cutions> < execution>  
  836                                          <id>buil d-info</id > <goals>  <goal>publ ish</goal>  </goals>  <configura tion> 
  837                                          <deployP roperties>  <gradle>a wesome</gr adle> <rev iew.team>q a</review. team> 
  838                                          </deploy Properties > <artifac tory> <inc ludeEnvVar s>true</in cludeEnvVa rs> <timeo utSec>600< /timeoutSe c> 
  839                                          <propert iesFile>pu blish.prop erties</pr opertiesFi le> </arti factory> < publisher>  
  840                                          <context Url>https: //map2-dev .eslabs.xw .ssn.hp.co m/artifact ory</conte xtUrl> 
  841                                          <usernam e>xxxxx</u sername> < password>x xxxxx</pas sword> <re poKey>jenk ins-releas e-local</r epoKey> 
  842                                          <snapsho tRepoKey>j enkins-sna pshot-loca l</snapsho tRepoKey>  </publishe r> </confi guration> 
  843                                          </execut ion> </exe cutions> < /plugin> - ->
  844      
  845                                 
  846       <plugin>
  847                                           
  848        <artifactI d>
  849         maven-enfo rcer-plugi n
  850        </artifact Id>
  851                                           
  852        <execution s>
  853                                                    
  854         <execution >
  855                                                              
  856          <id>
  857           enforce-ve rsions
  858          </id>
  859                                                              
  860          <goals>
  861                                                                        
  862           <goal>
  863            enforce
  864           </goal>
  865                                                               
  866          </goals>
  867                                                              
  868          <inherited >
  869           false
  870          </inherite d>
  871                                                              
  872          <configura tion>
  873                                                                        
  874           <rules>
  875                                                                                  
  876            <requireMa venVersion >
  877                                                                                            
  878             <version>
  879              2.2.1
  880             </version>
  881                                                                                   
  882            </requireM avenVersio n>
  883                                                                                  
  884            <requireJa vaVersion>
  885                                                                                            
  886             <version>
  887              ${java.ver sion}
  888             </version>
  889                                                                                   
  890            </requireJ avaVersion >
  891                                                                                  
  892            <requirePl uginVersio ns>
  893                                                                                            
  894             <message>
  895              Best Pract ice is to  always def ine plugin  versions!
  896             </message>
  897                                                                                            
  898             <banLatest >
  899              true
  900             </banLates t>
  901                                                                                            
  902             <banReleas e>
  903              true
  904             </banRelea se>
  905                                                                                            
  906             <banSnapsh ots>
  907              true
  908             </banSnaps hots>
  909                                                                                            
  910             <phases>
  911              clean,depl oy,site
  912             </phases>
  913                                                                                            
  914             <additiona lPlugins>
  915                                                                                                     
  916              <additiona lPlugin>
  917               org.apache .maven.plu gins:maven -eclipse-p lugin
  918              </addition alPlugin>
  919                                                                                                     
  920              <!-- addit ionalPlugi n>org.apac he.maven.p lugins:mav en-ide-plu gin</addit ionalPlugi n -->
  921                                                                                             
  922             </addition alPlugins>
  923                                                                                   
  924            </requireP luginVersi ons>
  925                                                                         
  926           </rules>
  927                                                               
  928          </configur ation>
  929                                                     
  930         </executio n>
  931                                            
  932        </executio ns>
  933                                  
  934       </plugin>
  935                                 
  936       <plugin>
  937                                           
  938        <artifactI d>
  939         maven-ecli pse-plugin
  940        </artifact Id>
  941                                           
  942        <inherited >
  943         false
  944        </inherite d>
  945                                           
  946        <configura tion>
  947                                                    
  948         <skip>
  949          true
  950         </skip>
  951                                            
  952        </configur ation>
  953                                  
  954       </plugin>
  955                        
  956      </plugins>
  957              
  958     </build>
  959             
  960     <reporting >
  961                       
  962      <plugins>
  963                                 
  964       <plugin>
  965                                           
  966        <artifactI d>
  967         maven-proj ect-info-r eports-plu gin
  968        </artifact Id>
  969                                           
  970        <version>
  971         2.7
  972        </version>
  973                                  
  974       </plugin>
  975                                 
  976       <plugin>
  977                                           
  978        <artifactI d>
  979         maven-java doc-plugin
  980        </artifact Id>
  981                                           
  982        <version>
  983         2.9.1
  984        </version>
  985                                           
  986        <configura tion>
  987                                                    
  988         <quiet>
  989          true
  990         </quiet>
  991                                                    
  992         <linksourc e>
  993          true
  994         </linksour ce>
  995                                                    
  996         <docencodi ng>
  997          ${map2.enc oding}
  998         </docencod ing>
  999                                                    
  1000         <encoding>
  1001          ${map2.enc oding}
  1002         </encoding >
  1003                                            
  1004        </configur ation>
  1005                                           
  1006        <reportSet s>
  1007                                                    
  1008         <reportSet >
  1009                                                              
  1010          <reports>
  1011                                                                        
  1012           <report>
  1013            javadoc
  1014           </report>
  1015                                                                        
  1016           <report>
  1017            test-javad oc
  1018           </report>
  1019                                                               
  1020          </reports>
  1021                                                     
  1022         </reportSe t>
  1023                                            
  1024        </reportSe ts>
  1025                                  
  1026       </plugin>
  1027                                 
  1028       <plugin>
  1029                                           
  1030        <artifactI d>
  1031         maven-chec kstyle-plu gin
  1032        </artifact Id>
  1033                                           
  1034        <version>
  1035         2.11
  1036        </version>
  1037                                           
  1038        <configura tion>
  1039                                                    
  1040         <configLoc ation>
  1041          ${map2.che ckstyle.co nfig.locat ion}
  1042         </configLo cation>
  1043                                                    
  1044         <encoding>
  1045          ${map2.enc oding}
  1046         </encoding >
  1047                                            
  1048        </configur ation>
  1049                                  
  1050       </plugin>
  1051                                 
  1052       <plugin>
  1053                                           
  1054        <artifactI d>
  1055         maven-pmd- plugin
  1056        </artifact Id>
  1057                                           
  1058        <version>
  1059         3.0.1
  1060        </version>
  1061                                           
  1062        <configura tion>
  1063                                                    
  1064         <linkXref>
  1065          true
  1066         </linkXref >
  1067                                                    
  1068         <targetJdk >
  1069          ${java.ver sion}
  1070         </targetJd k>
  1071                                                    
  1072         <sourceEnc oding>
  1073          ${map2.enc oding}
  1074         </sourceEn coding>
  1075                                            
  1076        </configur ation>
  1077                                  
  1078       </plugin>
  1079                                 
  1080       <plugin>
  1081                                           
  1082        <artifactI d>
  1083         maven-sure fire-plugi n
  1084        </artifact Id>
  1085                                           
  1086        <version>
  1087         2.16
  1088        </version>
  1089                                  
  1090       </plugin>
  1091                                 
  1092       <plugin>
  1093                                           
  1094        <artifactI d>
  1095         maven-sure fire-repor t-plugin
  1096        </artifact Id>
  1097                                           
  1098        <version>
  1099         2.16
  1100        </version>
  1101                                  
  1102       </plugin>
  1103                                 
  1104       <plugin>
  1105                                           
  1106        <groupId>
  1107         org.codeha us.mojo
  1108        </groupId>
  1109                                           
  1110        <artifactI d>
  1111         jdepend-ma ven-plugin
  1112        </artifact Id>
  1113                                           
  1114        <version>
  1115         2.0-beta-2
  1116        </version>
  1117                                  
  1118       </plugin>
  1119                                 
  1120       <plugin>
  1121                                           
  1122        <artifactI d>
  1123         maven-jxr- plugin
  1124        </artifact Id>
  1125                                           
  1126        <version>
  1127         2.3
  1128        </version>
  1129                                           
  1130        <configura tion>
  1131                                                    
  1132         <linkJavad oc>
  1133          true
  1134         </linkJava doc>
  1135                                                    
  1136         <inputEnco ding>
  1137          ${map2.enc oding}
  1138         </inputEnc oding>
  1139                                                    
  1140         <outputEnc oding>
  1141          ${map2.enc oding}
  1142         </outputEn coding>
  1143                                            
  1144        </configur ation>
  1145                                  
  1146       </plugin>
  1147                                 
  1148       <plugin>
  1149                                           
  1150        <groupId>
  1151         org.codeha us.mojo
  1152        </groupId>
  1153                                           
  1154        <artifactI d>
  1155         taglist-ma ven-plugin
  1156        </artifact Id>
  1157                                           
  1158        <version>
  1159         2.4
  1160        </version>
  1161                                           
  1162        <configura tion>
  1163                                                    
  1164         <tagListOp tions>
  1165                                                              
  1166          <tagClasse s>
  1167                                                                        
  1168           <tagClass>
  1169                                                                                  
  1170            <displayNa me>
  1171             TODO Work
  1172            </displayN ame>
  1173                                                                                  
  1174            <tags>
  1175                                                                                            
  1176             <tag>
  1177                                                                                                     
  1178              <matchStri ng>
  1179               todo
  1180              </matchStr ing>
  1181                                                                                                     
  1182              <matchType >
  1183               ignoreCase
  1184              </matchTyp e>
  1185                                                                                             
  1186             </tag>
  1187                                                                                   
  1188            </tags>
  1189                                                                         
  1190           </tagClass >
  1191                                                                        
  1192           <tagClass>
  1193                                                                                  
  1194            <displayNa me>
  1195             FIXME Work
  1196            </displayN ame>
  1197                                                                                  
  1198            <tags>
  1199                                                                                            
  1200             <tag>
  1201                                                                                                     
  1202              <matchStri ng>
  1203               fixme
  1204              </matchStr ing>
  1205                                                                                                     
  1206              <matchType >
  1207               ignoreCase
  1208              </matchTyp e>
  1209                                                                                             
  1210             </tag>
  1211                                                                                            
  1212             <tag>
  1213                                                                                                     
  1214              <matchStri ng>
  1215               fix me
  1216              </matchStr ing>
  1217                                                                                                     
  1218              <matchType >
  1219               ignoreCase
  1220              </matchTyp e>
  1221                                                                                             
  1222             </tag>
  1223                                                                                   
  1224            </tags>
  1225                                                                         
  1226           </tagClass >
  1227                                                               
  1228          </tagClass es>
  1229                                                     
  1230         </tagListO ptions>
  1231                                                    
  1232         <encoding>
  1233          ${map2.enc oding}
  1234         </encoding >
  1235                                            
  1236        </configur ation>
  1237                                  
  1238       </plugin>
  1239                                 
  1240       <plugin>
  1241                                           
  1242        <groupId>
  1243         org.codeha us.mojo
  1244        </groupId>
  1245                                           
  1246        <artifactI d>
  1247         findbugs-m aven-plugi n
  1248        </artifact Id>
  1249                                           
  1250        <version>
  1251         2.5.3
  1252        </version>
  1253                                  
  1254       </plugin>
  1255                                 
  1256       <plugin>
  1257                                           
  1258        <artifactI d>
  1259         maven-chan ges-plugin
  1260        </artifact Id>
  1261                                           
  1262        <version>
  1263         2.9
  1264        </version>
  1265                                           
  1266        <reportSet s>
  1267                                                    
  1268         <reportSet >
  1269                                                              
  1270          <reports>
  1271                                                                        
  1272           <report>
  1273            changes-re port
  1274           </report>
  1275                                                               
  1276          </reports>
  1277                                                     
  1278         </reportSe t>
  1279                                            
  1280        </reportSe ts>
  1281                                  
  1282       </plugin>
  1283                                 
  1284       <plugin>
  1285                                           
  1286        <groupId>
  1287         org.codeha us.mojo
  1288        </groupId>
  1289                                           
  1290        <artifactI d>
  1291         versions-m aven-plugi n
  1292        </artifact Id>
  1293                                           
  1294        <version>
  1295         2.1
  1296        </version>
  1297                                           
  1298        <reportSet s>
  1299                                                    
  1300         <reportSet >
  1301                                                              
  1302          <reports>
  1303                                                                        
  1304           <report>
  1305            dependency -updates-r eport
  1306           </report>
  1307                                                                        
  1308           <report>
  1309            plugin-upd ates-repor t
  1310           </report>
  1311                                                                        
  1312           <report>
  1313            property-u pdates-rep ort
  1314           </report>
  1315                                                               
  1316          </reports>
  1317                                                     
  1318         </reportSe t>
  1319                                            
  1320        </reportSe ts>
  1321                                  
  1322       </plugin>
  1323                        
  1324      </plugins>
  1325              
  1326     </reportin g>
  1327             
  1328     <dependenc yManagemen t>
  1329                       
  1330      <dependenc ies>
  1331      
  1332                                 
  1333       <!-- CXF D ependencie s -->
  1334                                 
  1335       <dependenc y>
  1336                                           
  1337        <groupId>
  1338         org.apache .cxf
  1339        </groupId>
  1340                                           
  1341        <artifactI d>
  1342         cxf-rt-fro ntend-jaxw s
  1343        </artifact Id>
  1344                                           
  1345        <version>
  1346         ${cxf.vers ion}
  1347        </version>
  1348                                  
  1349       </dependen cy>
  1350                                 
  1351       <dependenc y>
  1352                                           
  1353        <groupId>
  1354         org.apache .cxf
  1355        </groupId>
  1356                                           
  1357        <artifactI d>
  1358         cxf-rt-tra nsports-ht tp
  1359        </artifact Id>
  1360                                           
  1361        <version>
  1362         ${cxf.vers ion}
  1363        </version>
  1364                                  
  1365       </dependen cy>
  1366                                 
  1367       <dependenc y>
  1368                                           
  1369        <groupId>
  1370         org.apache .cxf
  1371        </groupId>
  1372                                           
  1373        <artifactI d>
  1374         cxf-rt-fro ntend-jaxr s
  1375        </artifact Id>
  1376                                           
  1377        <version>
  1378         ${cxf.vers ion}
  1379        </version>
  1380                                  
  1381       </dependen cy>
  1382                                 
  1383       <dependenc y>
  1384                                           
  1385        <groupId>
  1386         org.apache .cxf
  1387        </groupId>
  1388                                           
  1389        <artifactI d>
  1390         cxf-rt-tra nsports-lo cal
  1391        </artifact Id>
  1392                                           
  1393        <version>
  1394         ${cxf.vers ion}
  1395        </version>
  1396                                  
  1397       </dependen cy>
  1398                                 
  1399       <dependenc y>
  1400                                           
  1401        <groupId>
  1402         org.apache .cxf
  1403        </groupId>
  1404                                           
  1405        <artifactI d>
  1406         cxf-rt-rs- extension- search
  1407        </artifact Id>
  1408                                           
  1409        <version>
  1410         ${cxf.vers ion}
  1411        </version>
  1412                                  
  1413       </dependen cy>
  1414                                 
  1415       <dependenc y>
  1416                                           
  1417        <groupId>
  1418         org.apache .cxf
  1419        </groupId>
  1420                                           
  1421        <artifactI d>
  1422         cxf-rt-rs- extension- providers
  1423        </artifact Id>
  1424                                           
  1425        <version>
  1426         ${cxf.vers ion}
  1427        </version>
  1428                                  
  1429       </dependen cy>
  1430                                 
  1431       <dependenc y>
  1432                                           
  1433        <groupId>
  1434         org.apache .cxf
  1435        </groupId>
  1436                                           
  1437        <artifactI d>
  1438         cxf-rt-rs- client
  1439        </artifact Id>
  1440                                           
  1441        <version>
  1442         ${cxf.vers ion}
  1443        </version>
  1444                                  
  1445       </dependen cy>
  1446                                 
  1447       <dependenc y>
  1448                                           
  1449        <groupId>
  1450         org.apache .cxf
  1451        </groupId>
  1452                                           
  1453        <artifactI d>
  1454         cxf-rt-tra nsports-ht tp-jetty
  1455        </artifact Id>
  1456                                           
  1457        <version>
  1458         ${cxf.vers ion}
  1459        </version>
  1460                                  
  1461       </dependen cy>
  1462      
  1463                                 
  1464       <!-- Sprin g Dependen cies -->
  1465                                 
  1466       <dependenc y>
  1467                                           
  1468        <groupId>
  1469         org.spring framework
  1470        </groupId>
  1471                                           
  1472        <artifactI d>
  1473         spring-cor e
  1474        </artifact Id>
  1475                                           
  1476        <version>
  1477         ${spring.v ersion}
  1478        </version>
  1479                                  
  1480       </dependen cy>
  1481                                 
  1482       <dependenc y>
  1483                                           
  1484        <groupId>
  1485         org.spring framework
  1486        </groupId>
  1487                                           
  1488        <artifactI d>
  1489         spring-web
  1490        </artifact Id>
  1491                                           
  1492        <version>
  1493         ${spring.v ersion}
  1494        </version>
  1495                                  
  1496       </dependen cy>
  1497                                 
  1498       <dependenc y>
  1499                                           
  1500        <groupId>
  1501         org.spring framework
  1502        </groupId>
  1503                                           
  1504        <artifactI d>
  1505         spring-bea ns
  1506        </artifact Id>
  1507                                           
  1508        <version>
  1509         ${spring.v ersion}
  1510        </version>
  1511                                  
  1512       </dependen cy>
  1513                                 
  1514       <dependenc y>
  1515                                           
  1516        <groupId>
  1517         org.spring framework
  1518        </groupId>
  1519                                           
  1520        <artifactI d>
  1521         spring-con text
  1522        </artifact Id>
  1523                                           
  1524        <version>
  1525         ${spring.v ersion}
  1526        </version>
  1527                                  
  1528       </dependen cy>
  1529                                 
  1530       <dependenc y>
  1531                                           
  1532        <groupId>
  1533         org.spring framework
  1534        </groupId>
  1535                                           
  1536        <artifactI d>
  1537         spring-web mvc
  1538        </artifact Id>
  1539                                           
  1540        <version>
  1541         ${spring.v ersion}
  1542        </version>
  1543                                  
  1544       </dependen cy>
  1545                                 
  1546       <dependenc y>
  1547                                           
  1548        <groupId>
  1549         org.spring framework
  1550        </groupId>
  1551                                           
  1552        <artifactI d>
  1553         spring-oxm
  1554        </artifact Id>
  1555                                           
  1556        <version>
  1557         ${spring.v ersion}
  1558        </version>
  1559                                  
  1560       </dependen cy>
  1561      
  1562                                 
  1563       <!-- Sprin g Test -->
  1564                                 
  1565       <dependenc y>
  1566                                           
  1567        <groupId>
  1568         org.spring framework
  1569        </groupId>
  1570                                           
  1571        <artifactI d>
  1572         spring-tes t
  1573        </artifact Id>
  1574                                           
  1575        <version>
  1576         ${spring.v ersion}
  1577        </version>
  1578                                           
  1579        <scope>
  1580         test
  1581        </scope>
  1582                                  
  1583       </dependen cy>
  1584      
  1585                                 
  1586       <!-- Sprin g Security  -->
  1587                                 
  1588       <dependenc y>
  1589                                           
  1590        <groupId>
  1591         org.spring framework. security
  1592        </groupId>
  1593                                           
  1594        <artifactI d>
  1595         spring-sec urity-core
  1596        </artifact Id>
  1597                                           
  1598        <version>
  1599         ${spring.s ecurity.ve rsion}
  1600        </version>
  1601                                  
  1602       </dependen cy>
  1603                                 
  1604       <dependenc y>
  1605                                           
  1606        <groupId>
  1607         org.spring framework. security
  1608        </groupId>
  1609                                           
  1610        <artifactI d>
  1611         spring-sec urity-conf ig
  1612        </artifact Id>
  1613                                           
  1614        <version>
  1615         ${spring.s ecurity.ve rsion}
  1616        </version>
  1617                                  
  1618       </dependen cy>
  1619                                 
  1620       <dependenc y>
  1621                                           
  1622        <groupId>
  1623         org.spring framework. security
  1624        </groupId>
  1625                                           
  1626        <artifactI d>
  1627         spring-sec urity-web
  1628        </artifact Id>
  1629                                           
  1630        <version>
  1631         ${spring.s ecurity.ve rsion}
  1632        </version>
  1633                                  
  1634       </dependen cy>
  1635                                 
  1636       <dependenc y>
  1637                                           
  1638        <groupId>
  1639         org.spring framework. security
  1640        </groupId>
  1641                                           
  1642        <artifactI d>
  1643         spring-sec urity-tagl ibs
  1644        </artifact Id>
  1645                                           
  1646        <version>
  1647         ${spring.s ecurity.ve rsion}
  1648        </version>
  1649                                  
  1650       </dependen cy>
  1651      
  1652      
  1653                                 
  1654       <!-- Sprin g Security  OAuth2 -- >
  1655                                 
  1656       <dependenc y>
  1657                                           
  1658        <groupId>
  1659         org.spring framework. security.o auth
  1660        </groupId>
  1661                                           
  1662        <artifactI d>
  1663         spring-sec urity-oaut h2
  1664        </artifact Id>
  1665                                           
  1666        <version>
  1667         ${spring.s ecurity.oa uth2.versi on}
  1668        </version>
  1669                                  
  1670       </dependen cy>
  1671      
  1672                                 
  1673       <!-- Sprin g APOP and  Aspect J  dependenci es needed  for Metric s collecti on -->
  1674                                 
  1675       <dependenc y>
  1676                                           
  1677        <groupId>
  1678         org.spring framework
  1679        </groupId>
  1680                                           
  1681        <artifactI d>
  1682         spring-aop
  1683        </artifact Id>
  1684                                           
  1685        <version>
  1686         ${spring.v ersion}
  1687        </version>
  1688                                  
  1689       </dependen cy>
  1690                                 
  1691       <dependenc y>
  1692                                           
  1693        <groupId>
  1694         org.aspect j
  1695        </groupId>
  1696                                           
  1697        <artifactI d>
  1698         aspectjrt
  1699        </artifact Id>
  1700                                           
  1701        <version>
  1702         ${aspectj. version}
  1703        </version>
  1704                                  
  1705       </dependen cy>
  1706                                 
  1707       <dependenc y>
  1708                                           
  1709        <groupId>
  1710         org.aspect j
  1711        </groupId>
  1712                                           
  1713        <artifactI d>
  1714         aspectjwea ver
  1715        </artifact Id>
  1716                                           
  1717        <version>
  1718         ${aspectj. version}
  1719        </version>
  1720                                  
  1721       </dependen cy>
  1722      
  1723                                 
  1724       <!-- SPRIN GSEC: Depe ndencies n eeded for  Jersey JSO N marshall /unmarshal
  1725                                          when usi ng Health  Adapter fo r Token Va lidation - ->
  1726                                 
  1727       <!-- <depe ndency> <g roupId>jav ax.ws.rs</ groupId> < artifactId >jsr311-ap i</artifac tId> 
  1728                                          <version >${jsr311. version}</ version> < /dependenc y> -->
  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.v ersion}
  1742        </version>
  1743                                  
  1744       </dependen cy>
  1745      
  1746                                 
  1747       <!-- SPRIN GSEC: Depe ndencies f or Health  Adapter Li b and Auth Services - ->
  1748                                 
  1749       <dependenc y>
  1750                                           
  1751        <groupId>
  1752         com.agilex .auth
  1753        </groupId>
  1754                                           
  1755        <artifactI d>
  1756         AuthServic esLib
  1757        </artifact Id>
  1758                                           
  1759        <version>
  1760         ${AuthServ icesLib.ve rsion}
  1761        </version>
  1762                                           
  1763        <exclusion s>
  1764                                                    
  1765         <exclusion >
  1766                                                              
  1767          <groupId>
  1768           agilex.hea lthadapter -lib
  1769          </groupId>
  1770                                                              
  1771          <artifactI d>
  1772           HealthAdap terLib
  1773          </artifact Id>
  1774                                                     
  1775         </exclusio n>
  1776                                                    
  1777         <exclusion >
  1778                                                              
  1779          <groupId>
  1780           javax.serv let
  1781          </groupId>
  1782                                                              
  1783          <artifactI d>
  1784           servlet-ap i
  1785          </artifact Id>
  1786                                                     
  1787         </exclusio n>
  1788                                            
  1789        </exclusio ns>
  1790                                  
  1791       </dependen cy>
  1792                                 
  1793       <dependenc y>
  1794                                           
  1795        <groupId>
  1796         com.agilex .vamf
  1797        </groupId>
  1798                                           
  1799        <artifactI d>
  1800         HealthAdap terLib
  1801        </artifact Id>
  1802                                           
  1803        <version>
  1804         ${HealthAd apterLib.v ersion}
  1805        </version>
  1806                                  
  1807       </dependen cy>
  1808      
  1809                                 
  1810       <!-- Log4j  deps -->
  1811                                 
  1812       <dependenc y>
  1813                                           
  1814        <groupId>
  1815         org.slf4j
  1816        </groupId>
  1817                                           
  1818        <artifactI d>
  1819         slf4j-log4 j12
  1820        </artifact Id>
  1821                                           
  1822        <version>
  1823         ${slf4j.ve rsion}
  1824        </version>
  1825                                  
  1826       </dependen cy>
  1827                                 
  1828       <dependenc y>
  1829                                           
  1830        <groupId>
  1831         log4j
  1832        </groupId>
  1833                                           
  1834        <artifactI d>
  1835         log4j
  1836        </artifact Id>
  1837                                           
  1838        <version>
  1839         ${log4j.ve rsion}
  1840        </version>
  1841                                  
  1842       </dependen cy>
  1843      
  1844                                 
  1845       <!-- JUnit  deps -->
  1846                                 
  1847       <dependenc y>
  1848                                           
  1849        <groupId>
  1850         junit
  1851        </groupId>
  1852                                           
  1853        <artifactI d>
  1854         junit
  1855        </artifact Id>
  1856                                           
  1857        <version>
  1858         ${junit.ve rsion}
  1859        </version>
  1860                                           
  1861        <exclusion s>
  1862                                                    
  1863         <exclusion >
  1864                                                              
  1865          <artifactI d>
  1866           hamcrest-c ore
  1867          </artifact Id>
  1868                                                              
  1869          <groupId>
  1870           org.hamcre st
  1871          </groupId>
  1872                                                     
  1873         </exclusio n>
  1874                                            
  1875        </exclusio ns>
  1876                                           
  1877        <scope>
  1878         test
  1879        </scope>
  1880                                  
  1881       </dependen cy>
  1882                                 
  1883       <dependenc y>
  1884                                           
  1885        <groupId>
  1886         org.hamcre st
  1887        </groupId>
  1888                                           
  1889        <artifactI d>
  1890         hamcrest-a ll
  1891        </artifact Id>
  1892                                           
  1893        <version>
  1894         ${hamcrest .version}
  1895        </version>
  1896                                           
  1897        <scope>
  1898         test
  1899        </scope>
  1900                                  
  1901       </dependen cy>
  1902      
  1903                                 
  1904       <!--- GSON  -->
  1905                                 
  1906       <dependenc y>
  1907                                           
  1908        <groupId>
  1909         com.google .code.gson
  1910        </groupId>
  1911                                           
  1912        <artifactI d>
  1913         gson
  1914        </artifact Id>
  1915                                           
  1916        <version>
  1917         ${gson.ver sion}
  1918        </version>
  1919                                  
  1920       </dependen cy>
  1921      
  1922      
  1923                                 
  1924       <!-- Servl et & JSTL  -->
  1925                                 
  1926       <dependenc y>
  1927                                           
  1928        <groupId>
  1929         javax.serv let
  1930        </groupId>
  1931                                           
  1932        <artifactI d>
  1933         jstl
  1934        </artifact Id>
  1935                                           
  1936        <version>
  1937         ${jstl.ver sion}
  1938        </version>
  1939                                  
  1940       </dependen cy>
  1941                                 
  1942       <dependenc y>
  1943                                           
  1944        <groupId>
  1945         javax.serv let
  1946        </groupId>
  1947                                           
  1948        <artifactI d>
  1949         javax.serv let-api
  1950        </artifact Id>
  1951                                           
  1952        <version>
  1953         ${servlet. version}
  1954        </version>
  1955                                           
  1956        <scope>
  1957         provided
  1958        </scope>
  1959                                  
  1960       </dependen cy>
  1961      
  1962                                 
  1963       <!-- Apach e Commons  -->
  1964                                 
  1965       <dependenc y>
  1966                                           
  1967        <groupId>
  1968         org.apache .commons
  1969        </groupId>
  1970                                           
  1971        <artifactI d>
  1972         commons-la ng3
  1973        </artifact Id>
  1974                                           
  1975        <version>
  1976         ${apache-c ommons-lan g3.version }
  1977        </version>
  1978                                  
  1979       </dependen cy>
  1980                                 
  1981       <dependenc y>
  1982                                           
  1983        <groupId>
  1984         commons-io
  1985        </groupId>
  1986                                           
  1987        <artifactI d>
  1988         commons-io
  1989        </artifact Id>
  1990                                           
  1991        <version>
  1992         ${apache-c ommons-io. version}
  1993        </version>
  1994                                  
  1995       </dependen cy>
  1996                                 
  1997       <dependenc y>
  1998                                           
  1999        <groupId>
  2000         commons-la ng
  2001        </groupId>
  2002                                           
  2003        <artifactI d>
  2004         commons-la ng
  2005        </artifact Id>
  2006                                           
  2007        <version>
  2008         ${apache-c ommons-lan g.version}
  2009        </version>
  2010                                  
  2011       </dependen cy>
  2012                                 
  2013       <dependenc y>
  2014                                           
  2015        <groupId>
  2016         commons-be anutils
  2017        </groupId>
  2018                                           
  2019        <artifactI d>
  2020         commons-be anutils
  2021        </artifact Id>
  2022                                           
  2023        <version>
  2024         ${apache-c ommons-bea nutils.ver sion}
  2025        </version>
  2026                                  
  2027       </dependen cy>
  2028      
  2029                                 
  2030       <!-- JODA  -->
  2031                                 
  2032       <dependenc y>
  2033                                           
  2034        <groupId>
  2035         joda-time
  2036        </groupId>
  2037                                           
  2038        <artifactI d>
  2039         joda-time
  2040        </artifact Id>
  2041                                           
  2042        <version>
  2043         ${joda.ver sion}
  2044        </version>
  2045                                  
  2046       </dependen cy>
  2047      
  2048      
  2049                                 
  2050       <!-- Jerse y -->
  2051                                 
  2052       <dependenc y>
  2053                                           
  2054        <groupId>
  2055         com.sun.je rsey
  2056        </groupId>
  2057                                           
  2058        <artifactI d>
  2059         jersey-cor e
  2060        </artifact Id>
  2061                                           
  2062        <version>
  2063         ${jersey.v ersion}
  2064        </version>
  2065                                  
  2066       </dependen cy>
  2067                                 
  2068       <dependenc y>
  2069                                           
  2070        <groupId>
  2071         com.sun.je rsey
  2072        </groupId>
  2073                                           
  2074        <artifactI d>
  2075         jersey-cli ent
  2076        </artifact Id>
  2077                                           
  2078        <version>
  2079         ${jersey.v ersion}
  2080        </version>
  2081                                  
  2082       </dependen cy>
  2083                                 
  2084       <dependenc y>
  2085                                           
  2086        <groupId>
  2087         javax.ws.r s
  2088        </groupId>
  2089                                           
  2090        <artifactI d>
  2091         javax.ws.r s-api
  2092        </artifact Id>
  2093                                           
  2094        <version>
  2095         ${jax-ws-r s.version}
  2096        </version>
  2097                                  
  2098       </dependen cy>
  2099      
  2100                                 
  2101       <dependenc y>
  2102                                           
  2103        <groupId>
  2104         org.spring framework. hateoas
  2105        </groupId>
  2106                                           
  2107        <artifactI d>
  2108         spring-hat eoas
  2109        </artifact Id>
  2110                                           
  2111        <version>
  2112         ${spring.h ateoas.ver sion}
  2113        </version>
  2114                                  
  2115       </dependen cy>
  2116      
  2117                                 
  2118       <dependenc y>
  2119                                           
  2120        <groupId>
  2121         net.sf.ehc ache
  2122        </groupId>
  2123                                           
  2124        <artifactI d>
  2125         ehcache
  2126        </artifact Id>
  2127                                           
  2128        <version>
  2129         ${ehcache. version}
  2130        </version>
  2131                                  
  2132       </dependen cy>
  2133      
  2134                                 
  2135       <!-- Sprin g Data Dep endencies  -->
  2136                                 
  2137       <dependenc y>
  2138                                           
  2139        <groupId>
  2140         org.spring framework. data
  2141        </groupId>
  2142                                           
  2143        <artifactI d>
  2144         spring-dat a-mongodb
  2145        </artifact Id>
  2146                                           
  2147        <version>
  2148         ${spring.d ata.mongod b.version}
  2149        </version>
  2150                                  
  2151       </dependen cy>
  2152      
  2153                        
  2154      </dependen cies>
  2155     
  2156              
  2157     </dependen cyManageme nt>
  2158    
  2159             
  2160     <!-- SPRIN GSEC: prof iles creat ed for inj ection of  ha authori zation end  point 
  2161                      - am ong other  environmen t specific  variables  - into re sources -- >
  2162             
  2163     <profiles>
  2164                       
  2165      <profile>
  2166                                 
  2167       <id>
  2168        local
  2169       </id>
  2170                                 
  2171       <activatio n>
  2172                                           
  2173        <activeByD efault>
  2174         true
  2175        </activeBy Default>
  2176                                  
  2177       </activati on>
  2178                                 
  2179       <propertie s>
  2180                                           
  2181        <log4j.pri ority>
  2182         debug
  2183        </log4j.pr iority>
  2184                                           
  2185        <max.days. since.last .refill>
  2186         45
  2187        </max.days .since.las t.refill>
  2188                                           
  2189        <ha.auth.b ase.url>
  2190         https://DN S.DNS   
  2191        </ha.auth. base.url>
  2192                                           
  2193        <ecrud.bas e.url>
  2194         http://loc alhost:300 1
  2195        </ecrud.ba se.url>
  2196                                           
  2197        <mhv.base. url>
  2198         https://DN S.DNS   /
  2199        </mhv.base .url>
  2200                                           
  2201        <!-- <mhv. base.url>h ttp://loca lhost:8080 /</mhv.bas e.url> -->
  2202                                           
  2203        <rxr.app.t oken>
  2204         sjvlB75caM -O37hRpkDx V
  2205        </rxr.app. token>
  2206                                           
  2207        <cors.allo wed.url.va lue>
  2208         *
  2209        </cors.all owed.url.v alue>
  2210                                           
  2211        <profile.f inalName>
  2212         RxRefillSe rvices
  2213        </profile. finalName>
  2214                                           
  2215        <!-- <mvi. endpoint>h ttp:// IP                   /mvi/mockV AIdMPort</ mvi.endpoi nt> -->
  2216                                           
  2217        <mvi.endpo int>
  2218         http://loc alhost:808 8/mockVAId MPort
  2219        </mvi.endp oint>
  2220                                           
  2221        <mvi.conne ction.time out>
  2222         600000
  2223        </mvi.conn ection.tim eout>
  2224                                           
  2225        <mvi.read. timeout>
  2226         50000
  2227        </mvi.read .timeout>
  2228                                           
  2229        <mhv.assig ning.autho rity>
  2230         MH
  2231        </mhv.assi gning.auth ority>
  2232                                           
  2233        <metrics.b eanstalk.h ost>
  2234         IP            
  2235        </metrics. beanstalk. host>
  2236                                           
  2237        <metrics.b eanstalk.p ort>
  2238         11300
  2239        </metrics. beanstalk. port>
  2240                                           
  2241        <spring.se curity.fil ter.chain. urls>
  2242         /*
  2243        </spring.s ecurity.fi lter.chain .urls>
  2244                                           
  2245        <mongo.hos t>
  2246         localhost
  2247        </mongo.ho st>
  2248                                           
  2249        <mongo.por t>
  2250         27017
  2251        </mongo.po rt>
  2252                                           
  2253        <mongo.ssl >
  2254         false
  2255        </mongo.ss l>
  2256                                           
  2257        <mongo.use rname>
  2258        </mongo.us ername>
  2259                                           
  2260        <mongo.pwd >
  2261        </mongo.pw d>
  2262                                           
  2263        <oauth.cli ent.id>
  2264         RXR
  2265        </oauth.cl ient.id>
  2266                                           
  2267        <oauth.cli ent.secret >
  2268         RXRSecret
  2269        </oauth.cl ient.secre t>
  2270                                           
  2271        <oauth.red irect.uri>
  2272         https:// DNS . DNS     /rx-refill
  2273        </oauth.re direct.uri >
  2274                                           
  2275        <oauth.tok en.uri>
  2276         https:// DNS . DNS     /Authoriza tionServic es/oauth/t oken
  2277        </oauth.to ken.uri>
  2278                                           
  2279        <oauth.tok en.scope>
  2280         read
  2281        </oauth.to ken.scope>
  2282                                  
  2283       </properti es>
  2284                        
  2285      </profile>
  2286                       
  2287      <profile>
  2288                                 
  2289       <id>
  2290        dev
  2291       </id>
  2292                                 
  2293       <propertie s>
  2294                                           
  2295        <log4j.pri ority>
  2296         debug
  2297        </log4j.pr iority>
  2298                                           
  2299        <max.days. since.last .refill>
  2300         45
  2301        </max.days .since.las t.refill>
  2302                                           
  2303        <ha.auth.b ase.url>
  2304         https://DN S.DNS   
  2305        </ha.auth. base.url>
  2306                                           
  2307        <ecrud.bas e.url>
  2308         http:// IP                  
  2309        </ecrud.ba se.url>
  2310                                           
  2311        <mhv.base. url>
  2312         https://DN S.DNS   /
  2313        </mhv.base .url>
  2314                                           
  2315        <rxr.app.t oken>
  2316         sjvlB75caM -O37hRpkDx V
  2317        </rxr.app. token>
  2318                                           
  2319        <cors.allo wed.url.va lue>
  2320         *
  2321        </cors.all owed.url.v alue>
  2322                                           
  2323        <profile.f inalName>
  2324         RxRefillSe rvices-${p roject.ver sion}
  2325        </profile. finalName>
  2326                                           
  2327        <mvi.endpo int>
  2328         http:// IP                   /mvi/mockV AIdMPort
  2329        </mvi.endp oint>
  2330                                           
  2331        <mvi.conne ction.time out>
  2332         600000
  2333        </mvi.conn ection.tim eout>
  2334                                           
  2335        <mvi.read. timeout>
  2336         50000
  2337        </mvi.read .timeout>
  2338                                           
  2339        <mhv.assig ning.autho rity>
  2340         MH
  2341        </mhv.assi gning.auth ority>
  2342                                           
  2343        <metrics.b eanstalk.h ost>
  2344         IP            
  2345        </metrics. beanstalk. host>
  2346                                           
  2347        <metrics.b eanstalk.p ort>
  2348         11300
  2349        </metrics. beanstalk. port>
  2350                                           
  2351        <spring.se curity.fil ter.chain. urls>
  2352         /*
  2353        </spring.s ecurity.fi lter.chain .urls>
  2354                                           
  2355        <mongo.hos t>
  2356         IP            
  2357        </mongo.ho st>
  2358                                           
  2359        <mongo.por t>
  2360         27017
  2361        </mongo.po rt>
  2362                                           
  2363        <mongo.ssl >
  2364         false
  2365        </mongo.ss l>
  2366                                           
  2367        <mongo.use rname>
  2368        </mongo.us ername>
  2369                                           
  2370        <mongo.pwd >
  2371        </mongo.pw d>
  2372                                           
  2373        <oauth.cli ent.id>
  2374         RXR
  2375        </oauth.cl ient.id>
  2376                                           
  2377        <oauth.cli ent.secret >
  2378         RXRSecret
  2379        </oauth.cl ient.secre t>
  2380                                           
  2381        <oauth.red irect.uri>
  2382         https:// DNS . DNS     /rx-refill
  2383        </oauth.re direct.uri >
  2384                                           
  2385        <oauth.tok en.uri>
  2386         https:// DNS . DNS     /Authoriza tionServic es/oauth/t oken
  2387        </oauth.to ken.uri>
  2388                                           
  2389        <oauth.tok en.scope>
  2390         read
  2391        </oauth.to ken.scope>
  2392                                  
  2393       </properti es>
  2394                        
  2395      </profile>
  2396                       
  2397      <profile>
  2398                                 
  2399       <id>
  2400        sqa
  2401       </id>
  2402                                 
  2403       <propertie s>
  2404                                           
  2405        <log4j.pri ority>
  2406         info
  2407        </log4j.pr iority>
  2408                                           
  2409        <max.days. since.last .refill>
  2410         45
  2411        </max.days .since.las t.refill>
  2412                                           
  2413        <ha.auth.b ase.url>
  2414         https://DN S.DNS   
  2415        </ha.auth. base.url>
  2416                                           
  2417        <mhv.base. url>
  2418         https://DN S.DNS   /
  2419        </mhv.base .url>
  2420                                           
  2421        <rxr.app.t oken>
  2422         sjvlB99caM -O99hRpkDx V
  2423        </rxr.app. token>
  2424                                           
  2425        <cors.allo wed.url.va lue>
  2426         *
  2427        </cors.all owed.url.v alue>
  2428                                           
  2429        <profile.f inalName>
  2430         RxRefillSe rvices-${p roject.ver sion}
  2431        </profile. finalName>
  2432                                           
  2433        <mvi.endpo int>
  2434         http:// IP                   /mvi/mockV AIdMPort
  2435        </mvi.endp oint>
  2436                                           
  2437        <mvi.conne ction.time out>
  2438         600000
  2439        </mvi.conn ection.tim eout>
  2440                                           
  2441        <mvi.read. timeout>
  2442         50000
  2443        </mvi.read .timeout>
  2444                                           
  2445        <mhv.assig ning.autho rity>
  2446         MH
  2447        </mhv.assi gning.auth ority>
  2448                                           
  2449        <metrics.b eanstalk.h ost>
  2450         IP             
  2451        </metrics. beanstalk. host>
  2452                                           
  2453        <metrics.b eanstalk.p ort>
  2454         14711
  2455        </metrics. beanstalk. port>
  2456                                           
  2457        <spring.se curity.fil ter.chain. urls>
  2458         /*
  2459        </spring.s ecurity.fi lter.chain .urls>
  2460                                           
  2461        <mongo.hos t>
  2462         IP            
  2463        </mongo.ho st>
  2464                                           
  2465        <mongo.por t>
  2466         27017
  2467        </mongo.po rt>
  2468                                           
  2469        <mongo.ssl >
  2470         false
  2471        </mongo.ss l>
  2472                                           
  2473        <mongo.use rname>
  2474        </mongo.us ername>
  2475                                           
  2476        <mongo.pwd >
  2477        </mongo.pw d>
  2478                                           
  2479        <oauth.cli ent.id>
  2480         RXR
  2481        </oauth.cl ient.id>
  2482                                           
  2483        <oauth.cli ent.secret >
  2484         RXRSecret
  2485        </oauth.cl ient.secre t>
  2486                                           
  2487        <oauth.red irect.uri>
  2488         https:// DNS . DNS     /rx-refill
  2489        </oauth.re direct.uri >
  2490                                           
  2491        <oauth.tok en.uri>
  2492         https:// DNS . DNS     /Authoriza tionServic es/oauth/t oken
  2493        </oauth.to ken.uri>
  2494                                           
  2495        <oauth.tok en.scope>
  2496         read
  2497        </oauth.to ken.scope>
  2498                                  
  2499       </properti es>
  2500                        
  2501      </profile>
  2502                       
  2503      <profile>
  2504                                 
  2505       <id>
  2506        pre-prod
  2507       </id>
  2508                                 
  2509       <propertie s>
  2510                                           
  2511        <log4j.pri ority>
  2512         info
  2513        </log4j.pr iority>
  2514                                           
  2515        <max.days. since.last .refill>
  2516         45
  2517        </max.days .since.las t.refill>
  2518                                           
  2519        <ha.auth.b ase.url>
  2520        </ha.auth. base.url>                                
  2521                                           
  2522        <mhv.base. url>
  2523        </mhv.base .url>
  2524                                           
  2525        <rxr.app.t oken>
  2526        </rxr.app. token>
  2527                                           
  2528        <cors.allo wed.url.va lue>
  2529        </cors.all owed.url.v alue>
  2530                                           
  2531        <profile.f inalName>
  2532         RxRefillSe rvices-${p roject.ver sion}
  2533        </profile. finalName>
  2534                                           
  2535        <mvi.endpo int>
  2536        </mvi.endp oint>
  2537                                           
  2538        <mvi.conne ction.time out>
  2539         600000
  2540        </mvi.conn ection.tim eout>
  2541                                           
  2542        <mvi.read. timeout>
  2543         50000
  2544        </mvi.read .timeout>
  2545                                           
  2546        <mhv.assig ning.autho rity>
  2547         MH
  2548        </mhv.assi gning.auth ority>
  2549                                           
  2550        <metrics.b eanstalk.h ost>
  2551        </metrics. beanstalk. host>
  2552                                           
  2553        <metrics.b eanstalk.p ort>
  2554        </metrics. beanstalk. port>
  2555                                           
  2556        <spring.se curity.fil ter.chain. urls>
  2557         /*
  2558        </spring.s ecurity.fi lter.chain .urls>
  2559                                           
  2560        <mongo.hos t>
  2561        </mongo.ho st>
  2562                                           
  2563        <mongo.por t>
  2564        </mongo.po rt>
  2565                                           
  2566        <mongo.ssl >
  2567        </mongo.ss l>
  2568                                           
  2569        <mongo.use rname>
  2570        </mongo.us ername>
  2571                                           
  2572        <mongo.pwd >
  2573        </mongo.pw d>
  2574                                           
  2575        <oauth.cli ent.id>
  2576        </oauth.cl ient.id>
  2577                                           
  2578        <oauth.cli ent.secret >
  2579        </oauth.cl ient.secre t>
  2580                                           
  2581        <oauth.red irect.uri>
  2582        </oauth.re direct.uri >
  2583                                           
  2584        <oauth.tok en.uri>
  2585        </oauth.to ken.uri>
  2586                                           
  2587        <oauth.tok en.scope>
  2588        </oauth.to ken.scope>
  2589                                  
  2590       </properti es>
  2591                        
  2592      </profile>
  2593                       
  2594      <profile>
  2595                                 
  2596       <id>
  2597        prod
  2598       </id>
  2599                                 
  2600       <propertie s>
  2601                                           
  2602        <log4j.pri ority>
  2603        </log4j.pr iority>
  2604                                           
  2605        <max.days. since.last .refill>
  2606         45
  2607        </max.days .since.las t.refill>
  2608                                           
  2609        <ha.auth.b ase.url>
  2610        </ha.auth. base.url>
  2611                                           
  2612        <mhv.base. url>
  2613        </mhv.base .url>
  2614                                           
  2615        <rxr.app.t oken>
  2616        </rxr.app. token>
  2617                                           
  2618        <cors.allo wed.url.va lue>
  2619        </cors.all owed.url.v alue>
  2620                                           
  2621        <profile.f inalName>
  2622         RxRefillSe rvices-${p roject.ver sion}
  2623        </profile. finalName>
  2624                                           
  2625        <mvi.endpo int>
  2626        </mvi.endp oint>
  2627                                           
  2628        <mvi.conne ction.time out>
  2629         600000
  2630        </mvi.conn ection.tim eout>
  2631                                           
  2632        <mvi.read. timeout>
  2633         50000
  2634        </mvi.read .timeout>
  2635                                           
  2636        <mhv.assig ning.autho rity>
  2637         MH
  2638        </mhv.assi gning.auth ority>
  2639                                           
  2640        <metrics.b eanstalk.h ost>
  2641        </metrics. beanstalk. host>
  2642                                           
  2643        <metrics.b eanstalk.p ort>
  2644        </metrics. beanstalk. port>
  2645                                           
  2646        <spring.se curity.fil ter.chain. urls>
  2647         /*
  2648        </spring.s ecurity.fi lter.chain .urls>
  2649                                           
  2650        <mongo.hos t>
  2651        </mongo.ho st>
  2652                                           
  2653        <mongo.por t>
  2654        </mongo.po rt>
  2655                                           
  2656        <mongo.ssl >
  2657        </mongo.ss l>
  2658                                           
  2659        <mongo.use rname>
  2660        </mongo.us ername>
  2661                                           
  2662        <mongo.pwd >
  2663        </mongo.pw d>
  2664                                           
  2665        <oauth.cli ent.id>
  2666        </oauth.cl ient.id>
  2667                                           
  2668        <oauth.cli ent.secret >
  2669        </oauth.cl ient.secre t>
  2670                                           
  2671        <oauth.red irect.uri>
  2672        </oauth.re direct.uri >
  2673                                           
  2674        <oauth.tok en.uri>
  2675        </oauth.to ken.uri>
  2676                                           
  2677        <oauth.tok en.scope>
  2678        </oauth.to ken.scope>
  2679                                  
  2680       </properti es>
  2681                        
  2682      </profile>
  2683              
  2684     </profiles >
  2685    
  2686             
  2687     <propertie s>
  2688                       
  2689      <map2.enco ding>
  2690       UTF-8
  2691      </map2.enc oding>
  2692                       
  2693      <jersey.ve rsion>
  2694       1.12
  2695      </jersey.v ersion>
  2696                       
  2697      <jax-ws-rs .version>
  2698       2.0.1
  2699      </jax-ws-r s.version>
  2700                       
  2701      <gson.vers ion>
  2702       2.3.1
  2703      </gson.ver sion>
  2704                       
  2705      <java.vers ion>
  2706       1.7
  2707      </java.ver sion>
  2708                       
  2709      <tomcat.pl ugin.versi on>
  2710       2.2
  2711      </tomcat.p lugin.vers ion>
  2712                       
  2713      <tomcat.ve rsion>
  2714       7.0.54
  2715      </tomcat.v ersion>
  2716                       
  2717      <slf4j.ver sion>
  2718       1.7.7
  2719      </slf4j.ve rsion>
  2720                       
  2721      <log4j.ver sion>
  2722       1.2.17
  2723      </log4j.ve rsion>
  2724                       
  2725      <junit.ver sion>
  2726       4.11
  2727      </junit.ve rsion>
  2728                       
  2729      <hamcrest. version>
  2730       1.3
  2731      </hamcrest .version>
  2732                       
  2733      <servlet.v ersion>
  2734       3.0.1
  2735      </servlet. version>
  2736                       
  2737      <jstl.vers ion>
  2738       1.2
  2739      </jstl.ver sion>
  2740                       
  2741      <joda.vers ion>
  2742       2.7
  2743      </joda.ver sion>
  2744                       
  2745      <cxf.versi on>
  2746       3.0.4
  2747      </cxf.vers ion>
  2748                       
  2749      <cxf-xjc-p lugin.vers ion>
  2750       2.6.2
  2751      </cxf-xjc- plugin.ver sion>
  2752                       
  2753      <cxf.xjc.t s.version>
  2754       2.6.0
  2755      </cxf.xjc. ts.version >
  2756                       
  2757      <spring.ve rsion>
  2758       4.0.9.RELE ASE
  2759      </spring.v ersion>
  2760                       
  2761      <spring.se curity.ver sion>
  2762       3.2.5.RELE ASE
  2763      </spring.s ecurity.ve rsion>
  2764                       
  2765      <spring.se curity.oau th2.versio n>
  2766       1.0.4.RELE ASE
  2767      </spring.s ecurity.oa uth2.versi on>
  2768                       
  2769      <jsr311.ve rsion>
  2770       1.1.1
  2771      </jsr311.v ersion>
  2772                       
  2773      <AuthServi cesLib.ver sion>
  2774       4.3.0
  2775      </AuthServ icesLib.ve rsion>
  2776                       
  2777      <HealthAda pterLib.ve rsion>
  2778       3.4.0
  2779      </HealthAd apterLib.v ersion>
  2780                       
  2781      <spring.ha teoas.vers ion>
  2782       0.17.0.REL EASE
  2783      </spring.h ateoas.ver sion>
  2784                       
  2785      <apache-co mmons-lang 3.version>
  2786       3.1
  2787      </apache-c ommons-lan g3.version >
  2788                       
  2789      <apache-co mmons-io.v ersion>
  2790       2.4
  2791      </apache-c ommons-io. version>
  2792                       
  2793      <apache-co mmons-lang .version>
  2794       2.6
  2795      </apache-c ommons-lan g.version>
  2796                       
  2797      <apache-co mmons-bean utils.vers ion>
  2798       1.9.2
  2799      </apache-c ommons-bea nutils.ver sion>
  2800                       
  2801      <ehcache.v ersion>
  2802       2.10.0
  2803      </ehcache. version>
  2804                       
  2805      <aspectj.v ersion>
  2806       1.8.5
  2807      </aspectj. version>
  2808                       
  2809      <spring.da ta.mongodb .version>
  2810       1.7.2.RELE ASE
  2811      </spring.d ata.mongod b.version>
  2812              
  2813     </properti es>
  2814   </project>