18. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 11/8/2016 5:24:51 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.

18.1 Files compared

# Location File Last Modified
1 rxrefill-v2.0.0 P2.zip\med-image-library-resource-master.zip pom.xml Fri Aug 26 12:59:55 2016 UTC
2 rxrefill-v2.0.0 P2.zip\med-image-library-resource-master.zip pom.xml Mon Oct 31 15:11:31 2016 UTC

18.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 9 4962
Changed 8 16
Inserted 0 0
Removed 0 0

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

18.4 Active regular expressions

No regular expressions were active.

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