89. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 11/14/2017 6:57:21 AM Central 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.

89.1 Files compared

# Location File Last Modified
1 cbs.zip\cbs\cbs pom.xml Thu Nov 9 14:19:34 2017 UTC
2 cbs.zip\cbs\cbs pom.xml Tue Nov 14 12:51:33 2017 UTC

89.2 Comparison summary

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

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

89.4 Active regular expressions

No regular expressions were active.

89.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.apa che.org/ma ven-v4_0_0 .xsd"
  10   >
  11             
  12     <modelVers ion>
  13      4.0.0
  14     </modelVer sion>
  15             
  16     <groupId>
  17      gov.va
  18     </groupId>
  19             
  20     <artifactI d>
  21      cbss
  22     </artifact Id>
  23             
  24     <name>
  25      CBSS
  26     </name>
  27             
  28     <packaging >
  29      war
  30     </packagin g>
  31             
  32     <version>
  33      1.0.0-BUIL D-SNAPSHOT
  34     </version>
  35             
  36     <propertie s>
  37                       
  38      <java-vers ion>
  39       1.8
  40      </java-ver sion>
  41                       
  42      <org.sprin gframework -version>
  43       4.1.6.RELE ASE
  44      </org.spri ngframewor k-version>
  45                       
  46      <org.sprin gsecurity. version>
  47       4.0.1.RELE ASE
  48      </org.spri ngsecurity .version>
  49                       
  50      <org.sprin gbatch.ver sion>
  51       3.0.6.RELE ASE
  52      </org.spri ngbatch.ve rsion>
  53                       
  54      <org.slf4j -version>
  55       1.7.21
  56      </org.slf4 j-version>
  57                       
  58      <org.log4j -version>
  59       2.4.1
  60      </org.log4 j-version>
  61                       
  62      <quartz-ve rsion>
  63       2.2.2
  64      </quartz-v ersion>
  65                       
  66      <jackson-v ersion>
  67       2.5.0
  68      </jackson- version>
  69                       
  70      <commons-d bcp-versio n>
  71       2.1.1
  72      </commons- dbcp-versi on>
  73                       
  74      <oracle-jd bc-version >
  75       12.1.0.2
  76      </oracle-j dbc-versio n>
  77                       
  78      <apache-vf s2-version >
  79       2.0
  80      </apache-v fs2-versio n>
  81                       
  82      <jsch-vers ion>
  83       0.1.53
  84      </jsch-ver sion>
  85                       
  86      <servlet-a pi-version >
  87       2.5
  88      </servlet- api-versio n>
  89                       
  90      <servlet-j sp-version >
  91       2.1
  92      </servlet- jsp-versio n>
  93                       
  94      <servlet-j stl-versio n>
  95       1.2
  96      </servlet- jstl-versi on>
  97                       
  98      <junit-ver sion>
  99       4.12
  100      </junit-ve rsion>
  101                       
  102      <project.b uild.sourc eEncoding>
  103       UTF-8
  104      </project. build.sour ceEncoding >
  105              
  106     </properti es>
  107    
  108             
  109     <repositor ies>
  110                       
  111      <repositor y>
  112                                 
  113       <id>
  114        central
  115       </id>
  116                                 
  117       <url>
  118        http://nex us.oit. SERVER : PORT /nexus/con tent/repos itories/ce ntral/
  119       </url>
  120                        
  121      </reposito ry>
  122                       
  123      <repositor y>
  124                                 
  125       <id>
  126        thirdparty
  127       </id>
  128                                 
  129       <url>
  130        http://nex us.oit. SERVER : PORT /nexus/con tent/repos itories/th irdparty/
  131       </url>
  132                        
  133      </reposito ry>
  134              
  135     </reposito ries>
  136    
  137             
  138     <profiles>
  139                       
  140      <profile>
  141                                 
  142       <id>
  143        local
  144       </id>
  145                                 
  146       <activatio n>
  147                                           
  148        <activeByD efault>
  149         true
  150        </activeBy Default>
  151                                  
  152       </activati on>
  153                                 
  154       <propertie s>
  155                                           
  156        <spring.pr ofiles.act ive>
  157         local
  158        </spring.p rofiles.ac tive>
  159                                  
  160       </properti es>
  161                                 
  162       <build>
  163                                           
  164        <resources >
  165                                                    
  166         <resource>
  167                                                              
  168          <directory >
  169           src/main/r esources/e nv
  170          </director y>
  171                                                              
  172          <includes>
  173                                                                        
  174           <include>
  175            ESAPI.prop erties
  176           </include>
  177                                                                        
  178           <include>
  179            validation .propertie s
  180           </include>
  181                                                                        
  182           <include>
  183            quartz.pro perties
  184           </include>
  185                                                               
  186          </includes >
  187                                                     
  188         </resource >
  189                                                    
  190         <resource>
  191                                                              
  192          <directory >
  193           src/main/r esources/j rxml
  194          </director y>
  195                                                              
  196          <includes>
  197                                                                        
  198           <include>
  199            *.jrxml
  200           </include>
  201                                                                        
  202           <include>
  203            checkbox.p ng
  204           </include>
  205                                                                        
  206           <include>
  207            7_VA_1COLO R_HORIZONT _12C9F6.jp g
  208           </include>
  209                                                               
  210          </includes >
  211                                                     
  212         </resource >
  213                                                    
  214         <resource>
  215                                                              
  216          <directory >
  217           src/main/r esources/e nv/local
  218          </director y>
  219                                                     
  220         </resource >
  221                                                    
  222         <resource>
  223                                                              
  224          <directory >
  225           src/main/r esources
  226          </director y>
  227                                                              
  228          <includes>
  229                                                                        
  230           <include>
  231            *.xml
  232           </include>
  233                                                                        
  234           <include>
  235            *.properti es
  236           </include>
  237                                                               
  238          </includes >
  239                                                     
  240         </resource >
  241                                            
  242        </resource s>
  243                                  
  244       </build>
  245                        
  246      </profile>
  247                       
  248      <profile>
  249                                 
  250       <id>
  251        dev
  252       </id>
  253                                 
  254       <propertie s>
  255                                           
  256        <spring.pr ofiles.act ive>
  257         dev
  258        </spring.p rofiles.ac tive>
  259                                  
  260       </properti es>
  261                                 
  262       <build>
  263                                           
  264        <resources >
  265                                                    
  266         <resource>
  267                                                              
  268          <directory >
  269           src/main/r esources/e nv
  270          </director y>
  271                                                              
  272          <includes>
  273                                                                        
  274           <include>
  275            ESAPI.prop erties
  276           </include>
  277                                                                        
  278           <include>
  279            validation .propertie s
  280           </include>
  281                                                                        
  282           <include>
  283            quartz.pro perties
  284           </include>
  285                                                               
  286          </includes >
  287                                                     
  288         </resource >
  289                                                    
  290         <resource>
  291                                                              
  292          <directory >
  293           src/main/r esources/j rxml
  294          </director y>
  295                                                              
  296          <includes>
  297                                                                        
  298           <include>
  299            *.jrxml
  300           </include>
  301                                                                        
  302           <include>
  303            checkbox.p ng
  304           </include>
  305                                                                        
  306           <include>
  307            7_VA_1COLO R_HORIZONT _12C9F6.jp g
  308           </include>
  309                                                               
  310          </includes >
  311                                                     
  312         </resource >
  313                                                    
  314         <resource>
  315                                                              
  316          <directory >
  317           src/main/r esources/e nv/dev
  318          </director y>
  319                                                     
  320         </resource >
  321                                                    
  322         <resource>
  323                                                              
  324          <directory >
  325           src/main/r esources
  326          </director y>
  327                                                              
  328          <includes>
  329                                                                        
  330           <include>
  331            *.xml
  332           </include>
  333                                                                        
  334           <include>
  335            *.properti es
  336           </include>
  337                                                               
  338          </includes >
  339                                                     
  340         </resource >
  341                                            
  342        </resource s>
  343                                  
  344       </build>
  345                        
  346      </profile>
  347                       
  348      <profile>
  349                                 
  350       <id>
  351        sqa
  352       </id>
  353                                 
  354       <propertie s>
  355                                           
  356        <spring.pr ofiles.act ive>
  357         sqa
  358        </spring.p rofiles.ac tive>
  359                                  
  360       </properti es>
  361                                 
  362       <build>
  363                                           
  364        <resources >
  365                                                    
  366         <resource>
  367                                                              
  368          <directory >
  369           src/main/r esources/e nv
  370          </director y>
  371                                                              
  372          <includes>
  373                                                                        
  374           <include>
  375            ESAPI.prop erties
  376           </include>
  377                                                                        
  378           <include>
  379            validation .propertie s
  380           </include>
  381                                                                        
  382           <include>
  383            quartz.pro perties
  384           </include>
  385                                                               
  386          </includes >
  387                                                     
  388         </resource >
  389                                                    
  390         <resource>
  391                                                              
  392          <directory >
  393           src/main/r esources/j rxml
  394          </director y>
  395                                                              
  396          <includes>
  397                                                                        
  398           <include>
  399            *.jrxml
  400           </include>
  401                                                                        
  402           <include>
  403            checkbox.p ng
  404           </include>
  405                                                                        
  406           <include>
  407            7_VA_1COLO R_HORIZONT _12C9F6.jp g
  408           </include>
  409                                                               
  410          </includes >
  411                                                     
  412         </resource >
  413                                                    
  414         <resource>
  415                                                              
  416          <directory >
  417           src/main/r esources/e nv/sqa
  418          </director y>
  419                                                     
  420         </resource >
  421                                                    
  422         <resource>
  423                                                              
  424          <directory >
  425           src/main/r esources
  426          </director y>
  427                                                              
  428          <includes>
  429                                                                        
  430           <include>
  431            *.xml
  432           </include>
  433                                                                        
  434           <include>
  435            *.properti es
  436           </include>
  437                                                               
  438          </includes >
  439                                                     
  440         </resource >
  441                                            
  442        </resource s>
  443                                  
  444       </build>
  445                        
  446      </profile>
  447                       
  448      <profile>
  449                                 
  450       <id>
  451        preprod
  452       </id>
  453                                 
  454       <propertie s>
  455                                           
  456        <spring.pr ofiles.act ive>
  457         preprod
  458        </spring.p rofiles.ac tive>
  459                                  
  460       </properti es>
  461                                 
  462       <build>
  463                                           
  464        <resources >
  465                                                    
  466         <resource>
  467                                                              
  468          <directory >
  469           src/main/r esources/e nv
  470          </director y>
  471                                                              
  472          <includes>
  473                                                                        
  474           <include>
  475            ESAPI.prop erties
  476           </include>
  477                                                                        
  478           <include>
  479            validation .propertie s
  480           </include>
  481                                                                        
  482           <include>
  483            quartz.pro perties
  484           </include>
  485                                                               
  486          </includes >
  487                                                     
  488         </resource >
  489                                                    
  490         <resource>
  491                                                              
  492          <directory >
  493           src/main/r esources/j rxml
  494          </director y>
  495                                                              
  496          <includes>
  497                                                                        
  498           <include>
  499            *.jrxml
  500           </include>
  501                                                                        
  502           <include>
  503            checkbox.p ng
  504           </include>
  505                                                                        
  506           <include>
  507            7_VA_1COLO R_HORIZONT _12C9F6.jp g
  508           </include>
  509                                                               
  510          </includes >
  511                                                     
  512         </resource >
  513                                                    
  514         <resource>
  515                                                              
  516          <directory >
  517           src/main/r esources/e nv/preprod
  518          </director y>
  519                                                     
  520         </resource >
  521                                                    
  522         <resource>
  523                                                              
  524          <directory >
  525           src/main/r esources
  526          </director y>
  527                                                              
  528          <includes>
  529                                                                        
  530           <include>
  531            *.xml
  532           </include>
  533                                                                        
  534           <include>
  535            *.properti es
  536           </include>
  537                                                               
  538          </includes >
  539                                                     
  540         </resource >
  541                                            
  542        </resource s>
  543                                  
  544       </build>
  545                        
  546      </profile>
  547                       
  548      <profile>
  549                                 
  550       <id>
  551        prod
  552       </id>
  553                                 
  554       <propertie s>
  555                                           
  556        <spring.pr ofiles.act ive>
  557         prod
  558        </spring.p rofiles.ac tive>
  559                                  
  560       </properti es>
  561                                 
  562       <build>
  563                                           
  564        <resources >
  565                                                    
  566         <resource>
  567                                                              
  568          <directory >
  569           src/main/r esources/e nv
  570          </director y>
  571                                                              
  572          <includes>
  573                                                                        
  574           <include>
  575            ESAPI.prop erties
  576           </include>
  577                                                                        
  578           <include>
  579            validation .propertie s
  580           </include>
  581                                                                        
  582           <include>
  583            quartz.pro perties
  584           </include>
  585                                                               
  586          </includes >
  587                                                     
  588         </resource >
  589                                                    
  590         <resource>
  591                                                              
  592          <directory >
  593           src/main/r esources/j rxml
  594          </director y>
  595                                                              
  596          <includes>
  597                                                                        
  598           <include>
  599            *.jrxml
  600           </include>
  601                                                                        
  602           <include>
  603            checkbox.p ng
  604           </include>
  605                                                                        
  606           <include>
  607            7_VA_1COLO R_HORIZONT _12C9F6.jp g
  608           </include>
  609                                                               
  610          </includes >
  611                                                     
  612         </resource >
  613                                                    
  614         <resource>
  615                                                              
  616          <directory >
  617           src/main/r esources/e nv/prod
  618          </director y>
  619                                                     
  620         </resource >
  621                                                    
  622         <resource>
  623                                                              
  624          <directory >
  625           src/main/r esources
  626          </director y>
  627                                                              
  628          <includes>
  629                                                                        
  630           <include>
  631            *.xml
  632           </include>
  633                                                                        
  634           <include>
  635            *.properti es
  636           </include>
  637                                                               
  638          </includes >
  639                                                     
  640         </resource >
  641                                            
  642        </resource s>
  643                                  
  644       </build>
  645                        
  646      </profile>
  647              
  648     </profiles >
  649    
  650             
  651     <dependenc ies>
  652                       
  653      <!-- Sprin g -->
  654                       
  655      <dependenc y>
  656                                 
  657       <groupId>
  658        org.spring framework
  659       </groupId>
  660                                 
  661       <artifactI d>
  662        spring-con text
  663       </artifact Id>
  664                                 
  665       <version>
  666        ${org.spri ngframewor k-version}
  667       </version>
  668                                 
  669       <exclusion s>
  670                                           
  671        <!-- Exclu de Commons  Logging i n favor of  SLF4j -->
  672                                           
  673        <exclusion >
  674                                                    
  675         <groupId>
  676          commons-lo gging
  677         </groupId>
  678                                                    
  679         <artifactI d>
  680          commons-lo gging
  681         </artifact Id>
  682                                            
  683        </exclusio n>
  684                                           
  685        <exclusion >
  686                                                    
  687         <groupId>
  688          org.slf4j
  689         </groupId>
  690                                                    
  691         <artifactI d>
  692          slf4j-log4 j12
  693         </artifact Id>
  694                                            
  695        </exclusio n>
  696                                  
  697       </exclusio ns>
  698                        
  699      </dependen cy>
  700                       
  701      <dependenc y>
  702                                 
  703       <groupId>
  704        org.spring framework
  705       </groupId>
  706                                 
  707       <artifactI d>
  708        spring-web mvc
  709       </artifact Id>
  710                                 
  711       <version>
  712        ${org.spri ngframewor k-version}
  713       </version>
  714                        
  715      </dependen cy>
  716     
  717                       
  718      <!-- Loggi ng -->
  719                       
  720      <dependenc y>
  721                                 
  722       <groupId>
  723        org.apache .logging.l og4j
  724       </groupId>
  725                                 
  726       <artifactI d>
  727        log4j-api
  728       </artifact Id>
  729                                 
  730       <version>
  731        ${org.log4 j-version}
  732       </version>
  733                                 
  734       <exclusion s>
  735                                           
  736        <exclusion >
  737                                                    
  738         <groupId>
  739          javax.mail
  740         </groupId>
  741                                                    
  742         <artifactI d>
  743          mail
  744         </artifact Id>
  745                                            
  746        </exclusio n>
  747                                           
  748        <exclusion >
  749                                                    
  750         <groupId>
  751          javax.jms
  752         </groupId>
  753                                                    
  754         <artifactI d>
  755          jms
  756         </artifact Id>
  757                                            
  758        </exclusio n>
  759                                           
  760        <exclusion >
  761                                                    
  762         <groupId>
  763          com.sun.jd mk
  764         </groupId>
  765                                                    
  766         <artifactI d>
  767          jmxtools
  768         </artifact Id>
  769                                            
  770        </exclusio n>
  771                                           
  772        <exclusion >
  773                                                    
  774         <groupId>
  775          com.sun.jm x
  776         </groupId>
  777                                                    
  778         <artifactI d>
  779          jmxri
  780         </artifact Id>
  781                                            
  782        </exclusio n>
  783                                  
  784       </exclusio ns>
  785                        
  786      </dependen cy>
  787     
  788                       
  789      <!-- Servl et -->
  790                       
  791      <dependenc y>
  792                                 
  793       <groupId>
  794        javax.serv let
  795       </groupId>
  796                                 
  797       <artifactI d>
  798        servlet-ap i
  799       </artifact Id>
  800                                 
  801       <version>
  802        ${servlet- api-versio n}
  803       </version>
  804                                 
  805       <scope>
  806        provided
  807       </scope>
  808                        
  809      </dependen cy>
  810                       
  811      <dependenc y>
  812                                 
  813       <groupId>
  814        javax.serv let.jsp
  815       </groupId>
  816                                 
  817       <artifactI d>
  818        jsp-api
  819       </artifact Id>
  820                                 
  821       <version>
  822        ${servlet- jsp-versio n}
  823       </version>
  824                                 
  825       <scope>
  826        provided
  827       </scope>
  828                        
  829      </dependen cy>
  830                       
  831      <dependenc y>
  832                                 
  833       <groupId>
  834        javax.serv let
  835       </groupId>
  836                                 
  837       <artifactI d>
  838        jstl
  839       </artifact Id>
  840                                 
  841       <version>
  842        ${servlet- jstl-versi on}
  843       </version>
  844                        
  845      </dependen cy>
  846     
  847                       
  848      <!-- Sprin g Framewor ks -->
  849                       
  850      <dependenc y>
  851                                 
  852       <groupId>
  853        org.spring framework
  854       </groupId>
  855                                 
  856       <artifactI d>
  857        spring-tx
  858       </artifact Id>
  859                                 
  860       <version>
  861        ${org.spri ngframewor k-version}
  862       </version>
  863                        
  864      </dependen cy>
  865                       
  866      <dependenc y>
  867                                 
  868       <groupId>
  869        org.spring framework
  870       </groupId>
  871                                 
  872       <artifactI d>
  873        spring-jdb c
  874       </artifact Id>
  875                                 
  876       <version>
  877        ${org.spri ngframewor k-version}
  878       </version>
  879                        
  880      </dependen cy>
  881                       
  882      <dependenc y>
  883                                 
  884       <groupId>
  885        org.spring framework
  886       </groupId>
  887                                 
  888       <artifactI d>
  889        spring-cor e
  890       </artifact Id>
  891                                 
  892       <version>
  893        ${org.spri ngframewor k-version}
  894       </version>
  895                        
  896      </dependen cy>
  897                       
  898      <dependenc y>
  899                                 
  900       <groupId>
  901        org.spring framework
  902       </groupId>
  903                                 
  904       <artifactI d>
  905        spring-aop
  906       </artifact Id>
  907                                 
  908       <version>
  909        ${org.spri ngframewor k-version}
  910       </version>
  911                        
  912      </dependen cy>
  913                       
  914      <dependenc y>
  915                                 
  916       <groupId>
  917        org.spring framework
  918       </groupId>
  919                                 
  920       <artifactI d>
  921        spring-con text-suppo rt
  922       </artifact Id>
  923                                 
  924       <version>
  925        ${org.spri ngframewor k-version}
  926       </version>
  927                        
  928      </dependen cy>
  929                       
  930      <dependenc y>
  931                                 
  932       <groupId>
  933        org.spring framework. batch
  934       </groupId>
  935                                 
  936       <artifactI d>
  937        spring-bat ch-core
  938       </artifact Id>
  939                                 
  940       <version>
  941        ${org.spri ngbatch.ve rsion}
  942       </version>
  943                        
  944      </dependen cy>
  945                       
  946      <dependenc y>
  947                                 
  948       <groupId>
  949        org.spring framework. batch
  950       </groupId>
  951                                 
  952       <artifactI d>
  953        spring-bat ch-infrast ructure
  954       </artifact Id>
  955                                 
  956       <version>
  957        ${org.spri ngbatch.ve rsion}
  958       </version>
  959                        
  960      </dependen cy>
  961     
  962                       
  963      <!-- Quart z Schedule r -->
  964                       
  965      <dependenc y>
  966                                 
  967       <groupId>
  968        org.quartz -scheduler
  969       </groupId>
  970                                 
  971       <artifactI d>
  972        quartz
  973       </artifact Id>
  974                                 
  975       <version>
  976        ${quartz-v ersion}
  977       </version>
  978                                 
  979       <exclusion s>
  980                                           
  981        <exclusion >
  982                                                    
  983         <groupId>
  984          org.slf4j
  985         </groupId>
  986                                                    
  987         <artifactI d>
  988          slf4j-api
  989         </artifact Id>
  990                                            
  991        </exclusio n>
  992                                           
  993        <exclusion >
  994                                                    
  995         <groupId>
  996          org.slf4j
  997         </groupId>
  998                                                    
  999         <artifactI d>
  1000          slf4j-log4 j12
  1001         </artifact Id>
  1002                                            
  1003        </exclusio n>
  1004                                  
  1005       </exclusio ns>
  1006                        
  1007      </dependen cy>
  1008     
  1009                       
  1010      <!-- Jacks on JSON Pr ocessor -- >
  1011                       
  1012      <dependenc y>
  1013                                 
  1014       <groupId>
  1015        com.faster xml.jackso n.core
  1016       </groupId>
  1017                                 
  1018       <artifactI d>
  1019        jackson-da tabind
  1020       </artifact Id>
  1021                                 
  1022       <version>
  1023        ${jackson- version}
  1024       </version>
  1025                        
  1026      </dependen cy>
  1027     
  1028                       
  1029      <!-- Sprin g Security  -->
  1030                       
  1031      <dependenc y>
  1032                                 
  1033       <groupId>
  1034        org.spring framework. security
  1035       </groupId>
  1036                                 
  1037       <artifactI d>
  1038        spring-sec urity-web
  1039       </artifact Id>
  1040                                 
  1041       <version>
  1042        ${org.spri ngsecurity .version}
  1043       </version>
  1044                        
  1045      </dependen cy>
  1046                       
  1047      <dependenc y>
  1048                                 
  1049       <groupId>
  1050        org.spring framework. security
  1051       </groupId>
  1052                                 
  1053       <artifactI d>
  1054        spring-sec urity-conf ig
  1055       </artifact Id>
  1056                                 
  1057       <version>
  1058        ${org.spri ngsecurity .version}
  1059       </version>
  1060                        
  1061      </dependen cy>
  1062                       
  1063      <dependenc y>
  1064                                 
  1065       <groupId>
  1066        org.spring framework. security
  1067       </groupId>
  1068                                 
  1069       <artifactI d>
  1070        spring-sec urity-tagl ibs
  1071       </artifact Id>
  1072                                 
  1073       <version>
  1074        ${org.spri ngsecurity .version}
  1075       </version>
  1076                        
  1077      </dependen cy>
  1078     
  1079                       
  1080      <!-- Jaspe rReports L ibrary -->
  1081                       
  1082      <dependenc y>
  1083                                 
  1084       <groupId>
  1085        net.sf.jas perreports
  1086       </groupId>
  1087                                 
  1088       <artifactI d>
  1089        jasperrepo rts
  1090       </artifact Id>
  1091                                 
  1092       <version>
  1093        6.2.2
  1094       </version>
  1095                                 
  1096       <exclusion s>
  1097                                           
  1098        <exclusion >
  1099                                                    
  1100         <groupId>
  1101          bouncycast le
  1102         </groupId>
  1103                                                    
  1104         <artifactI d>
  1105          bcprov-jdk 14
  1106         </artifact Id>
  1107                                            
  1108        </exclusio n>
  1109                                           
  1110        <exclusion >
  1111                                                    
  1112         <groupId>
  1113          bouncycast le
  1114         </groupId>
  1115                                                    
  1116         <artifactI d>
  1117          bcpkix-jdk 14
  1118         </artifact Id>
  1119                                            
  1120        </exclusio n>
  1121                                           
  1122        <exclusion >
  1123                                                    
  1124         <groupId>
  1125          bouncycast le
  1126         </groupId>
  1127                                                    
  1128         <artifactI d>
  1129          bcmail-jdk 14
  1130         </artifact Id>
  1131                                            
  1132        </exclusio n>
  1133                                           
  1134        <exclusion >
  1135                                                    
  1136         <groupId>
  1137          org.bouncy castle
  1138         </groupId>
  1139                                                    
  1140         <artifactI d>
  1141          bcprov-jdk 14
  1142         </artifact Id>
  1143                                            
  1144        </exclusio n>
  1145                                           
  1146        <exclusion >
  1147                                                    
  1148         <groupId>
  1149          org.bouncy castle
  1150         </groupId>
  1151                                                    
  1152         <artifactI d>
  1153          bctsp-jdk1 4
  1154         </artifact Id>
  1155                                            
  1156        </exclusio n>
  1157                                           
  1158        <exclusion >
  1159                                                    
  1160         <groupId>
  1161          org.bouncy castle
  1162         </groupId>
  1163                                                    
  1164         <artifactI d>
  1165          bcmail-jdk 14
  1166         </artifact Id>
  1167                                            
  1168        </exclusio n>
  1169                                  
  1170       </exclusio ns>
  1171                        
  1172      </dependen cy>
  1173     
  1174                       
  1175      <!-- ESAPI  Validatio n -->
  1176                       
  1177      <dependenc y>
  1178                                 
  1179       <groupId>
  1180        org.owasp. esapi
  1181       </groupId>
  1182                                 
  1183       <artifactI d>
  1184        esapi
  1185       </artifact Id>
  1186                                 
  1187       <version>
  1188        2.1.0
  1189       </version>
  1190                                 
  1191       <exclusion s>
  1192                                           
  1193        <exclusion >
  1194                                                    
  1195         <artifactI d>
  1196          xml-apis
  1197         </artifact Id>
  1198                                                    
  1199         <groupId>
  1200          xml-apis
  1201         </groupId>
  1202                                            
  1203        </exclusio n>
  1204                                  
  1205       </exclusio ns>
  1206                        
  1207      </dependen cy>
  1208     
  1209                       
  1210      <!-- Basic DataSource  for DB Co nnection - ->
  1211                       
  1212      <dependenc y>
  1213                                 
  1214       <groupId>
  1215        org.apache .commons
  1216       </groupId>
  1217                                 
  1218       <artifactI d>
  1219        commons-db cp2
  1220       </artifact Id>
  1221                                 
  1222       <version>
  1223        ${commons- dbcp-versi on}
  1224       </version>
  1225                        
  1226      </dependen cy>
  1227     
  1228                       
  1229      <!-- Oracl e DB drive r -->
  1230                       
  1231      <dependenc y>
  1232                                 
  1233       <groupId>
  1234        com.oracle
  1235       </groupId>
  1236                                 
  1237       <artifactI d>
  1238        ojdbc7
  1239       </artifact Id>
  1240                                 
  1241       <version>
  1242        ${oracle-j dbc-versio n}
  1243       </version>
  1244                        
  1245      </dependen cy>
  1246     
  1247                       
  1248      <!-- Apach e VFS2 -->
  1249                       
  1250      <dependenc y>
  1251                                 
  1252       <groupId>
  1253        org.apache .commons
  1254       </groupId>
  1255                                 
  1256       <artifactI d>
  1257        commons-vf s2
  1258       </artifact Id>
  1259                                 
  1260       <version>
  1261        ${apache-v fs2-versio n}
  1262       </version>
  1263                        
  1264      </dependen cy>
  1265                       
  1266      <dependenc y>
  1267                                 
  1268       <groupId>
  1269        com.jcraft
  1270       </groupId>
  1271                                 
  1272       <artifactI d>
  1273        jsch
  1274       </artifact Id>
  1275                                 
  1276       <version>
  1277        ${jsch-ver sion}
  1278       </version>
  1279                        
  1280      </dependen cy>
  1281     
  1282                       
  1283      <!-- Logge r for Test  -->
  1284                       
  1285      <dependenc y>
  1286                                 
  1287       <groupId>
  1288        org.slf4j
  1289       </groupId>
  1290                                 
  1291       <artifactI d>
  1292        slf4j-api
  1293       </artifact Id>
  1294                                 
  1295       <version>
  1296        ${org.slf4 j-version}
  1297       </version>
  1298                                 
  1299       <scope>
  1300        test
  1301       </scope>
  1302                        
  1303      </dependen cy>
  1304                       
  1305      <dependenc y>
  1306                                 
  1307       <groupId>
  1308        org.slf4j
  1309       </groupId>
  1310                                 
  1311       <artifactI d>
  1312        slf4j-log4 j12
  1313       </artifact Id>
  1314                                 
  1315       <version>
  1316        ${org.slf4 j-version}
  1317       </version>
  1318                                 
  1319       <scope>
  1320        test
  1321       </scope>
  1322                        
  1323      </dependen cy>
  1324     
  1325                       
  1326      <!-- Mock  for Email  Unit Test  -->
  1327                       
  1328      <dependenc y>
  1329                                 
  1330       <groupId>
  1331        dumbster
  1332       </groupId>
  1333                                 
  1334       <artifactI d>
  1335        dumbster
  1336       </artifact Id>
  1337                                 
  1338       <version>
  1339        1.6
  1340       </version>
  1341                                 
  1342       <scope>
  1343        test
  1344       </scope>
  1345                                 
  1346       <exclusion s>
  1347                                           
  1348        <exclusion >
  1349                                                    
  1350         <groupId>
  1351          javax.mail
  1352         </groupId>
  1353                                                    
  1354         <artifactI d>
  1355          mail
  1356         </artifact Id>
  1357                                            
  1358        </exclusio n>
  1359                                  
  1360       </exclusio ns>
  1361                        
  1362      </dependen cy>
  1363                       
  1364      <dependenc y>
  1365                                 
  1366       <groupId>
  1367        javax.mail
  1368       </groupId>
  1369                                 
  1370       <artifactI d>
  1371        javax.mail -api
  1372       </artifact Id>
  1373                                 
  1374       <version>
  1375        1.5.5
  1376       </version>
  1377                        
  1378      </dependen cy>
  1379                       
  1380      <dependenc y>
  1381                                 
  1382       <groupId>
  1383        javax.acti vation
  1384       </groupId>
  1385                                 
  1386       <artifactI d>
  1387        activation
  1388       </artifact Id>
  1389                                 
  1390       <version>
  1391        1.1.1
  1392       </version>
  1393                                 
  1394       <scope>
  1395        test
  1396       </scope>
  1397                        
  1398      </dependen cy>
  1399                       
  1400      <dependenc y>
  1401                                 
  1402       <groupId>
  1403        com.sun.ma il
  1404       </groupId>
  1405                                 
  1406       <artifactI d>
  1407        javax.mail
  1408       </artifact Id>
  1409                                 
  1410       <version>
  1411        1.5.5
  1412       </version>
  1413                                 
  1414       <scope>
  1415        test
  1416       </scope>
  1417                        
  1418      </dependen cy>
  1419     
  1420                       
  1421      <!-- Mock  for SFTP U nit Test - ->
  1422                       
  1423      <dependenc y>
  1424                                 
  1425       <groupId>
  1426        org.apache .sshd
  1427       </groupId>
  1428                                 
  1429       <artifactI d>
  1430        sshd-core
  1431       </artifact Id>
  1432                                 
  1433       <version>
  1434        1.2.0
  1435       </version>
  1436                                 
  1437       <scope>
  1438        test
  1439       </scope>
  1440                        
  1441      </dependen cy>
  1442     
  1443                       
  1444      <!-- JUnit  for Test  -->
  1445                       
  1446      <dependenc y>
  1447                                 
  1448       <groupId>
  1449        junit
  1450       </groupId>
  1451                                 
  1452       <artifactI d>
  1453        junit
  1454       </artifact Id>
  1455                                 
  1456       <version>
  1457        ${junit-ve rsion}
  1458       </version>
  1459                                 
  1460       <scope>
  1461        test
  1462       </scope>
  1463                        
  1464      </dependen cy>
  1465     
  1466                       
  1467      <!-- H2 fo r Test DB  -->
  1468                       
  1469      <dependenc y>
  1470                                 
  1471       <groupId>
  1472        com.h2data base
  1473       </groupId>
  1474                                 
  1475       <artifactI d>
  1476        h2
  1477       </artifact Id>
  1478                                 
  1479       <version>
  1480        1.3.176
  1481       </version>
  1482                                 
  1483       <scope>
  1484        test
  1485       </scope>
  1486                        
  1487      </dependen cy>
  1488     
  1489                       
  1490      <!-- Sprin g Test -->
  1491                       
  1492      <dependenc y>
  1493                                 
  1494       <groupId>
  1495        org.spring framework
  1496       </groupId>
  1497                                 
  1498       <artifactI d>
  1499        spring-tes t
  1500       </artifact Id>
  1501                                 
  1502       <version>
  1503        ${org.spri ngframewor k-version}
  1504       </version>
  1505                                 
  1506       <scope>
  1507        test
  1508       </scope>
  1509                        
  1510      </dependen cy>
  1511     
  1512                       
  1513      <dependenc y>
  1514                                 
  1515       <groupId>
  1516        org.spring framework. batch
  1517       </groupId>
  1518                                 
  1519       <artifactI d>
  1520        spring-bat ch-test
  1521       </artifact Id>
  1522                                 
  1523       <version>
  1524        ${org.spri ngbatch.ve rsion}
  1525       </version>
  1526                                 
  1527       <scope>
  1528        test
  1529       </scope>
  1530                        
  1531      </dependen cy>
  1532              
  1533     </dependen cies>
  1534             
  1535     <build>
  1536                       
  1537      <plugins>
  1538                                 
  1539       <plugin>
  1540                                           
  1541        <artifactI d>
  1542         maven-ecli pse-plugin
  1543        </artifact Id>
  1544                                           
  1545        <version>
  1546         2.9
  1547        </version>
  1548                                           
  1549        <configura tion>
  1550                                                    
  1551         <additiona lProjectna tures>
  1552                                                              
  1553          <projectna ture>
  1554           org.spring framework. ide.eclips e.core.spr ingnature
  1555          </projectn ature>
  1556                                                     
  1557         </addition alProjectn atures>
  1558                                                    
  1559         <additiona lBuildcomm ands>
  1560                                                              
  1561          <buildcomm and>
  1562           org.spring framework. ide.eclips e.core.spr ingbuilder
  1563          </buildcom mand>
  1564                                                     
  1565         </addition alBuildcom mands>
  1566                                                    
  1567         <downloadS ources>
  1568          true
  1569         </download Sources>
  1570                                                    
  1571         <downloadJ avadocs>
  1572          true
  1573         </download Javadocs>
  1574                                            
  1575        </configur ation>
  1576                                  
  1577       </plugin>
  1578                                 
  1579       <plugin>
  1580                                           
  1581        <groupId>
  1582         org.apache .maven.plu gins
  1583        </groupId>
  1584                                           
  1585        <artifactI d>
  1586         maven-comp iler-plugi n
  1587        </artifact Id>
  1588                                           
  1589        <version>
  1590         2.5.1
  1591        </version>
  1592                                           
  1593        <configura tion>
  1594                                                    
  1595         <source>
  1596          1.8
  1597         </source>
  1598                                                    
  1599         <target>
  1600          1.8
  1601         </target>
  1602                                                    
  1603         <compilerA rgument>
  1604          -Xlint:all
  1605         </compiler Argument>
  1606                                                    
  1607         <showWarni ngs>
  1608          true
  1609         </showWarn ings>
  1610                                                    
  1611         <showDepre cation>
  1612          true
  1613         </showDepr ecation>
  1614                                            
  1615        </configur ation>
  1616                                  
  1617       </plugin>
  1618                                 
  1619       <plugin>
  1620                                           
  1621        <groupId>
  1622         org.apache .maven.plu gins
  1623        </groupId>
  1624                                           
  1625        <artifactI d>
  1626         maven-sure fire-plugi n
  1627        </artifact Id>
  1628                                           
  1629        <version>
  1630         2.12.4
  1631        </version>
  1632                                           
  1633        <configura tion>
  1634                                                    
  1635         <systemPro pertyVaria bles>
  1636                                                              
  1637          <spring.pr ofiles.act ive>
  1638           ${spring.p rofiles.ac tive}
  1639          </spring.p rofiles.ac tive>
  1640                                                     
  1641         </systemPr opertyVari ables>
  1642                                            
  1643        </configur ation>
  1644                                  
  1645       </plugin>
  1646                                 
  1647       <plugin>
  1648                                           
  1649        <groupId>
  1650         org.codeha us.mojo
  1651        </groupId>
  1652                                           
  1653        <artifactI d>
  1654         exec-maven -plugin
  1655        </artifact Id>
  1656                                           
  1657        <version>
  1658         1.2.1
  1659        </version>
  1660                                           
  1661        <configura tion>
  1662                                                    
  1663         <mainClass >
  1664          org.test.i nt1.Main
  1665         </mainClas s>
  1666                                            
  1667        </configur ation>
  1668                                  
  1669       </plugin>
  1670                        
  1671      </plugins>
  1672              
  1673     </build>
  1674   </project>