5666. EPMO Open Source Coordination Office Redaction File Detail Report

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

5666.1 Files compared

# Location File Last Modified
1 PRE_PPS-N_v3.0.1.zip\PS_PPS_interface pom.xml Fri Jan 12 15:43:48 2018 UTC
2 PRE_PPS-N_v3.0.1.zip\PS_PPS_interface pom.xml Wed Mar 7 16:19:08 2018 UTC

5666.2 Comparison summary

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

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

5666.4 Active regular expressions

No regular expressions were active.

5666.5 Comparison detail

  1   <project 
  2     xmlns="htt p://maven. apache.org /POM/4.0.0
  3     xmlns:xsi= "http://ww w.w3.org/2 001/XMLSch ema-instan ce" 
  4     xsi:schema Location=" http://mav en.apache. org/POM/4. 0.0 http:/ /maven.apa che.org/xs d/maven-4. 0.0.xsd"
  5   >
  6             
  7     <modelVers ion>
  8      4.0.0
  9     </modelVer sion>
  10             
  11     <artifactI d>
  12      PS_PPS_int erface
  13     </artifact Id>
  14             
  15     <parent>
  16                       
  17      <groupId>
  18       gov.va.med .pharmacy
  19      </groupId>
  20                       
  21      <artifactI d>
  22       PS_PPS
  23      </artifact Id>
  24                       
  25      <version>
  26       3.0.1-SNAP SHOT
  27      </version>
  28                       
  29      <relativeP ath>
  30       ../PS_PPS/ pom.xml
  31      </relative Path>
  32              
  33     </parent>
  34    
  35             
  36     <propertie s>
  37             
  38      <cxf.versi on>
  39       3.1.10
  40      </cxf.vers ion>
  41              
  42                  
  43      <!-- Many  of the aut omated tes ts in this  project a re broken.  Skip them  for now.  -->
  44                  
  45      <skipTests >
  46       true
  47      </skipTest s>
  48                       
  49      <schema.bi nding.dire ctory>
  50       etc/xml/sc hema
  51      </schema.b inding.dir ectory>
  52                       
  53      <schema.di rectory>
  54       etc/xml/sc hema
  55      </schema.d irectory>
  56                        
  57                       
  58      <!-- 
  59                       <for tify.sca.t ranslate.s ourcePath> ${project. basedir}/s rc/main/ge nerated</f ortify.sca .translate .sourcePat h>                                  
  60                       
  61                                
  62                       <for tify.sca.c p>${projec t.basedir} /target/cl asses</for tify.sca.c p>
  63                                --> 
  64                       
  65              
  66     </properti es>
  67    
  68             
  69     <repositor ies>
  70                       
  71      <repositor y>
  72                                 
  73       <id>
  74        project.lo cal
  75       </id>
  76                                 
  77       <name>
  78        project
  79       </name>
  80                                 
  81       <url>
  82        file:${pro ject.based ir}/../PS_ PPS_lib/ma venrepo
  83       </url>
  84                                 
  85       <releases>
  86                                           
  87        <checksumP olicy>
  88         false
  89        </checksum Policy>
  90                                           
  91        <!--  
  92                                           <updateP olicy>neve r</updateP olicy>
  93                                           -->
  94                                  
  95       </releases >
  96                                 
  97       <snapshots >
  98                                           
  99        <enabled>
  100         false
  101        </enabled>
  102                                  
  103       </snapshot s>
  104                        
  105      </reposito ry>
  106              
  107     </reposito ries>
  108    
  109    
  110             
  111     <build>
  112              
  113      <pluginMan agement>
  114                        
  115       <plugins>
  116                         
  117        <!-- 
  118                                  <plugi n>
  119                                           <groupId >com.forti fy.ps.mave n.plugin</ groupId>
  120                                           <artifac tId>sca-ma ven-plugin </artifact Id>
  121                                           <configu ration>
  122                                                    <buildId>M YBUILDID</ buildId>
  123                                                    <toplevelA rtifactId> PS_PPS_For tify</topl evelArtifa ctId>
  124                                                    <source>1. 8</source>
  125                                                    <skipTests >true</ski pTests>                       
  126                                           <extraCl assPathStr ing>${fort ify.sca.cp }</extraCl assPathStr ing>
  127                                           </config uration>
  128                                  </plug in>
  129                           -- >
  130                                  
  131        <plugin>
  132                                            
  133         <groupId>
  134          org.apache .maven.plu gins
  135         </groupId>
  136                                            
  137         <artifactI d>
  138          maven-jar- plugin
  139         </artifact Id>
  140                                            
  141         <execution s>
  142                                                     
  143          <execution >
  144                                                               
  145           <goals>
  146                                                                         
  147            <goal>
  148             test-jar
  149            </goal>
  150                                                                
  151           </goals>
  152                                                      
  153          </executio n>
  154                                             
  155         </executio ns>
  156                                   
  157        </plugin>
  158                         
  159       </plugins>
  160                        
  161      </pluginMa nagement>
  162              
  163      <plugins>
  164                        
  165       <!-- Plugi n required  to genera te java cl asses from  XSD using  XJC -->
  166                        
  167       <plugin>
  168                                  
  169        <groupId>
  170         org.jvnet. jaxb2.mave n2
  171        </groupId>
  172                                  
  173        <artifactI d>
  174         maven-jaxb 2-plugin
  175        </artifact Id>
  176                                  
  177        <execution s>
  178                                            
  179         <execution >
  180                                                     
  181          <goals>
  182                                                               
  183           <goal>
  184            generate
  185           </goal>
  186                                                      
  187          </goals>
  188                                             
  189         </executio n>
  190                                   
  191        </executio ns>
  192                                  
  193        <configura tion>
  194                                            
  195         <bindingDi rectory>
  196          ${schema.b inding.dir ectory}
  197         </bindingD irectory>
  198                                            
  199         <bindingIn cludes>
  200                                                     
  201          <include>
  202           *.xjb
  203          </include>
  204                                             
  205         </bindingI ncludes>
  206                                            
  207         <schemaDir ectory>
  208          ${schema.d irectory}
  209         </schemaDi rectory>
  210                                            
  211         <schemaInc ludes>
  212                                                     
  213          <include>
  214           *.xsd
  215          </include>
  216                                                     
  217          <include>
  218           **/*.xsd
  219          </include>
  220                                             
  221         </schemaIn cludes>
  222                                   
  223        </configur ation>
  224                         
  225       </plugin>
  226                        
  227       <plugin>
  228                             
  229        <groupId>
  230         org.apache .cxf
  231        </groupId>
  232                             
  233        <artifactI d>
  234         cxf-codege n-plugin
  235        </artifact Id>
  236                             
  237        <version>
  238         ${cxf.vers ion}
  239        </version>
  240                             
  241        <execution s>
  242                                   
  243         <execution >
  244                                        
  245          <id>
  246           generate-s ources
  247          </id>
  248                                        
  249          <phase>
  250           generate-s ources
  251          </phase>
  252                                        
  253          <configura tion>
  254                                              
  255           <wsdlOptio ns>
  256                                                   
  257            <wsdlOptio n>
  258                                                       
  259             <!--
  260                                                       W e are poin ting to th e VETS pro duction se rver to en sure we al ways build  against t he exact
  261                                                       s ame WSDL t hat produc tion uses.  If this s erver disa ppears for  some reas on, the WS DL is
  262                                                       c ached in s rc/main/ca che.
  263                                                       - ->
  264                                                       
  265             <wsdl>
  266              http:// DNS . URL : port /sts.webse rvice/ctSe rvice?wsdl
  267             </wsdl>
  268                                                
  269             <extraargs >
  270                                                     
  271              <extraarg>
  272               -p
  273              </extraarg >
  274                                                     
  275              <extraarg>
  276               DNS.URL        
  277              </extraarg >
  278                                                 
  279             </extraarg s>
  280                                                
  281            </wsdlOpti on>                                     
  282                                               
  283           </wsdlOpti ons>
  284                                         
  285          </configur ation>
  286                                        
  287          <goals>
  288                                              
  289           <goal>
  290            wsdl2java
  291           </goal>
  292                                         
  293          </goals>
  294                                    
  295         </executio n>
  296                              
  297        </executio ns>
  298                         
  299       </plugin>                 
  300                    
  301      </plugins>
  302              
  303     </build>
  304             
  305     <dependenc ies>
  306                       
  307      <dependenc y>
  308                                 
  309       <groupId>
  310        gov.va.med .pharmacy
  311       </groupId>
  312                                 
  313       <artifactI d>
  314        PS_PPS_com mon
  315       </artifact Id>
  316                                 
  317       <version>
  318        ${project. version}
  319       </version>
  320                        
  321      </dependen cy>
  322                       
  323      <dependenc y>
  324                                 
  325       <groupId>
  326        gov.va.med .pharmacy
  327       </groupId>
  328                                 
  329       <artifactI d>
  330        PS_PPS_com mon
  331       </artifact Id>
  332                                 
  333       <version>
  334        ${project. version}
  335       </version>
  336                                 
  337       <type>
  338        test-jar
  339       </type>
  340                                 
  341       <scope>
  342        test
  343       </scope>
  344                        
  345      </dependen cy>
  346                       
  347      <!-- FDB D IF -->
  348                       
  349      <dependenc y>
  350                                 
  351       <groupId>
  352        fdb.dif
  353       </groupId>
  354                                 
  355       <artifactI d>
  356        dif
  357       </artifact Id>
  358                        
  359      </dependen cy>
  360                       
  361      <dependenc y>
  362                                 
  363       <groupId>
  364        fdb.dif
  365       </groupId>
  366                                 
  367       <artifactI d>
  368        fdbdatacon nection
  369       </artifact Id>
  370                        
  371      </dependen cy>
  372                       
  373      <!-- Sprin g Framewor k -->
  374                       
  375      <dependenc y>
  376                                 
  377       <groupId>
  378        org.spring framework
  379       </groupId>
  380                                 
  381       <artifactI d>
  382        spring-cor e
  383       </artifact Id>
  384                        
  385      </dependen cy>
  386                       
  387      <dependenc y>
  388                                 
  389       <groupId>
  390        org.spring framework
  391       </groupId>
  392                                 
  393       <artifactI d>
  394        spring-jdb c
  395       </artifact Id>
  396                        
  397      </dependen cy>
  398                       
  399      <!-- Apach e Commons  -->
  400                       
  401      <dependenc y>
  402                                 
  403       <groupId>
  404        commons-io
  405       </groupId>
  406                                 
  407       <artifactI d>
  408        commons-io
  409       </artifact Id>
  410                        
  411      </dependen cy>
  412                       
  413      <!-- Apach e CFX -->
  414                       
  415      <dependenc y>
  416                                 
  417       <groupId>
  418        xerces
  419       </groupId>
  420                                 
  421       <artifactI d>
  422        xercesImpl
  423       </artifact Id>
  424                        
  425      </dependen cy>
  426                   
  427      <dependenc y>
  428                        
  429       <groupId>
  430        org.apache .cxf
  431       </groupId>
  432                        
  433       <artifactI d>
  434        cxf-rt-fro ntend-jaxw s
  435       </artifact Id>
  436                        
  437       <version>
  438        ${cxf.vers ion}
  439       </version>
  440                    
  441      </dependen cy>
  442                   
  443      <dependenc y>
  444                        
  445       <groupId>
  446        org.apache .cxf
  447       </groupId>
  448                        
  449       <artifactI d>
  450        cxf-rt-tra nsports-ht tp
  451       </artifact Id>
  452                        
  453       <version>
  454        ${cxf.vers ion}
  455       </version>
  456                    
  457      </dependen cy>       
  458              
  459     </dependen cies>
  460         
  461         
  462     <profiles>
  463              
  464      <profile>
  465                    
  466       <!-- This  profile is  incomplet e but "rem embers" so me informa tion usefu l for PPS- L. -->
  467                    
  468       <id>
  469        pps_local
  470       </id>
  471                    
  472       <dependenc ies>
  473                         
  474        <!-- VistA Link -->
  475                         
  476        <dependenc y>
  477                              
  478         <groupId>
  479          gov.va.med .vistalink
  480         </groupId>
  481                              
  482         <artifactI d>
  483          vljConnect or
  484         </artifact Id>
  485                              
  486         <!-- Versi on specifi ed in pare nt POM. -- >
  487                              
  488         <!-- This  dependency  must be p icked up f rom the de ployed Res ource Adap ter. -->
  489                              
  490         <scope>
  491          provided
  492         </scope>
  493                              
  494         <!-- We us e the Log4 j 1.x -> 2 .x bridge  instead. - ->
  495                              
  496         <exclusion s>
  497                                    
  498          <exclusion >
  499                                         
  500           <groupId>
  501            log4j
  502           </groupId>
  503                                         
  504           <artifactI d>
  505            log4j
  506           </artifact Id>
  507                                     
  508          </exclusio n>
  509                               
  510         </exclusio ns>
  511                          
  512        </dependen cy>
  513                         
  514        <dependenc y>
  515                              
  516         <groupId>
  517          gov.va.med .vistalink
  518         </groupId>
  519                              
  520         <artifactI d>
  521          vljFoundat ionsLib
  522         </artifact Id>
  523                              
  524         <!-- Versi on specifi ed in pare nt POM. -- >
  525                              
  526         <!-- This  dependency  must be p icked up f rom the de ployed Res ource Adap ter. -->
  527                              
  528         <scope>
  529          provided
  530         </scope>
  531                              
  532         <!-- We us e the Log4 j 1.x -> 2 .x bridge  instead. - ->
  533                              
  534         <exclusion s>
  535                                    
  536          <exclusion >
  537                                         
  538           <groupId>
  539            log4j
  540           </groupId>
  541                                         
  542           <artifactI d>
  543            log4j
  544           </artifact Id>
  545                                     
  546          </exclusio n>
  547                               
  548         </exclusio ns>
  549                          
  550        </dependen cy>
  551                         
  552        <!-- Pull  in the Log 4j 1.x ->  2.x bridge  just for  VistALink.  (We exclu ded the Lo g4j 1.x de pendency a bove.) -->
  553                         
  554        <dependenc y>
  555                              
  556         <groupId>
  557          org.apache .logging.l og4j
  558         </groupId>
  559                              
  560         <artifactI d>
  561          log4j-1.2- api
  562         </artifact Id>
  563                              
  564         <!-- Versi on specifi ed in pare nt POM. -- >
  565                              
  566         <!-- We de ploy this  dependency  in WebLog ic. -->
  567                              
  568         <scope>
  569          provided
  570         </scope>
  571                          
  572        </dependen cy>
  573       
  574                         
  575        <!-- Some  remaining  1.x code r elies on t his interf ace. -->
  576                         
  577        <dependenc y>
  578                              
  579         <groupId>
  580          javax.reso urce
  581         </groupId>
  582                              
  583         <artifactI d>
  584          connector- api
  585         </artifact Id>
  586                              
  587         <!-- When  deployed,  this inter face is pr ovided by  the contai ner. -->
  588                              
  589         <scope>
  590          provided
  591         </scope>
  592                          
  593        </dependen cy>
  594                     
  595       </dependen cies>
  596               
  597      </profile>
  598          
  599     </profiles >
  600   </project>