61. EPMO Open Source Coordination Office Redaction File Detail Report

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

61.1 Files compared

# Location File Last Modified
1 rxrefill-v2.0.0 P2.zip\vamf-commons-master.zip pom.xml Thu Jul 28 16:22:55 2016 UTC
2 rxrefill-v2.0.0 P2.zip\vamf-commons-master.zip pom.xml Mon Oct 31 14:53:22 2016 UTC

61.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 3 4134
Changed 2 4
Inserted 0 0
Removed 0 0

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

61.4 Active regular expressions

No regular expressions were active.

61.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
  19     </groupId>
  20             
  21     <artifactI d>
  22      vamf-commo ns-parent
  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 Commo ns Parent  Project
  35     </name>
  36             
  37     <descripti on>
  38      Parent pro ject for V AMF Common s.
  39     </descript ion>
  40             
  41     <organizat ion>
  42                       
  43      <name>
  44       Department  of Vetera ns Affairs
  45      </name>
  46                       
  47      <url>
  48       https:// DNS . 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       domain
  67      </module>
  68                       
  69      <module>
  70       eCrud
  71      </module>
  72                       
  73      <module>
  74       tomcat-ext ensions
  75      </module>
  76              
  77     </modules>
  78    
  79    
  80    
  81    
  82             
  83     <ciManagem ent>
  84                       
  85      <system>
  86       Jenkins
  87      </system>
  88                       
  89      <url>
  90       https://DN S.DNS   /
  91      </url>
  92                       
  93      <notifiers >
  94                        
  95      </notifier s>
  96              
  97     </ciManage ment>
  98    
  99    
  100    
  101    
  102             
  103     <build>
  104                       
  105      <defaultGo al>
  106       install
  107      </defaultG oal>
  108                       
  109      <extension s>
  110                                 
  111       <extension >
  112                                           
  113        <groupId>
  114         org.apache .maven.wag on
  115        </groupId>
  116                                           
  117        <artifactI d>
  118         wagon-file
  119        </artifact Id>
  120                                           
  121        <version>
  122         2.4
  123        </version>
  124                                  
  125       </extensio n>
  126                                 
  127       <extension >
  128                                           
  129        <groupId>
  130         org.apache .maven.wag on
  131        </groupId>
  132                                           
  133        <artifactI d>
  134         wagon-webd av-jackrab bit
  135        </artifact Id>
  136                                           
  137        <version>
  138         2.4
  139        </version>
  140                                  
  141       </extensio n>
  142                        
  143      </extensio ns>
  144                       
  145      <pluginMan agement>
  146                                 
  147       <plugins>
  148                                           
  149        <!-- begin  core plug ins -->
  150                                           
  151        <plugin>
  152                                                    
  153         <artifactI d>
  154          maven-arch etype-plug in
  155         </artifact Id>
  156                                                    
  157         <version>
  158          2.2
  159         </version>
  160                                            
  161        </plugin>
  162                                           
  163        <plugin>
  164                                                    
  165         <artifactI d>
  166          maven-clea n-plugin
  167         </artifact Id>
  168                                                    
  169         <version>
  170          2.5
  171         </version>
  172                                            
  173        </plugin>
  174                                           
  175        <plugin>
  176                                                    
  177         <artifactI d>
  178          maven-comp iler-plugi n
  179         </artifact Id>
  180                                                    
  181         <version>
  182          3.1
  183         </version>
  184                                                    
  185         <configura tion>
  186                                                              
  187          <source>
  188           ${java.ver sion}
  189          </source>
  190                                                              
  191          <target>
  192           ${java.ver sion}
  193          </target>
  194                                                              
  195          <showDepre cation>
  196           true
  197          </showDepr ecation>
  198                                                              
  199          <showWarni ngs>
  200           true
  201          </showWarn ings>
  202                                                              
  203          <compilerA rgument>
  204           -Xlint:unc hecked,fal lthrough,f inally
  205          </compiler Argument>
  206                                                              
  207          <encoding>
  208           ${map2.enc oding}
  209          </encoding >
  210                                                     
  211         </configur ation>
  212                                            
  213        </plugin>
  214                                           
  215        <plugin>
  216                                                    
  217         <artifactI d>
  218          maven-depl oy-plugin
  219         </artifact Id>
  220                                                    
  221         <version>
  222          2.8.1
  223         </version>
  224                                            
  225        </plugin>
  226                                           
  227        <plugin>
  228                                                    
  229         <artifactI d>
  230          maven-inst all-plugin
  231         </artifact Id>
  232                                                    
  233         <version>
  234          2.5.1
  235         </version>
  236                                            
  237        </plugin>
  238                                           
  239        <plugin>
  240                                                    
  241         <artifactI d>
  242          maven-reso urces-plug in
  243         </artifact Id>
  244                                                    
  245         <version>
  246          2.6
  247         </version>
  248                                                    
  249         <configura tion>
  250                                                              
  251          <encoding>
  252           ${map2.enc oding}
  253          </encoding >
  254                                                     
  255         </configur ation>
  256                                            
  257        </plugin>
  258                                           
  259        <plugin>
  260                                                    
  261         <artifactI d>
  262          maven-site -plugin
  263         </artifact Id>
  264                                                    
  265         <version>
  266          3.3
  267         </version>
  268                                            
  269        </plugin>
  270                                           
  271        <plugin>
  272                                                    
  273         <artifactI d>
  274          maven-sure fire-plugi n
  275         </artifact Id>
  276                                                    
  277         <version>
  278          2.16
  279         </version>
  280                                            
  281        </plugin>
  282                                           
  283        <plugin>
  284                                                    
  285         <artifactI d>
  286          maven-veri fier-plugi n
  287         </artifact Id>
  288                                                    
  289         <version>
  290          1.0
  291         </version>
  292                                            
  293        </plugin>
  294                                           
  295        <!-- end c ore plugin s -->
  296                                           
  297        <!-- begin  packaging /types plu gins -->
  298                                           
  299        <plugin>
  300                                                    
  301         <artifactI d>
  302          maven-ear- plugin
  303         </artifact Id>
  304                                                    
  305         <version>
  306          2.9
  307         </version>
  308                                            
  309        </plugin>
  310                                           
  311        <plugin>
  312                                                    
  313         <artifactI d>
  314          maven-ejb- plugin
  315         </artifact Id>
  316                                                    
  317         <version>
  318          2.3
  319         </version>
  320                                            
  321        </plugin>
  322                                           
  323        <plugin>
  324                                                    
  325         <artifactI d>
  326          maven-jar- plugin
  327         </artifact Id>
  328                                                    
  329         <version>
  330          2.4
  331         </version>
  332                                                    
  333         <configura tion>
  334                                                              
  335          <archive>
  336                                                                        
  337           <index>
  338            true
  339           </index>
  340                                                               
  341          </archive>
  342                                                     
  343         </configur ation>
  344                                            
  345        </plugin>
  346                                           
  347        <plugin>
  348                                                    
  349         <artifactI d>
  350          maven-rar- plugin
  351         </artifact Id>
  352                                                    
  353         <version>
  354          2.3
  355         </version>
  356                                            
  357        </plugin>
  358                                           
  359        <plugin>
  360                                                    
  361         <artifactI d>
  362          maven-war- plugin
  363         </artifact Id>
  364                                                    
  365         <version>
  366          2.4
  367         </version>
  368                                            
  369        </plugin>
  370                                           
  371        <plugin>
  372                                                    
  373         <artifactI d>
  374          maven-shad e-plugin
  375         </artifact Id>
  376                                                    
  377         <version>
  378          2.2
  379         </version>
  380                                            
  381        </plugin>
  382                                           
  383        <!-- end p ackaging/t ypes plugi ns -->
  384                                           
  385        <!-- begin  reporting  plugins - ->
  386                                           
  387        <plugin>
  388                                                    
  389         <artifactI d>
  390          maven-chan gelog-plug in
  391         </artifact Id>
  392                                                    
  393         <version>
  394          2.2
  395         </version>
  396                                            
  397        </plugin>
  398                                           
  399        <plugin>
  400                                                    
  401         <artifactI d>
  402          maven-chan ges-plugin
  403         </artifact Id>
  404                                                    
  405         <version>
  406          2.9
  407         </version>
  408                                            
  409        </plugin>
  410                                           
  411        <plugin>
  412                                                    
  413         <artifactI d>
  414          maven-chec kstyle-plu gin
  415         </artifact Id>
  416                                                    
  417         <version>
  418          2.11
  419         </version>
  420                                                    
  421         <configura tion>
  422                                                              
  423          <consoleOu tput>
  424           true
  425          </consoleO utput>
  426                                                              
  427          <encoding>
  428           ${map2.enc oding}
  429          </encoding >
  430                                                     
  431         </configur ation>
  432                                            
  433        </plugin>
  434                                           
  435        <plugin>
  436                                                    
  437         <artifactI d>
  438          maven-java doc-plugin
  439         </artifact Id>
  440                                                    
  441         <version>
  442          2.9.1
  443         </version>
  444                                                    
  445         <configura tion>
  446                                                              
  447          <quiet>
  448           true
  449          </quiet>
  450                                                              
  451          <linksourc e>
  452           true
  453          </linksour ce>
  454                                                              
  455          <docencodi ng>
  456           ${map2.enc oding}
  457          </docencod ing>
  458                                                              
  459          <encoding>
  460           ${map2.enc oding}
  461          </encoding >
  462                                                     
  463         </configur ation>
  464                                            
  465        </plugin>
  466                                           
  467        <plugin>
  468                                                    
  469         <artifactI d>
  470          maven-jxr- plugin
  471         </artifact Id>
  472                                                    
  473         <version>
  474          2.3
  475         </version>
  476                                            
  477        </plugin>
  478                                           
  479        <plugin>
  480                                                    
  481         <artifactI d>
  482          maven-pmd- plugin
  483         </artifact Id>
  484                                                    
  485         <version>
  486          3.0.1
  487         </version>
  488                                                    
  489         <configura tion>
  490                                                              
  491          <encoding>
  492           ${map2.enc oding}
  493          </encoding >
  494                                                     
  495         </configur ation>
  496                                            
  497        </plugin>
  498                                           
  499        <plugin>
  500                                                    
  501         <artifactI d>
  502          maven-proj ect-info-r eports-plu gin
  503         </artifact Id>
  504                                                    
  505         <version>
  506          2.7
  507         </version>
  508                                            
  509        </plugin>
  510                                           
  511        <plugin>
  512                                                    
  513         <artifactI d>
  514          maven-sure fire-repor t-plugin
  515         </artifact Id>
  516                                                    
  517         <version>
  518          2.16
  519         </version>
  520                                            
  521        </plugin>
  522                                           
  523        <!-- end r eporting p lugins -->
  524                                           
  525        <!-- begin  tools plu gins -->
  526                                           
  527        <plugin>
  528                                                    
  529         <artifactI d>
  530          maven-antr un-plugin
  531         </artifact Id>
  532                                                    
  533         <version>
  534          1.7
  535         </version>
  536                                            
  537        </plugin>
  538                                           
  539        <plugin>
  540                                                    
  541         <artifactI d>
  542          maven-asse mbly-plugi n
  543         </artifact Id>
  544                                                    
  545         <version>
  546          2.4
  547         </version>
  548                                            
  549        </plugin>
  550                                           
  551        <plugin>
  552                                                    
  553         <artifactI d>
  554          maven-depe ndency-plu gin
  555         </artifact Id>
  556                                                    
  557         <version>
  558          2.8
  559         </version>
  560                                            
  561        </plugin>
  562                                           
  563        <plugin>
  564                                                    
  565         <artifactI d>
  566          maven-enfo rcer-plugi n
  567         </artifact Id>
  568                                                    
  569         <version>
  570          1.3.1
  571         </version>
  572                                            
  573        </plugin>
  574                                           
  575        <plugin>
  576                                                    
  577         <artifactI d>
  578          maven-help -plugin
  579         </artifact Id>
  580                                                    
  581         <version>
  582          2.2
  583         </version>
  584                                            
  585        </plugin>
  586                                           
  587        <plugin>
  588                                                    
  589         <artifactI d>
  590          maven-invo ker-plugin
  591         </artifact Id>
  592                                                    
  593         <version>
  594          1.8
  595         </version>
  596                                            
  597        </plugin>
  598                                           
  599        <plugin>
  600                                                    
  601         <artifactI d>
  602          maven-rele ase-plugin
  603         </artifact Id>
  604                                                    
  605         <version>
  606          2.4.2
  607         </version>
  608                                                    
  609         <configura tion>
  610                                                              
  611          <autoVersi onSubmodul es>
  612           true
  613          </autoVers ionSubmodu les>
  614                                                              
  615          <useReleas eProfile>
  616           false
  617          </useRelea seProfile>
  618                                                              
  619          <goals>
  620           source:jar  deploy
  621          </goals>
  622                                                              
  623          <arguments >
  624           -DupdateRe leaseInfo= true
  625          </argument s>
  626                                                              
  627          <updateBra nchVersion s>
  628           true
  629          </updateBr anchVersio ns>
  630                                                              
  631          <updateWor kingCopyVe rsions>
  632           false
  633          </updateWo rkingCopyV ersions>
  634                                                     
  635         </configur ation>
  636                                            
  637        </plugin>
  638                                           
  639        <plugin>
  640                                                    
  641         <artifactI d>
  642          maven-remo te-resourc es-plugin
  643         </artifact Id>
  644                                                    
  645         <version>
  646          1.5
  647         </version>
  648                                            
  649        </plugin>
  650                                           
  651        <plugin>
  652                                                    
  653         <artifactI d>
  654          maven-repo sitory-plu gin
  655         </artifact Id>
  656                                                    
  657         <version>
  658          2.3.1
  659         </version>
  660                                            
  661        </plugin>
  662                                           
  663        <plugin>
  664                                                    
  665         <artifactI d>
  666          maven-scm- plugin
  667         </artifact Id>
  668                                                    
  669         <version>
  670          1.8.1
  671         </version>
  672                                            
  673        </plugin>
  674                                           
  675        <plugin>
  676                                                    
  677         <artifactI d>
  678          maven-sour ce-plugin
  679         </artifact Id>
  680                                                    
  681         <version>
  682          2.2.1
  683         </version>
  684                                            
  685        </plugin>
  686                                           
  687        <!-- end t ools plugi ns -->
  688                                           
  689        <!-- begin  ide plugi ns -->
  690                                           
  691        <plugin>
  692                                                    
  693         <artifactI d>
  694          maven-ecli pse-plugin
  695         </artifact Id>
  696                                                    
  697         <version>
  698          2.9
  699         </version>
  700                                            
  701        </plugin>
  702                                           
  703        <!-- end i de plugins  -->
  704                                           
  705        <!-- begin  codehaus  plugins -- >
  706                                           
  707        <plugin>
  708                                                    
  709         <groupId>
  710          org.codeha us.mojo
  711         </groupId>
  712                                                    
  713         <artifactI d>
  714          build-help er-maven-p lugin
  715         </artifact Id>
  716                                                    
  717         <version>
  718          1.8
  719         </version>
  720                                            
  721        </plugin>
  722                                           
  723        <plugin>
  724                                                    
  725         <groupId>
  726          org.codeha us.mojo
  727         </groupId>
  728                                                    
  729         <artifactI d>
  730          jdepend-ma ven-plugin
  731         </artifact Id>
  732                                                    
  733         <version>
  734          2.0-beta-2
  735         </version>
  736                                            
  737        </plugin>
  738                                           
  739        <plugin>
  740                                                    
  741         <groupId>
  742          org.codeha us.mojo
  743         </groupId>
  744                                                    
  745         <artifactI d>
  746          taglist-ma ven-plugin
  747         </artifact Id>
  748                                                    
  749         <version>
  750          2.4
  751         </version>
  752                                                    
  753         <configura tion>
  754                                                              
  755          <encoding>
  756           ${map2.enc oding}
  757          </encoding >
  758                                                     
  759         </configur ation>
  760                                            
  761        </plugin>
  762                                           
  763        <plugin>
  764                                                    
  765         <groupId>
  766          org.codeha us.mojo
  767         </groupId>
  768                                                    
  769         <artifactI d>
  770          findbugs-m aven-plugi n
  771         </artifact Id>
  772                                                    
  773         <version>
  774          2.5.3
  775         </version>
  776                                            
  777        </plugin>
  778                                           
  779        <plugin>
  780                                                    
  781         <groupId>
  782          org.codeha us.mojo
  783         </groupId>
  784                                                    
  785         <artifactI d>
  786          versions-m aven-plugi n
  787         </artifact Id>
  788                                                    
  789         <version>
  790          2.1
  791         </version>
  792                                            
  793        </plugin>
  794                                           
  795        <plugin>
  796                                                    
  797         <groupId>
  798          org.codeha us.mojo
  799         </groupId>
  800                                                    
  801         <artifactI d>
  802          cobertura- maven-plug in
  803         </artifact Id>
  804                                                    
  805         <version>
  806          2.6
  807         </version>
  808                                            
  809        </plugin>
  810                                           
  811        <!-- end c odehaus pl ugins -->
  812                                  
  813       </plugins>
  814                        
  815      </pluginMa nagement>
  816                       
  817      <plugins>
  818      
  819                                 
  820       <!-- plugi n> <groupI d>org.jfro g.buildinf o</groupId > <artifac tId>artifa ctory-mave n-plugin</ artifactId
  821                                          <version >2.2.3</ve rsion> <in herited>fa lse</inher ited> <exe cutions> < execution>  
  822                                          <id>buil d-info</id > <goals>  <goal>publ ish</goal>  </goals>  <configura tion> 
  823                                          <deployP roperties>  <gradle>a wesome</gr adle> <rev iew.team>q a</review. team> 
  824                                          </deploy Properties > <artifac tory> <inc ludeEnvVar s>true</in cludeEnvVa rs> <timeo utSec>600< /timeoutSe c> 
  825                                          <propert iesFile>pu blish.prop erties</pr opertiesFi le> </arti factory> < publisher>  
  826                                          <context Url>https: //map2-dev .eslabs.xw .ssn.hp.co m/artifact ory</conte xtUrl> 
  827                                          <usernam e>xxxxx</u sername> < password>x xxxxx</pas sword> <re poKey>jenk ins-releas e-local</r epoKey> 
  828                                          <snapsho tRepoKey>j enkins-sna pshot-loca l</snapsho tRepoKey>  </publishe r> </confi guration> 
  829                                          </execut ion> </exe cutions> < /plugin> - ->
  830      
  831                                 
  832       <plugin>
  833                                           
  834        <artifactI d>
  835         maven-enfo rcer-plugi n
  836        </artifact Id>
  837                                           
  838        <execution s>
  839                                                    
  840         <execution >
  841                                                              
  842          <id>
  843           enforce-ve rsions
  844          </id>
  845                                                              
  846          <goals>
  847                                                                        
  848           <goal>
  849            enforce
  850           </goal>
  851                                                               
  852          </goals>
  853                                                              
  854          <inherited >
  855           false
  856          </inherite d>
  857                                                              
  858          <configura tion>
  859                                                                        
  860           <rules>
  861                                                                                  
  862            <requireMa venVersion >
  863                                                                                            
  864             <version>
  865              2.2.1
  866             </version>
  867                                                                                   
  868            </requireM avenVersio n>
  869                                                                                  
  870            <requireJa vaVersion>
  871                                                                                            
  872             <version>
  873              ${java.ver sion}
  874             </version>
  875                                                                                   
  876            </requireJ avaVersion >
  877                                                                                  
  878            <requirePl uginVersio ns>
  879                                                                                            
  880             <message>
  881              Best Pract ice is to  always def ine plugin  versions!
  882             </message>
  883                                                                                            
  884             <banLatest >
  885              true
  886             </banLates t>
  887                                                                                            
  888             <banReleas e>
  889              true
  890             </banRelea se>
  891                                                                                            
  892             <banSnapsh ots>
  893              true
  894             </banSnaps hots>
  895                                                                                            
  896             <phases>
  897              clean,depl oy,site
  898             </phases>
  899                                                                                            
  900             <additiona lPlugins>
  901                                                                                                     
  902              <additiona lPlugin>
  903               org.apache .maven.plu gins:maven -eclipse-p lugin
  904              </addition alPlugin>
  905                                                                                                     
  906              <!-- addit ionalPlugi n>org.apac he.maven.p lugins:mav en-ide-plu gin</addit ionalPlugi n -->
  907                                                                                             
  908             </addition alPlugins>
  909                                                                                   
  910            </requireP luginVersi ons>
  911                                                                         
  912           </rules>
  913                                                               
  914          </configur ation>
  915                                                     
  916         </executio n>
  917                                            
  918        </executio ns>
  919                                  
  920       </plugin>
  921                                 
  922       <plugin>
  923                                           
  924        <artifactI d>
  925         maven-ecli pse-plugin
  926        </artifact Id>
  927                                           
  928        <inherited >
  929         false
  930        </inherite d>
  931                                           
  932        <configura tion>
  933                                                    
  934         <skip>
  935          true
  936         </skip>
  937                                            
  938        </configur ation>
  939                                  
  940       </plugin>
  941                        
  942      </plugins>
  943              
  944     </build>
  945             
  946     <reporting >
  947                       
  948      <plugins>
  949                                 
  950       <plugin>
  951                                           
  952        <artifactI d>
  953         maven-proj ect-info-r eports-plu gin
  954        </artifact Id>
  955                                           
  956        <version>
  957         2.7
  958        </version>
  959                                  
  960       </plugin>
  961                                 
  962       <plugin>
  963                                           
  964        <artifactI d>
  965         maven-java doc-plugin
  966        </artifact Id>
  967                                           
  968        <version>
  969         2.9.1
  970        </version>
  971                                           
  972        <configura tion>
  973                                                    
  974         <quiet>
  975          true
  976         </quiet>
  977                                                    
  978         <linksourc e>
  979          true
  980         </linksour ce>
  981                                                    
  982         <docencodi ng>
  983          ${map2.enc oding}
  984         </docencod ing>
  985                                                    
  986         <encoding>
  987          ${map2.enc oding}
  988         </encoding >
  989                                            
  990        </configur ation>
  991                                           
  992        <reportSet s>
  993                                                    
  994         <reportSet >
  995                                                              
  996          <reports>
  997                                                                        
  998           <report>
  999            javadoc
  1000           </report>
  1001                                                                        
  1002           <report>
  1003            test-javad oc
  1004           </report>
  1005                                                               
  1006          </reports>
  1007                                                     
  1008         </reportSe t>
  1009                                            
  1010        </reportSe ts>
  1011                                  
  1012       </plugin>
  1013                                 
  1014       <plugin>
  1015                                           
  1016        <artifactI d>
  1017         maven-chec kstyle-plu gin
  1018        </artifact Id>
  1019                                           
  1020        <version>
  1021         2.11
  1022        </version>
  1023                                           
  1024        <configura tion>
  1025                                                    
  1026         <configLoc ation>
  1027          ${map2.che ckstyle.co nfig.locat ion}
  1028         </configLo cation>
  1029                                                    
  1030         <encoding>
  1031          ${map2.enc oding}
  1032         </encoding >
  1033                                            
  1034        </configur ation>
  1035                                  
  1036       </plugin>
  1037                                 
  1038       <plugin>
  1039                                           
  1040        <artifactI d>
  1041         maven-pmd- plugin
  1042        </artifact Id>
  1043                                           
  1044        <version>
  1045         3.0.1
  1046        </version>
  1047                                           
  1048        <configura tion>
  1049                                                    
  1050         <linkXref>
  1051          true
  1052         </linkXref >
  1053                                                    
  1054         <targetJdk >
  1055          ${java.ver sion}
  1056         </targetJd k>
  1057                                                    
  1058         <sourceEnc oding>
  1059          ${map2.enc oding}
  1060         </sourceEn coding>
  1061                                            
  1062        </configur ation>
  1063                                  
  1064       </plugin>
  1065                                 
  1066       <plugin>
  1067                                           
  1068        <artifactI d>
  1069         maven-sure fire-plugi n
  1070        </artifact Id>
  1071                                           
  1072        <version>
  1073         2.16
  1074        </version>
  1075                                  
  1076       </plugin>
  1077                                 
  1078       <plugin>
  1079                                           
  1080        <artifactI d>
  1081         maven-sure fire-repor t-plugin
  1082        </artifact Id>
  1083                                           
  1084        <version>
  1085         2.16
  1086        </version>
  1087                                  
  1088       </plugin>
  1089                                 
  1090       <plugin>
  1091                                           
  1092        <groupId>
  1093         org.codeha us.mojo
  1094        </groupId>
  1095                                           
  1096        <artifactI d>
  1097         jdepend-ma ven-plugin
  1098        </artifact Id>
  1099                                           
  1100        <version>
  1101         2.0-beta-2
  1102        </version>
  1103                                  
  1104       </plugin>
  1105                                 
  1106       <plugin>
  1107                                           
  1108        <artifactI d>
  1109         maven-jxr- plugin
  1110        </artifact Id>
  1111                                           
  1112        <version>
  1113         2.3
  1114        </version>
  1115                                           
  1116        <configura tion>
  1117                                                    
  1118         <linkJavad oc>
  1119          true
  1120         </linkJava doc>
  1121                                                    
  1122         <inputEnco ding>
  1123          ${map2.enc oding}
  1124         </inputEnc oding>
  1125                                                    
  1126         <outputEnc oding>
  1127          ${map2.enc oding}
  1128         </outputEn coding>
  1129                                            
  1130        </configur ation>
  1131                                  
  1132       </plugin>
  1133                                 
  1134       <plugin>
  1135                                           
  1136        <groupId>
  1137         org.codeha us.mojo
  1138        </groupId>
  1139                                           
  1140        <artifactI d>
  1141         taglist-ma ven-plugin
  1142        </artifact Id>
  1143                                           
  1144        <version>
  1145         2.4
  1146        </version>
  1147                                           
  1148        <configura tion>
  1149                                                    
  1150         <tagListOp tions>
  1151                                                              
  1152          <tagClasse s>
  1153                                                                        
  1154           <tagClass>
  1155                                                                                  
  1156            <displayNa me>
  1157             TODO Work
  1158            </displayN ame>
  1159                                                                                  
  1160            <tags>
  1161                                                                                            
  1162             <tag>
  1163                                                                                                     
  1164              <matchStri ng>
  1165               todo
  1166              </matchStr ing>
  1167                                                                                                     
  1168              <matchType >
  1169               ignoreCase
  1170              </matchTyp e>
  1171                                                                                             
  1172             </tag>
  1173                                                                                   
  1174            </tags>
  1175                                                                         
  1176           </tagClass >
  1177                                                                        
  1178           <tagClass>
  1179                                                                                  
  1180            <displayNa me>
  1181             FIXME Work
  1182            </displayN ame>
  1183                                                                                  
  1184            <tags>
  1185                                                                                            
  1186             <tag>
  1187                                                                                                     
  1188              <matchStri ng>
  1189               fixme
  1190              </matchStr ing>
  1191                                                                                                     
  1192              <matchType >
  1193               ignoreCase
  1194              </matchTyp e>
  1195                                                                                             
  1196             </tag>
  1197                                                                                            
  1198             <tag>
  1199                                                                                                     
  1200              <matchStri ng>
  1201               fix me
  1202              </matchStr ing>
  1203                                                                                                     
  1204              <matchType >
  1205               ignoreCase
  1206              </matchTyp e>
  1207                                                                                             
  1208             </tag>
  1209                                                                                   
  1210            </tags>
  1211                                                                         
  1212           </tagClass >
  1213                                                               
  1214          </tagClass es>
  1215                                                     
  1216         </tagListO ptions>
  1217                                                    
  1218         <encoding>
  1219          ${map2.enc oding}
  1220         </encoding >
  1221                                            
  1222        </configur ation>
  1223                                  
  1224       </plugin>
  1225                                 
  1226       <plugin>
  1227                                           
  1228        <groupId>
  1229         org.codeha us.mojo
  1230        </groupId>
  1231                                           
  1232        <artifactI d>
  1233         findbugs-m aven-plugi n
  1234        </artifact Id>
  1235                                           
  1236        <version>
  1237         2.5.3
  1238        </version>
  1239                                  
  1240       </plugin>
  1241                                 
  1242       <plugin>
  1243                                           
  1244        <groupId>
  1245         org.codeha us.mojo
  1246        </groupId>
  1247                                           
  1248        <artifactI d>
  1249         cobertura- maven-plug in
  1250        </artifact Id>
  1251                                           
  1252        <version>
  1253         2.6
  1254        </version>
  1255                                  
  1256       </plugin>
  1257                                 
  1258       <plugin>
  1259                                           
  1260        <artifactI d>
  1261         maven-chan ges-plugin
  1262        </artifact Id>
  1263                                           
  1264        <version>
  1265         2.9
  1266        </version>
  1267                                           
  1268        <reportSet s>
  1269                                                    
  1270         <reportSet >
  1271                                                              
  1272          <reports>
  1273                                                                        
  1274           <report>
  1275            changes-re port
  1276           </report>
  1277                                                               
  1278          </reports>
  1279                                                     
  1280         </reportSe t>
  1281                                            
  1282        </reportSe ts>
  1283                                  
  1284       </plugin>
  1285                                 
  1286       <plugin>
  1287                                           
  1288        <groupId>
  1289         org.codeha us.mojo
  1290        </groupId>
  1291                                           
  1292        <artifactI d>
  1293         versions-m aven-plugi n
  1294        </artifact Id>
  1295                                           
  1296        <version>
  1297         2.1
  1298        </version>
  1299                                           
  1300        <reportSet s>
  1301                                                    
  1302         <reportSet >
  1303                                                              
  1304          <reports>
  1305                                                                        
  1306           <report>
  1307            dependency -updates-r eport
  1308           </report>
  1309                                                                        
  1310           <report>
  1311            plugin-upd ates-repor t
  1312           </report>
  1313                                                                        
  1314           <report>
  1315            property-u pdates-rep ort
  1316           </report>
  1317                                                               
  1318          </reports>
  1319                                                     
  1320         </reportSe t>
  1321                                            
  1322        </reportSe ts>
  1323                                  
  1324       </plugin>
  1325                        
  1326      </plugins>
  1327              
  1328     </reportin g>
  1329             
  1330     <dependenc yManagemen t>
  1331                       
  1332      <dependenc ies>
  1333      
  1334                                 
  1335       <!-- CXF D ependencie s -->
  1336                                 
  1337       <dependenc y>
  1338                                           
  1339        <groupId>
  1340         org.apache .cxf
  1341        </groupId>
  1342                                           
  1343        <artifactI d>
  1344         cxf-rt-fro ntend-jaxw s
  1345        </artifact Id>
  1346                                           
  1347        <version>
  1348         ${cxf.vers ion}
  1349        </version>
  1350                                  
  1351       </dependen cy>
  1352                                 
  1353       <dependenc y>
  1354                                           
  1355        <groupId>
  1356         org.apache .cxf
  1357        </groupId>
  1358                                           
  1359        <artifactI d>
  1360         cxf-rt-tra nsports-ht tp
  1361        </artifact Id>
  1362                                           
  1363        <version>
  1364         ${cxf.vers ion}
  1365        </version>
  1366                                  
  1367       </dependen cy>
  1368                                 
  1369       <dependenc y>
  1370                                           
  1371        <groupId>
  1372         org.apache .cxf
  1373        </groupId>
  1374                                           
  1375        <artifactI d>
  1376         cxf-rt-fro ntend-jaxr s
  1377        </artifact Id>
  1378                                           
  1379        <version>
  1380         ${cxf.vers ion}
  1381        </version>
  1382                                  
  1383       </dependen cy>
  1384                                 
  1385       <dependenc y>
  1386                                           
  1387        <groupId>
  1388         org.apache .cxf
  1389        </groupId>
  1390                                           
  1391        <artifactI d>
  1392         cxf-rt-tra nsports-lo cal
  1393        </artifact Id>
  1394                                           
  1395        <version>
  1396         ${cxf.vers ion}
  1397        </version>
  1398                                  
  1399       </dependen cy>
  1400                                 
  1401       <dependenc y>
  1402                                           
  1403        <groupId>
  1404         org.apache .cxf
  1405        </groupId>
  1406                                           
  1407        <artifactI d>
  1408         cxf-rt-rs- extension- search
  1409        </artifact Id>
  1410                                           
  1411        <version>
  1412         ${cxf.vers ion}
  1413        </version>
  1414                                  
  1415       </dependen cy>
  1416                                 
  1417       <dependenc y>
  1418                                           
  1419        <groupId>
  1420         org.apache .cxf
  1421        </groupId>
  1422                                           
  1423        <artifactI d>
  1424         cxf-rt-rs- extension- providers
  1425        </artifact Id>
  1426                                           
  1427        <version>
  1428         ${cxf.vers ion}
  1429        </version>
  1430                                  
  1431       </dependen cy>
  1432                                 
  1433       <dependenc y>
  1434                                           
  1435        <groupId>
  1436         org.apache .cxf
  1437        </groupId>
  1438                                           
  1439        <artifactI d>
  1440         cxf-rt-rs- client
  1441        </artifact Id>
  1442                                           
  1443        <version>
  1444         ${cxf.vers ion}
  1445        </version>
  1446                                  
  1447       </dependen cy>
  1448                                 
  1449       <dependenc y>
  1450                                           
  1451        <groupId>
  1452         org.apache .cxf
  1453        </groupId>
  1454                                           
  1455        <artifactI d>
  1456         cxf-rt-tra nsports-ht tp-jetty
  1457        </artifact Id>
  1458                                           
  1459        <version>
  1460         ${cxf.vers ion}
  1461        </version>
  1462                                  
  1463       </dependen cy>
  1464      
  1465                                 
  1466       <!-- Sprin g Dependen cies -->
  1467                                 
  1468       <dependenc y>
  1469                                           
  1470        <groupId>
  1471         org.spring framework
  1472        </groupId>
  1473                                           
  1474        <artifactI d>
  1475         spring-cor e
  1476        </artifact Id>
  1477                                           
  1478        <version>
  1479         ${spring.v ersion}
  1480        </version>
  1481                                  
  1482       </dependen cy>
  1483                                 
  1484       <dependenc y>
  1485                                           
  1486        <groupId>
  1487         org.spring framework
  1488        </groupId>
  1489                                           
  1490        <artifactI d>
  1491         spring-web
  1492        </artifact Id>
  1493                                           
  1494        <version>
  1495         ${spring.v ersion}
  1496        </version>
  1497                                  
  1498       </dependen cy>
  1499                                 
  1500       <dependenc y>
  1501                                           
  1502        <groupId>
  1503         org.spring framework
  1504        </groupId>
  1505                                           
  1506        <artifactI d>
  1507         spring-bea ns
  1508        </artifact Id>
  1509                                           
  1510        <version>
  1511         ${spring.v ersion}
  1512        </version>
  1513                                  
  1514       </dependen cy>
  1515                                 
  1516       <dependenc y>
  1517                                           
  1518        <groupId>
  1519         org.spring framework
  1520        </groupId>
  1521                                           
  1522        <artifactI d>
  1523         spring-con text
  1524        </artifact Id>
  1525                                           
  1526        <version>
  1527         ${spring.v ersion}
  1528        </version>
  1529                                  
  1530       </dependen cy>
  1531                                 
  1532       <dependenc y>
  1533                                           
  1534        <groupId>
  1535         org.spring framework
  1536        </groupId>
  1537                                           
  1538        <artifactI d>
  1539         spring-web mvc
  1540        </artifact Id>
  1541                                           
  1542        <version>
  1543         ${spring.v ersion}
  1544        </version>
  1545                                  
  1546       </dependen cy>
  1547      
  1548                                 
  1549       <!-- Sprin g Test -->
  1550                                 
  1551       <dependenc y>
  1552                                           
  1553        <groupId>
  1554         org.spring framework
  1555        </groupId>
  1556                                           
  1557        <artifactI d>
  1558         spring-tes t
  1559        </artifact Id>
  1560                                           
  1561        <version>
  1562         ${spring.v ersion}
  1563        </version>
  1564                                           
  1565        <scope>
  1566         test
  1567        </scope>
  1568                                  
  1569       </dependen cy>
  1570      
  1571                                 
  1572       <!-- Sprin g Security  -->
  1573                                 
  1574       <dependenc y>
  1575                                           
  1576        <groupId>
  1577         org.spring framework. security
  1578        </groupId>
  1579                                           
  1580        <artifactI d>
  1581         spring-sec urity-core
  1582        </artifact Id>
  1583                                           
  1584        <version>
  1585         ${spring.s ecurity.ve rsion}
  1586        </version>
  1587                                  
  1588       </dependen cy>
  1589                                 
  1590       <dependenc y>
  1591                                           
  1592        <groupId>
  1593         org.spring framework. security
  1594        </groupId>
  1595                                           
  1596        <artifactI d>
  1597         spring-sec urity-conf ig
  1598        </artifact Id>
  1599                                           
  1600        <version>
  1601         ${spring.s ecurity.ve rsion}
  1602        </version>
  1603                                  
  1604       </dependen cy>
  1605                                 
  1606       <dependenc y>
  1607                                           
  1608        <groupId>
  1609         org.spring framework. security
  1610        </groupId>
  1611                                           
  1612        <artifactI d>
  1613         spring-sec urity-web
  1614        </artifact Id>
  1615                                           
  1616        <version>
  1617         ${spring.s ecurity.ve rsion}
  1618        </version>
  1619                                  
  1620       </dependen cy>
  1621      
  1622                                 
  1623       <!-- Sprin g Security  OAuth2 -- >
  1624                                 
  1625       <dependenc y>
  1626                                           
  1627        <groupId>
  1628         org.spring framework. security.o auth
  1629        </groupId>
  1630                                           
  1631        <artifactI d>
  1632         spring-sec urity-oaut h2
  1633        </artifact Id>
  1634                                           
  1635        <version>
  1636         ${spring.s ecurity.oa uth2.versi on}
  1637        </version>
  1638                                  
  1639       </dependen cy>
  1640      
  1641                                 
  1642       <!-- Log4j  deps -->
  1643                                 
  1644       <dependenc y>
  1645                                           
  1646        <groupId>
  1647         org.slf4j
  1648        </groupId>
  1649                                           
  1650        <artifactI d>
  1651         slf4j-log4 j12
  1652        </artifact Id>
  1653                                           
  1654        <version>
  1655         ${slf4j.ve rsion}
  1656        </version>
  1657                                  
  1658       </dependen cy>
  1659                                 
  1660       <dependenc y>
  1661                                           
  1662        <groupId>
  1663         log4j
  1664        </groupId>
  1665                                           
  1666        <artifactI d>
  1667         log4j
  1668        </artifact Id>
  1669                                           
  1670        <version>
  1671         ${log4j.ve rsion}
  1672        </version>
  1673                                  
  1674       </dependen cy>
  1675      
  1676                                 
  1677       <!-- JUnit  deps -->
  1678                                 
  1679       <dependenc y>
  1680                                           
  1681        <groupId>
  1682         junit
  1683        </groupId>
  1684                                           
  1685        <artifactI d>
  1686         junit
  1687        </artifact Id>
  1688                                           
  1689        <version>
  1690         ${junit.ve rsion}
  1691        </version>
  1692                                           
  1693        <exclusion s>
  1694                                                    
  1695         <exclusion >
  1696                                                              
  1697          <artifactI d>
  1698           hamcrest-c ore
  1699          </artifact Id>
  1700                                                              
  1701          <groupId>
  1702           org.hamcre st
  1703          </groupId>
  1704                                                     
  1705         </exclusio n>
  1706                                            
  1707        </exclusio ns>
  1708                                           
  1709        <scope>
  1710         test
  1711        </scope>
  1712                                  
  1713       </dependen cy>
  1714                                 
  1715       <dependenc y>
  1716                                           
  1717        <groupId>
  1718         org.hamcre st
  1719        </groupId>
  1720                                           
  1721        <artifactI d>
  1722         hamcrest-a ll
  1723        </artifact Id>
  1724                                           
  1725        <version>
  1726         ${hamcrest .version}
  1727        </version>
  1728                                           
  1729        <scope>
  1730         test
  1731        </scope>
  1732                                  
  1733       </dependen cy>
  1734      
  1735                                 
  1736       <!--- GSON  -->
  1737                                 
  1738       <dependenc y>
  1739                                           
  1740        <groupId>
  1741         com.google .code.gson
  1742        </groupId>
  1743                                           
  1744        <artifactI d>
  1745         gson
  1746        </artifact Id>
  1747                                           
  1748        <version>
  1749         ${gson.ver sion}
  1750        </version>
  1751                                  
  1752       </dependen cy>
  1753      
  1754      
  1755                                 
  1756       <!-- Servl et & JSTL  -->
  1757                                 
  1758       <dependenc y>
  1759                                           
  1760        <groupId>
  1761         javax.serv let
  1762        </groupId>
  1763                                           
  1764        <artifactI d>
  1765         jstl
  1766        </artifact Id>
  1767                                           
  1768        <version>
  1769         ${jstl.ver sion}
  1770        </version>
  1771                                  
  1772       </dependen cy>
  1773                                 
  1774       <dependenc y>
  1775                                           
  1776        <groupId>
  1777         javax.serv let
  1778        </groupId>
  1779                                           
  1780        <artifactI d>
  1781         javax.serv let-api
  1782        </artifact Id>
  1783                                           
  1784        <version>
  1785         ${servlet. version}
  1786        </version>
  1787                                           
  1788        <scope>
  1789         provided
  1790        </scope>
  1791                                  
  1792       </dependen cy>
  1793      
  1794                                 
  1795       <!-- Apach e Commons  -->
  1796                                 
  1797       <dependenc y>
  1798                                           
  1799        <groupId>
  1800         org.apache .commons
  1801        </groupId>
  1802                                           
  1803        <artifactI d>
  1804         commons-la ng3
  1805        </artifact Id>
  1806                                           
  1807        <version>
  1808         ${apache-c ommons-lan g3.version }
  1809        </version>
  1810                                  
  1811       </dependen cy>
  1812                                 
  1813       <dependenc y>
  1814                                           
  1815        <groupId>
  1816         commons-io
  1817        </groupId>
  1818                                           
  1819        <artifactI d>
  1820         commons-io
  1821        </artifact Id>
  1822                                           
  1823        <version>
  1824         ${apache-c ommons-io. version}
  1825        </version>
  1826                                  
  1827       </dependen cy>
  1828                                 
  1829       <dependenc y>
  1830                                           
  1831        <groupId>
  1832         commons-la ng
  1833        </groupId>
  1834                                           
  1835        <artifactI d>
  1836         commons-la ng
  1837        </artifact Id>
  1838                                           
  1839        <version>
  1840         ${apache-c ommons-lan g.version}
  1841        </version>
  1842                                  
  1843       </dependen cy>
  1844                                 
  1845       <dependenc y>
  1846                                           
  1847        <groupId>
  1848         commons-be anutils
  1849        </groupId>
  1850                                           
  1851        <artifactI d>
  1852         commons-be anutils
  1853        </artifact Id>
  1854                                           
  1855        <version>
  1856         ${apache-c ommons-bea nutils.ver sion}
  1857        </version>
  1858                                  
  1859       </dependen cy>
  1860                                 
  1861       <dependenc y>
  1862                                           
  1863        <groupId>
  1864         org.apache .httpcompo nents
  1865        </groupId>
  1866                                           
  1867        <artifactI d>
  1868         httpclient
  1869        </artifact Id>
  1870                                           
  1871        <version>
  1872         ${apache-h ttp-client .version}
  1873        </version>
  1874                                  
  1875       </dependen cy>
  1876      
  1877                                 
  1878       <!-- JODA  -->
  1879                                 
  1880       <dependenc y>
  1881                                           
  1882        <groupId>
  1883         joda-time
  1884        </groupId>
  1885                                           
  1886        <artifactI d>
  1887         joda-time
  1888        </artifact Id>
  1889                                           
  1890        <version>
  1891         ${joda.ver sion}
  1892        </version>
  1893                                  
  1894       </dependen cy>
  1895      
  1896      
  1897                                 
  1898       <!-- Jerse y -->
  1899                                 
  1900       <dependenc y>
  1901                                           
  1902        <groupId>
  1903         com.sun.je rsey
  1904        </groupId>
  1905                                           
  1906        <artifactI d>
  1907         jersey-cor e
  1908        </artifact Id>
  1909                                           
  1910        <version>
  1911         ${jersey.v ersion}
  1912        </version>
  1913                                  
  1914       </dependen cy>
  1915                                 
  1916       <dependenc y>
  1917                                           
  1918        <groupId>
  1919         com.sun.je rsey
  1920        </groupId>
  1921                                           
  1922        <artifactI d>
  1923         jersey-cli ent
  1924        </artifact Id>
  1925                                           
  1926        <version>
  1927         ${jersey.v ersion}
  1928        </version>
  1929                                  
  1930       </dependen cy>
  1931                                 
  1932       <dependenc y>
  1933                                           
  1934        <groupId>
  1935         javax.ws.r s
  1936        </groupId>
  1937                                           
  1938        <artifactI d>
  1939         javax.ws.r s-api
  1940        </artifact Id>
  1941                                           
  1942        <version>
  1943         ${jax-ws-r s.version}
  1944        </version>
  1945                                  
  1946       </dependen cy>
  1947      
  1948                        
  1949      </dependen cies>
  1950     
  1951              
  1952     </dependen cyManageme nt>
  1953             
  1954     <propertie s>
  1955                       
  1956      <map2.enco ding>
  1957       UTF-8
  1958      </map2.enc oding>
  1959                       
  1960      <apache-ht tp-client. version>
  1961       4.3.6
  1962      </apache-h ttp-client .version>
  1963                       
  1964      <jersey.ve rsion>
  1965       1.19
  1966      </jersey.v ersion>
  1967                       
  1968      <jax-ws-rs .version>
  1969       2.0.1
  1970      </jax-ws-r s.version>
  1971                       
  1972      <gson.vers ion>
  1973       2.3.1
  1974      </gson.ver sion>
  1975                       
  1976      <java.vers ion>
  1977       1.7
  1978      </java.ver sion>
  1979                       
  1980      <tomcat.pl ugin.versi on>
  1981       2.2
  1982      </tomcat.p lugin.vers ion>
  1983                       
  1984      <tomcat.ve rsion>
  1985       7.0.54
  1986      </tomcat.v ersion>
  1987                       
  1988      <slf4j.ver sion>
  1989       1.7.7
  1990      </slf4j.ve rsion>
  1991                       
  1992      <log4j.ver sion>
  1993       1.2.17
  1994      </log4j.ve rsion>
  1995                       
  1996      <junit.ver sion>
  1997       4.11
  1998      </junit.ve rsion>
  1999                       
  2000      <hamcrest. version>
  2001       1.3
  2002      </hamcrest .version>
  2003                       
  2004      <servlet.v ersion>
  2005       3.0.1
  2006      </servlet. version>
  2007                       
  2008      <jstl.vers ion>
  2009       1.2
  2010      </jstl.ver sion>
  2011                       
  2012      <joda.vers ion>
  2013       2.7
  2014      </joda.ver sion>
  2015                       
  2016      <jackson.v ersion>
  2017       2.5.3
  2018      </jackson. version>
  2019                       
  2020      <cxf.versi on>
  2021       3.0.4
  2022      </cxf.vers ion>
  2023                       
  2024      <cxf-xjc-p lugin.vers ion>
  2025       2.6.2
  2026      </cxf-xjc- plugin.ver sion>
  2027                       
  2028      <cxf.xjc.t s.version>
  2029       2.6.0
  2030      </cxf.xjc. ts.version >
  2031                       
  2032      <spring.ve rsion>
  2033       4.1.5.RELE ASE
  2034      </spring.v ersion>
  2035                       
  2036      <spring.se curity.ver sion>
  2037       3.2.4.RELE ASE
  2038      </spring.s ecurity.ve rsion>
  2039                       
  2040      <spring.se curity.oau th2.versio n>
  2041       1.0.4.RELE ASE
  2042      </spring.s ecurity.oa uth2.versi on>
  2043                       
  2044      <spring.ha teoas.vers ion>
  2045       0.8.0.RELE ASE
  2046      </spring.h ateoas.ver sion>
  2047                       
  2048      <apache-co mmons-lang 3.version>
  2049       3.1
  2050      </apache-c ommons-lan g3.version >
  2051                       
  2052      <apache-co mmons-io.v ersion>
  2053       2.4
  2054      </apache-c ommons-io. version>
  2055                       
  2056      <apache-co mmons-lang .version>
  2057       2.6
  2058      </apache-c ommons-lan g.version>
  2059                       
  2060      <apache-co mmons-bean utils.vers ion>
  2061       1.9.2
  2062      </apache-c ommons-bea nutils.ver sion>
  2063                       
  2064      <tomcat-ve rsion>
  2065       7.0.59
  2066      </tomcat-v ersion>
  2067              
  2068     </properti es>
  2069   </project>