3852. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 6/9/2017 3:50:56 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.

3852.1 Files compared

# Location File Last Modified
1 Fri Jun 9 19:50:56 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-mock pom.xml Tue May 2 14:49:40 2017 UTC

3852.2 Comparison summary

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

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

3852.4 Active regular expressions

No regular expressions were active.

3852.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/ma ven-v4_0_0 .xsd"
        5   >
        6             
        7     <modelVers ion>
        8      4.0.0
        9     </modelVer sion>
        10             
        11     <groupId>
        12      gov.va.nva p
        13     </groupId>
        14             
        15     <artifactI d>
        16      nvap-mock
        17     </artifact Id>
        18             
        19     <packaging >
        20      jar
        21     </packagin g>
        22             
        23     <name>
        24      nvap-mock
        25     </name>
        26             
        27     <parent>
        28                       
        29      <groupId>
        30       gov.va.nva p
        31      </groupId>
        32                       
        33      <artifactI d>
        34       vap
        35      </artifact Id>
        36                       
        37      <relativeP ath>
        38       ../
        39      </relative Path>
        40                       
        41      <version>
        42       develop-SN APSHOT
        43      </version>
        44              
        45     </parent>
        46         
        47     <propertie s>
        48              
        49      <master.ba sedir>
        50       ${project. basedir}/. .
        51      </master.b asedir>
        52          
        53     </properti es>
        54             
        55     <dependenc ies>
        56                       
        57      <dependenc y>
        58                                 
        59       <groupId>
        60        ${project. groupId}
        61       </groupId>
        62                                 
        63       <artifactI d>
        64        nvap-commo n
        65       </artifact Id>
        66                        
        67      </dependen cy>
        68                       
        69      <dependenc y>
        70                                 
        71       <groupId>
        72        org.spring framework. ws
        73       </groupId>
        74                                 
        75       <artifactI d>
        76        spring-ws
        77       </artifact Id>
        78                        
        79      </dependen cy>
        80                       
        81      <dependenc y>
        82                                 
        83       <groupId>
        84        ${project. groupId}
        85       </groupId>
        86                                 
        87       <artifactI d>
        88        nvap-clien t
        89       </artifact Id>
        90                        
        91      </dependen cy>
        92                       
        93      <dependenc y>
        94                                 
        95       <groupId>
        96        gov.hhs.he althit.nhi n.connect
        97       </groupId>
        98                                 
        99       <artifactI d>
        100        common-typ es
        101       </artifact Id>
        102                        
        103      </dependen cy>
        104                       
        105      <dependenc y>
        106                                 
        107       <groupId>
        108        org.spring framework
        109       </groupId>
        110                                 
        111       <artifactI d>
        112        spring-oxm
        113       </artifact Id>
        114                        
        115      </dependen cy>
        116               
        117      <dependenc y>
        118                 
        119       <groupId>
        120        org.hibern ate
        121       </groupId>
        122                 
        123       <artifactI d>
        124        hibernate- core
        125       </artifact Id>
        126                
        127      </dependen cy>
        128               
        129      <dependenc y>
        130                 
        131       <groupId>
        132        org.hibern ate
        133       </groupId>
        134                 
        135       <artifactI d>
        136        hibernate- annotation s
        137       </artifact Id>
        138                
        139      </dependen cy>
        140               
        141      <dependenc y>
        142                 
        143       <groupId>
        144        org.hibern ate
        145       </groupId>
        146                 
        147       <artifactI d>
        148        hibernate- entitymana ger
        149       </artifact Id>
        150                 
        151       <version>
        152        4.3.1.Fina l
        153       </version>
        154                
        155      </dependen cy>
        156              
        157     </dependen cies>
        158             
        159     <build>
        160                       
        161      <plugins>
        162                                 
        163       <plugin>
        164                                           
        165        <groupId>
        166         org.apache .maven.plu gins
        167        </groupId>
        168                                           
        169        <artifactI d>
        170         maven-jar- plugin
        171        </artifact Id>
        172                                           
        173        <execution s>
        174                                                    
        175         <execution >
        176                                                              
        177          <goals>
        178                                                                        
        179           <goal>
        180            test-jar
        181           </goal>
        182                                                               
        183          </goals>
        184                                                     
        185         </executio n>
        186                                            
        187        </executio ns>
        188                                  
        189       </plugin>
        190                        
        191      </plugins>
        192              
        193     </build>
        194   </project>