4226. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 6/9/2017 3:51:23 PM Eastern Daylight 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.

4226.1 Files compared

# Location File Last Modified
1 Fri Jun 9 19:51:23 2017 UTC
2 eHealth_Exch (eHealth Exchange Enhancements) Build 3 docs & code_May_2017.zip\VAP_CIF_CODE0502.zip\VAP_CIF_CODE0502\VAP_CIF_CODE0502\nvap-svc-facility pom.xml Tue May 2 14:49:40 2017 UTC

4226.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 0 0
Changed 0 0
Inserted 1 381
Removed 0 0

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

4226.4 Active regular expressions

No regular expressions were active.

4226.5 Comparison detail

        1  
        2   <project 
        3     xmlns="htt p://maven. apache.org /POM/4.0.0
        4     xmlns:xsi= "http://ww w.w3.org/2 001/XMLSch ema-instan ce" 
        5     xsi:schema Location=" http://mav en.apache. org/POM/4. 0.0 http:/ /maven.apa che.org/xs d/maven-4. 0.0.xsd"
        6   >
        7             
        8     <modelVers ion>
        9      4.0.0
        10     </modelVer sion>
        11             
        12     <groupId>
        13      gov.va.nva p
        14     </groupId>
        15             
        16     <artifactI d>
        17      nvap-svc-f acility
        18     </artifact Id>
        19             
        20     <packaging >
        21      ejb
        22     </packagin g>
        23             
        24     <name>
        25      nvap-svc-f acility
        26     </name>
        27             
        28     <parent>
        29                       
        30      <groupId>
        31       gov.va.nva p
        32      </groupId>
        33                       
        34      <artifactI d>
        35       vap
        36      </artifact Id>
        37                       
        38      <relativeP ath>
        39       ../
        40      </relative Path>
        41                       
        42      <version>
        43       develop-SN APSHOT
        44      </version>
        45              
        46     </parent>
        47         
        48     <propertie s>
        49              
        50      <master.ba sedir>
        51       ${project. basedir}/. .
        52      </master.b asedir>
        53          
        54     </properti es>
        55             
        56     <build>
        57                       
        58      <plugins>
        59                                 
        60       <plugin>
        61                                           
        62        <groupId>
        63         org.apache .maven.plu gins
        64        </groupId>
        65                                           
        66        <artifactI d>
        67         maven-ejb- plugin
        68        </artifact Id>
        69                                           
        70        <configura tion>
        71                                                    
        72         <!-- this  is false b y default  -->
        73                                                    
        74         <generateC lient>
        75          true
        76         </generate Client>
        77                                                    
        78         <clientInc ludes>
        79                                                              
        80          <clientInc lude>
        81           gov/va/nva p/svc/faci lity/**
        82          </clientIn clude>
        83                                                     
        84         </clientIn cludes>
        85                                            
        86        </configur ation>
        87                                  
        88       </plugin>
        89                        
        90      </plugins>
        91                       
        92      <resources >
        93                                 
        94       <resource>
        95                                           
        96        <directory >
        97         src/main/r esources
        98        </director y>
        99                                           
        100        <filtering >
        101         true
        102        </filterin g>
        103                                  
        104       </resource >
        105                        
        106      </resource s>
        107                       
        108      <testResou rces>
        109                                 
        110       <testResou rce>
        111                                           
        112        <directory >
        113         src/test/r esources
        114        </director y>
        115                                           
        116        <includes>
        117                                                    
        118         <include>
        119          **/persist ence.xml
        120         </include>
        121                                            
        122        </includes >
        123                                           
        124        <filtering >
        125         true
        126        </filterin g>
        127                                  
        128       </testReso urce>
        129                        
        130      </testReso urces>
        131              
        132     </build>
        133             
        134     <dependenc ies>
        135                       
        136      <dependenc y>
        137                                 
        138       <groupId>
        139        ${project. groupId}
        140       </groupId>
        141                                 
        142       <artifactI d>
        143        nvap-commo n
        144       </artifact Id>
        145                        
        146      </dependen cy>
        147                       
        148      <dependenc y>
        149                                 
        150       <groupId>
        151        ${project. groupId}
        152       </groupId>
        153                                 
        154       <artifactI d>
        155        nvap-clien t
        156       </artifact Id>
        157                        
        158      </dependen cy>
        159                       
        160      <dependenc y>
        161                                 
        162       <groupId>
        163        javaee
        164       </groupId>
        165                                 
        166       <artifactI d>
        167        javaee-api
        168       </artifact Id>
        169                        
        170      </dependen cy>
        171                       
        172      <dependenc y>
        173                                 
        174       <groupId>
        175        org.spring framework
        176       </groupId>
        177                                 
        178       <artifactI d>
        179        spring-cor e
        180       </artifact Id>
        181                        
        182      </dependen cy>
        183                       
        184      <dependenc y>
        185                                 
        186       <groupId>
        187        org.spring framework
        188       </groupId>
        189                                 
        190       <artifactI d>
        191        spring-exp ression
        192       </artifact Id>
        193                        
        194      </dependen cy>
        195                       
        196      <dependenc y>
        197                                 
        198       <groupId>
        199        org.spring framework
        200       </groupId>
        201                                 
        202       <artifactI d>
        203        spring-bea ns
        204       </artifact Id>
        205                        
        206      </dependen cy>
        207                       
        208      <dependenc y>
        209                                 
        210       <groupId>
        211        org.spring framework
        212       </groupId>
        213                                 
        214       <artifactI d>
        215        spring-aop
        216       </artifact Id>
        217                        
        218      </dependen cy>
        219                       
        220      <dependenc y>
        221                                 
        222       <groupId>
        223        org.spring framework
        224       </groupId>
        225                                 
        226       <artifactI d>
        227        spring-con text
        228       </artifact Id>
        229                        
        230      </dependen cy>
        231                       
        232      <dependenc y>
        233                                 
        234       <groupId>
        235        org.spring framework
        236       </groupId>
        237                                 
        238       <artifactI d>
        239        spring-jms
        240       </artifact Id>
        241                        
        242      </dependen cy>
        243                       
        244      <dependenc y>
        245                                 
        246       <groupId>
        247        org.hibern ate
        248       </groupId>
        249                                 
        250       <artifactI d>
        251        hibernate- core
        252       </artifact Id>
        253                        
        254      </dependen cy>
        255                       
        256      <dependenc y>
        257                                 
        258       <groupId>
        259        org.hibern ate
        260       </groupId>
        261                                 
        262       <artifactI d>
        263        hibernate- annotation s
        264       </artifact Id>
        265                        
        266      </dependen cy>
        267                       
        268      <dependenc y>
        269                                 
        270       <groupId>
        271        org.hibern ate
        272       </groupId>
        273                                 
        274       <artifactI d>
        275        hibernate- entitymana ger
        276       </artifact Id>
        277                        
        278      </dependen cy>
        279                       
        280      <dependenc y>
        281                                 
        282       <groupId>
        283        javax.pers istence
        284       </groupId>
        285                                 
        286       <artifactI d>
        287        persistenc e-api
        288       </artifact Id>
        289                        
        290      </dependen cy>
        291                       
        292      <dependenc y>
        293                                 
        294       <groupId>
        295        ca.uhn.hap i
        296       </groupId>
        297                                 
        298       <artifactI d>
        299        hapi-base
        300       </artifact Id>
        301                        
        302      </dependen cy>
        303                       
        304      <dependenc y>
        305                                 
        306       <groupId>
        307        org.safeha us.jug
        308       </groupId>
        309                                 
        310       <artifactI d>
        311        jug
        312       </artifact Id>
        313                                 
        314       <classifie r>
        315        asl
        316       </classifi er>
        317                        
        318      </dependen cy>
        319                       
        320      <dependenc y>
        321                                 
        322       <groupId>
        323        xalan
        324       </groupId>
        325                                 
        326       <artifactI d>
        327        xalan
        328       </artifact Id>
        329                        
        330      </dependen cy>
        331                       
        332      <dependenc y>
        333                                 
        334       <groupId>
        335        net.sf.sax on
        336       </groupId>
        337                                 
        338       <artifactI d>
        339        saxon
        340       </artifact Id>
        341                        
        342      </dependen cy>
        343                       
        344      <dependenc y>
        345                                 
        346       <groupId>
        347        xerces
        348       </groupId>
        349                                 
        350       <artifactI d>
        351        xercesImpl
        352       </artifact Id>
        353                        
        354      </dependen cy>
        355                       
        356      <dependenc y>
        357                                 
        358       <groupId>
        359        net.sf.sax on
        360       </groupId>
        361                                 
        362       <artifactI d>
        363        saxon-dom
        364       </artifact Id>
        365                        
        366      </dependen cy>
        367                       
        368      <dependenc y>
        369                                 
        370       <groupId>
        371        net.sf.doz er
        372       </groupId>
        373                                 
        374       <artifactI d>
        375        dozer
        376       </artifact Id>
        377                        
        378      </dependen cy>
        379              
        380     </dependen cies>
        381   </project>