4205. EPMO Open Source Coordination Office Redaction File Detail Report

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

4205.1 Files compared

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

4205.2 Comparison summary

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

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

4205.4 Active regular expressions

No regular expressions were active.

4205.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/ma ven-v4_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-c onsent-mgm t
        18     </artifact Id>
        19             
        20     <packaging >
        21      ejb
        22     </packagin g>
        23             
        24     <name>
        25      nvap-svc-c onsent-mgm t
        26     </name>
        27             
        28     <url>
        29      http://mav en.apache. org
        30     </url>
        31             
        32     <parent>
        33                       
        34      <groupId>
        35       gov.va.nva p
        36      </groupId>
        37                       
        38      <artifactI d>
        39       vap
        40      </artifact Id>
        41                       
        42      <relativeP ath>
        43       ../
        44      </relative Path>
        45                       
        46      <version>
        47       develop-SN APSHOT
        48      </version>
        49              
        50     </parent>
        51             
        52     <propertie s>
        53                   
        54      <master.ba sedir>
        55       ${project. basedir}/. .
        56      </master.b asedir>
        57              
        58     </properti es>
        59             
        60     <build>
        61                       
        62      <plugins>
        63                                 
        64       <plugin>
        65                                           
        66        <groupId>
        67         org.apache .maven.plu gins
        68        </groupId>
        69                                           
        70        <artifactI d>
        71         maven-comp iler-plugi n
        72        </artifact Id>
        73                                           
        74        <version>
        75         2.0.2
        76        </version>
        77                                           
        78        <configura tion>
        79                                                    
        80         <source>
        81          1.6
        82         </source>
        83                                                    
        84         <target>
        85          1.6
        86         </target>
        87                                            
        88        </configur ation>
        89                                  
        90       </plugin>
        91                                 
        92       <plugin>
        93                                           
        94        <groupId>
        95         org.apache .maven.plu gins
        96        </groupId>
        97                                           
        98        <artifactI d>
        99         maven-ejb- plugin
        100        </artifact Id>
        101                                           
        102        <configura tion>
        103                                                    
        104         <!-- this  is false b y default  -->
        105                                                    
        106         <generateC lient>
        107          true
        108         </generate Client>
        109                                                    
        110         <clientInc ludes>
        111                                                              
        112          <clientInc lude>
        113           gov/va/nva p/svc/cons entmgmt/**
        114          </clientIn clude>
        115                                                     
        116         </clientIn cludes>
        117                                            
        118        </configur ation>
        119                                  
        120       </plugin>
        121                                 
        122       <!-- <plug in>
        123                                          <groupId >org.codeh aus.mojo</ groupId>
        124                                          <artifac tId>dbunit -maven-plu gin</artif actId>
        125                                          <depende ncies>
        126                                                   <dependenc y>
        127                                                           <g roupId>${j dbc.group. id}</group Id>
        128                                                           <a rtifactId> ${jdbc.art ifact.id}< /artifactI d>
        129                                                           <v ersion>${j dbc.versio n}</versio n>
        130                                                   </dependen cy>
        131                                          </depend encies>
        132      
        133                                          <configu ration>
        134                                                   <driver>${ hibernate. connection .driver_cl ass}</driv er>
        135                                                   <url>${hib ernate.con nection.ur l}</url>
        136                                                   <username> ${hibernat e.connecti on.usernam e}</userna me>
        137                                                   <password> ${hibernat e.connecti on.passwor d}</passwo rd>
        138                                                   <schema>${ hibernate. connection .schema}</ schema>
        139                                          </config uration>
        140      
        141                             <execution s>
        142                                     <e xecution>
        143                                              <pha se>test-co mpile</pha se>
        144                                              <goa ls>
        145                                                       <goal> operation< /goal>
        146                                              </go als>
        147                                              <con figuration >
        148                                                       <type> CLEAN_INSE RT</type>
        149                                                       <src>s rc/test/re sources/da ta/nhin_pi p_insert.x ml</src>
        150                                              </co nfiguratio n>
        151                                     </ execution>
        152                             </executio ns>
        153                    </plugin > -->
        154               
        155      </plugins>
        156              
        157      <resources >
        158                    
        159       <resource>
        160                         
        161        <directory >
        162         src/main/r esources
        163        </director y>
        164                         
        165        <filtering >
        166         true
        167        </filterin g>
        168                     
        169       </resource >
        170               
        171      </resource s>
        172              
        173      <testResou rces>
        174                    
        175       <testResou rce>
        176                         
        177        <directory >
        178         src/test/r esources
        179        </director y>
        180                         
        181        <includes>
        182                              
        183         <include>
        184          **/persist ence.xml
        185         </include>
        186                          
        187        </includes >
        188                         
        189        <filtering >
        190         true
        191        </filterin g>
        192                     
        193       </testReso urce>
        194               
        195      </testReso urces>
        196          
        197     </build>
        198         
        199     <dependenc ies>
        200              
        201      <dependenc y>
        202                    
        203       <groupId>
        204        quartz
        205       </groupId>
        206                    
        207       <artifactI d>
        208        quartz
        209       </artifact Id>
        210                    
        211       <version>
        212        1.5.1
        213       </version>
        214                    
        215       <type>
        216        jar
        217       </type>
        218               
        219      </dependen cy>
        220              
        221      <dependenc y>
        222                    
        223       <groupId>
        224        ${project. groupId}
        225       </groupId>
        226                    
        227       <artifactI d>
        228        nvap-svc-f acility
        229       </artifact Id>
        230                    
        231       <version>
        232        ${project. version}
        233       </version>
        234               
        235      </dependen cy>
        236              
        237      <dependenc y>
        238                    
        239       <groupId>
        240        javaee
        241       </groupId>
        242                    
        243       <artifactI d>
        244        javaee-api
        245       </artifact Id>
        246               
        247      </dependen cy>
        248              
        249      <dependenc y>
        250                    
        251       <groupId>
        252        org.spring framework
        253       </groupId>
        254                    
        255       <artifactI d>
        256        spring-cor e
        257       </artifact Id>
        258               
        259      </dependen cy>
        260              
        261      <dependenc y>
        262                    
        263       <groupId>
        264        org.spring framework
        265       </groupId>
        266                    
        267       <artifactI d>
        268        spring-exp ression
        269       </artifact Id>
        270               
        271      </dependen cy>
        272              
        273      <dependenc y>
        274                    
        275       <groupId>
        276        org.spring framework
        277       </groupId>
        278                    
        279       <artifactI d>
        280        spring-bea ns
        281       </artifact Id>
        282               
        283      </dependen cy>
        284              
        285      <dependenc y>
        286                    
        287       <groupId>
        288        org.spring framework
        289       </groupId>
        290                    
        291       <artifactI d>
        292        spring-aop
        293       </artifact Id>
        294               
        295      </dependen cy>
        296              
        297      <dependenc y>
        298                    
        299       <groupId>
        300        org.spring framework
        301       </groupId>
        302                    
        303       <artifactI d>
        304        spring-con text
        305       </artifact Id>
        306               
        307      </dependen cy>
        308              
        309      <dependenc y>
        310                    
        311       <groupId>
        312        org.spring framework
        313       </groupId>
        314                    
        315       <artifactI d>
        316        spring-tx
        317       </artifact Id>
        318               
        319      </dependen cy>
        320              
        321      <dependenc y>
        322                    
        323       <groupId>
        324        org.spring framework
        325       </groupId>
        326                    
        327       <artifactI d>
        328        spring-orm
        329       </artifact Id>
        330               
        331      </dependen cy>
        332              
        333      <dependenc y>
        334                    
        335       <groupId>
        336        org.spring framework
        337       </groupId>
        338                    
        339       <artifactI d>
        340        spring-jms
        341       </artifact Id>
        342               
        343      </dependen cy>
        344              
        345      <dependenc y>
        346                    
        347       <groupId>
        348        org.spring framework
        349       </groupId>
        350                    
        351       <artifactI d>
        352        spring-con text-suppo rt
        353       </artifact Id>
        354               
        355      </dependen cy>
        356              
        357      <dependenc y>
        358                    
        359       <groupId>
        360        org.spring framework. security
        361       </groupId>
        362                    
        363       <artifactI d>
        364        spring-sec urity-core
        365       </artifact Id>
        366               
        367      </dependen cy>
        368              
        369      <dependenc y>
        370                    
        371       <groupId>
        372        org.aspect j
        373       </groupId>
        374                    
        375       <artifactI d>
        376        aspectjtoo ls
        377       </artifact Id>
        378               
        379      </dependen cy>
        380              
        381      <dependenc y>
        382                    
        383       <groupId>
        384        org.hibern ate
        385       </groupId>
        386                    
        387       <artifactI d>
        388        hibernate- core
        389       </artifact Id>
        390               
        391      </dependen cy>
        392              
        393      <dependenc y>
        394                    
        395       <groupId>
        396        org.hibern ate
        397       </groupId>
        398                    
        399       <artifactI d>
        400        hibernate- annotation s
        401       </artifact Id>
        402               
        403      </dependen cy>
        404              
        405      <dependenc y>
        406                    
        407       <groupId>
        408        org.hibern ate
        409       </groupId>
        410                    
        411       <artifactI d>
        412        hibernate- entitymana ger
        413       </artifact Id>
        414               
        415      </dependen cy>
        416              
        417      <dependenc y>
        418                    
        419       <groupId>
        420        javax.pers istence
        421       </groupId>
        422                    
        423       <artifactI d>
        424        persistenc e-api
        425       </artifact Id>
        426               
        427      </dependen cy>
        428              
        429      <dependenc y>
        430                    
        431       <groupId>
        432        javax.tran saction
        433       </groupId>
        434                    
        435       <artifactI d>
        436        jta
        437       </artifact Id>
        438               
        439      </dependen cy>
        440              
        441      <dependenc y>
        442                    
        443       <groupId>
        444        org.slf4j
        445       </groupId>
        446                    
        447       <artifactI d>
        448        slf4j-api
        449       </artifact Id>
        450               
        451      </dependen cy>
        452              
        453      <dependenc y>
        454                    
        455       <groupId>
        456        ${project. groupId}
        457       </groupId>
        458                    
        459       <artifactI d>
        460        nvap-commo n
        461       </artifact Id>
        462               
        463      </dependen cy>
        464              
        465      <dependenc y>
        466                    
        467       <groupId>
        468        ${project. groupId}
        469       </groupId>
        470                    
        471       <artifactI d>
        472        nvap-clien t
        473       </artifact Id>
        474               
        475      </dependen cy>
        476              
        477      <dependenc y>
        478                    
        479       <groupId>
        480        gov.va.med .vistalink
        481       </groupId>
        482                    
        483       <artifactI d>
        484        vljconnect or
        485       </artifact Id>
        486               
        487      </dependen cy>
        488              
        489      <dependenc y>
        490                    
        491       <groupId>
        492        gov.va.med .vistalink
        493       </groupId>
        494                    
        495       <artifactI d>
        496        vljfoundat ionlibs
        497       </artifact Id>
        498               
        499      </dependen cy>
        500              
        501      <dependenc y>
        502                    
        503       <groupId>
        504        gov.va.med .vistalink
        505       </groupId>
        506                    
        507       <artifactI d>
        508        vljsecurit y
        509       </artifact Id>
        510               
        511      </dependen cy>
        512              
        513      <dependenc y>
        514                    
        515       <groupId>
        516        org.spring framework. ws
        517       </groupId>
        518                    
        519       <artifactI d>
        520        spring-ws
        521       </artifact Id>
        522               
        523      </dependen cy>
        524              
        525      <dependenc y>
        526                    
        527       <groupId>
        528        org.spring framework
        529       </groupId>
        530                    
        531       <artifactI d>
        532        spring-oxm
        533       </artifact Id>
        534               
        535      </dependen cy>
        536              
        537      <dependenc y>
        538                    
        539       <groupId>
        540        commons-lo gging
        541       </groupId>
        542                    
        543       <artifactI d>
        544        commons-lo gging
        545       </artifact Id>
        546               
        547      </dependen cy>
        548              
        549      <dependenc y>
        550                    
        551       <groupId>
        552        commons-co dec
        553       </groupId>
        554                    
        555       <artifactI d>
        556        commons-co dec
        557       </artifact Id>
        558               
        559      </dependen cy>
        560              
        561      <dependenc y>
        562                    
        563       <groupId>
        564        log4j
        565       </groupId>
        566                    
        567       <artifactI d>
        568        log4j
        569       </artifact Id>
        570               
        571      </dependen cy>
        572              
        573      <dependenc y>
        574                    
        575       <groupId>
        576        net.sf.sax on
        577       </groupId>
        578                    
        579       <artifactI d>
        580        saxon-dom
        581       </artifact Id>
        582               
        583      </dependen cy>
        584              
        585      <dependenc y>
        586                    
        587       <groupId>
        588        ca.uhn.hap i
        589       </groupId>
        590                    
        591       <artifactI d>
        592        hapi-base
        593       </artifact Id>
        594               
        595      </dependen cy>
        596              
        597      <dependenc y>
        598                    
        599       <groupId>
        600        ca.uhn.hap i
        601       </groupId>
        602                    
        603       <artifactI d>
        604        hapi-struc tures-v24
        605       </artifact Id>
        606               
        607      </dependen cy>
        608              
        609      <dependenc y>
        610                    
        611       <groupId>
        612        xerces
        613       </groupId>
        614                    
        615       <artifactI d>
        616        xercesImpl
        617       </artifact Id>
        618               
        619      </dependen cy>
        620              
        621      <dependenc y>
        622                    
        623       <groupId>
        624        jaxen
        625       </groupId>
        626                    
        627       <artifactI d>
        628        jaxen
        629       </artifact Id>
        630               
        631      </dependen cy>
        632              
        633      <dependenc y>
        634                    
        635       <groupId>
        636        net.sf.doz er
        637       </groupId>
        638                    
        639       <artifactI d>
        640        dozer
        641       </artifact Id>
        642               
        643      </dependen cy>
        644              
        645      <dependenc y>
        646                    
        647       <groupId>
        648        xml-securi ty
        649       </groupId>
        650                    
        651       <artifactI d>
        652        xmlsec
        653       </artifact Id>
        654                    
        655       <version>
        656        1.3.0
        657       </version>
        658                    
        659       <type>
        660        jar
        661       </type>
        662                    
        663       <scope>
        664        compile
        665       </scope>
        666               
        667      </dependen cy>
        668              
        669      <dependenc y>
        670                    
        671       <groupId>
        672        org.apache .ws.securi ty
        673       </groupId>
        674                    
        675       <artifactI d>
        676        wss4j
        677       </artifact Id>
        678                    
        679       <version>
        680        1.5.8
        681       </version>
        682                    
        683       <type>
        684        jar
        685       </type>
        686                    
        687       <scope>
        688        compile
        689       </scope>
        690               
        691      </dependen cy>
        692          
        693     </dependen cies>
        694         
        695     <profiles>
        696              
        697      <profile>
        698                    
        699       <id>
        700        DEV
        701       </id>
        702                    
        703       <dependenc ies>
        704                         
        705        <dependenc y>
        706                              
        707         <groupId>
        708          ${project. groupId}
        709         </groupId>
        710                              
        711         <artifactI d>
        712          nvap-mock
        713         </artifact Id>
        714                          
        715        </dependen cy>
        716                     
        717       </dependen cies>
        718               
        719      </profile>
        720              
        721      <profile>
        722                    
        723       <id>
        724        RUN_TESTS
        725       </id>
        726                    
        727       <dependenc ies>
        728                         
        729        <dependenc y>
        730                              
        731         <groupId>
        732          ${project. groupId}
        733         </groupId>
        734                              
        735         <artifactI d>
        736          nvap-mock
        737         </artifact Id>
        738                          
        739        </dependen cy>
        740                     
        741       </dependen cies>
        742               
        743      </profile>
        744          
        745     </profiles >
        746   </project>