239. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 5/3/2019 10:25:12 AM Central 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.

239.1 Files compared

# Location File Last Modified
1 CC_CC_DST_1_0_0.zip\DSTInFlightCode_1.0.0.zip\DSTInFlightCode_1.0.0\dst-mvi-data-service-master.zip\dst-mvi-data-service-master pom.xml Mon Apr 15 03:32:05 2019 UTC
2 CC_CC_DST_1_0_0.zip\DSTInFlightCode_1.0.0.zip\DSTInFlightCode_1.0.0\dst-mvi-data-service-master.zip\dst-mvi-data-service-master pom.xml Tue Apr 30 17:46:07 2019 UTC

239.2 Comparison summary

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

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

239.4 Active regular expressions

No regular expressions were active.

239.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           
  8     xmlns:xsi= "http://ww w.w3.org/2 001/XMLSch ema-instan ce"
  9           
  10     xsi:schema Location=" http://mav en.apache. org/POM/4. 0.0 http:/ /maven.apa che.org/xs d/maven-4. 0.0.xsd"
  11   >
  12             
  13     <modelVers ion>
  14      4.0.0
  15     </modelVer sion>
  16    
  17             
  18     <groupId>
  19      gov.va.dst .data
  20     </groupId>
  21             
  22     <artifactI d>
  23      dst-mvi-da ta-service
  24     </artifact Id>
  25             
  26     <version>
  27      0.0.1-SNAP SHOT
  28     </version>
  29             
  30     <packaging >
  31      jar
  32     </packagin g>
  33    
  34             
  35     <name>
  36      dst-mvi-da ta-service
  37     </name>
  38             
  39     <descripti on>
  40      DST data s ervice to  connect to  the VA MV I service
  41     </descript ion>
  42    
  43             
  44     <parent>
  45                       
  46      <groupId>
  47       org.spring framework. boot
  48      </groupId>
  49                       
  50      <artifactI d>
  51       spring-boo t-starter- parent
  52      </artifact Id>
  53                       
  54      <version>
  55       2.1.1.RELE ASE
  56      </version>
  57              
  58     </parent>
  59    
  60             
  61     <propertie s>
  62                       
  63      <project.b uild.sourc eEncoding>
  64       UTF-8
  65      </project. build.sour ceEncoding >
  66                       
  67      <project.r eporting.o utputEncod ing>
  68       UTF-8
  69      </project. reporting. outputEnco ding>
  70                       
  71      <java.vers ion>
  72       1.8
  73      </java.ver sion>
  74                       
  75      <powermock .version>
  76       2.0.0
  77      </powermoc k.version>
  78                       
  79      <start-cla ss>
  80       gov.va.dst .dataservi ce.Applica tion
  81      </start-cl ass>
  82              
  83     </properti es>
  84    
  85             
  86     <repositor ies>
  87                       
  88      <repositor y>
  89                                 
  90       <id>
  91        nexus-rele ases-centr al
  92       </id>
  93                                 
  94       <name>
  95        va nexus c entral
  96       </name>
  97                                 
  98       <url>
  99        https:// DNS . URL /content/r epositorie s/central
  100       </url>
  101                        
  102      </reposito ry>
  103                       
  104      <repositor y>
  105                                 
  106       <id>
  107        nexus-agil ex-release s
  108       </id>
  109                                 
  110       <name>
  111        va nexus c entral
  112       </name>
  113                                 
  114       <url>
  115        https:// DNS . URL /content/r epositorie s/agilex-r eleases/
  116       </url>
  117                        
  118      </reposito ry>
  119                       
  120      <repositor y>
  121                                 
  122       <id>
  123        nexus-agil ex-snapsho ts
  124       </id>
  125                                 
  126       <name>
  127        va nexus c entral
  128       </name>
  129                                 
  130       <url>
  131        https:// DNS . URL /content/r epositorie s/agilex-s napshots/
  132       </url>
  133                        
  134      </reposito ry>
  135                       
  136      <repositor y>
  137                                 
  138       <id>
  139        nexus-ckm- releases
  140       </id>
  141                                 
  142       <name>
  143        va nexus c entral
  144       </name>
  145                                 
  146       <url>
  147        https:// DNS . URL /content/r epositorie s/ckm-rele ases/
  148       </url>
  149                        
  150      </reposito ry>
  151                       
  152      <!--<repos itory> -->
  153                       
  154      <!--<id>ds t-mvi-loca l</id> -->
  155                       
  156      <!--<url>f ile://${pr oject.base dir}/lib</ url> -->
  157                       
  158      <!--</repo sitory> -- >
  159              
  160     </reposito ries>
  161    
  162             
  163     <dependenc ies>
  164                       
  165      <dependenc y>
  166                                 
  167       <groupId>
  168        io.microme ter
  169       </groupId>
  170                                 
  171       <artifactI d>
  172        micrometer -registry- prometheus
  173       </artifact Id>
  174                        
  175      </dependen cy>
  176                       
  177      <dependenc y>
  178                                 
  179       <groupId>
  180        org.spring framework. boot
  181       </groupId>
  182                                 
  183       <artifactI d>
  184        spring-boo t-starter- web
  185       </artifact Id>
  186                        
  187      </dependen cy>
  188                       
  189      <dependenc y>
  190                                 
  191       <groupId>
  192        org.spring framework. boot
  193       </groupId>
  194                                 
  195       <artifactI d>
  196        spring-boo t-starter- tomcat
  197       </artifact Id>
  198                                 
  199       <!--<scope >provided< /scope> -- >
  200                        
  201      </dependen cy>
  202                       
  203      <dependenc y>
  204                                 
  205       <groupId>
  206        org.spring framework. boot
  207       </groupId>
  208                                 
  209       <artifactI d>
  210        spring-boo t-starter- test
  211       </artifact Id>
  212                                 
  213       <scope>
  214        test
  215       </scope>
  216                        
  217      </dependen cy>
  218                       
  219      <dependenc y>
  220                                 
  221       <groupId>
  222        org.spring framework. boot
  223       </groupId>
  224                                 
  225       <artifactI d>
  226        spring-boo t-starter- logging
  227       </artifact Id>
  228                        
  229      </dependen cy>
  230                       
  231      <dependenc y>
  232                                 
  233       <groupId>
  234        org.spring framework. ws
  235       </groupId>
  236                                 
  237       <artifactI d>
  238        spring-ws- core
  239       </artifact Id>
  240                        
  241      </dependen cy>
  242                       
  243      <dependenc y>
  244                                 
  245       <groupId>
  246        org.powerm ock
  247       </groupId>
  248                                 
  249       <artifactI d>
  250        powermock- module-jun it4
  251       </artifact Id>
  252                                 
  253       <version>
  254        2.0.0-RC.1
  255       </version>
  256                                 
  257       <scope>
  258        test
  259       </scope>
  260                        
  261      </dependen cy>
  262                       
  263      <dependenc y>
  264                                 
  265       <groupId>
  266        org.powerm ock
  267       </groupId>
  268                                 
  269       <artifactI d>
  270        powermock- api-mockit o2
  271       </artifact Id>
  272                                 
  273       <version>
  274        ${powermoc k.version}
  275       </version>
  276                                 
  277       <scope>
  278        test
  279       </scope>
  280                        
  281      </dependen cy>
  282     
  283                       
  284      <!--<depen dency> -->
  285                       
  286      <!--<group Id>agilex. healthadap ter-lib</g roupId> -- >
  287                       
  288      <!--<artif actId>Heal thAdapterL ib</artifa ctId> -->
  289                       
  290      <!--<versi on>4.0.1</ version> - ->
  291                       
  292      <!--<scope >system</s cope> -->
  293                       
  294      <!--<syste mPath>${pr oject.base dir}/lib/H ealthAdapt erLib-4.0. 1.jar</sys temPath> - ->
  295                       
  296      <!--</depe ndency> -- >
  297     
  298                       
  299      <!--<depen dency> -->
  300                       
  301      <!--<group Id>agilex. healthchec k-lib</gro upId> -->
  302                       
  303      <!--<artif actId>Heal thCheckLib </artifact Id> -->
  304                       
  305      <!--<versi on>4.0.0</ version> - ->
  306                       
  307      <!--<scope >system</s cope> -->
  308                       
  309      <!--<syste mPath>${pr oject.base dir}/lib/H ealthCheck -4.0.0.jar </systemPa th> -->
  310                       
  311      <!--</depe ndency> -- >
  312     
  313                       
  314      <dependenc y>
  315                                 
  316       <groupId>
  317        agilex.soa p-lib
  318       </groupId>
  319                                 
  320       <artifactI d>
  321        SoapLib
  322       </artifact Id>
  323                                 
  324       <version>
  325        4.0.0
  326       </version>
  327                                 
  328       <scope>
  329        system
  330       </scope>
  331                                 
  332       <systemPat h>
  333        ${project. basedir}/l ib/SoapLib -4.0.0.jar
  334       </systemPa th>
  335                        
  336      </dependen cy>
  337     
  338                       
  339      <dependenc y>
  340                                 
  341       <groupId>
  342        agilex.va- mpi-gatewa y
  343       </groupId>
  344                                 
  345       <artifactI d>
  346        VaMpiGatew ay
  347       </artifact Id>
  348                                 
  349       <version>
  350        4.0.0
  351       </version>
  352                                 
  353       <scope>
  354        system
  355       </scope>
  356                                 
  357       <systemPat h>
  358        ${project. basedir}/l ib/VaMpiGa teway-4.0. 0.jar
  359       </systemPa th>
  360                        
  361      </dependen cy>
  362     
  363                       
  364      <dependenc y>
  365                                 
  366       <groupId>
  367        gov.va.mob ilehealth. connection .mvi.clien t
  368       </groupId>
  369                                 
  370       <artifactI d>
  371        mviclientl ib
  372       </artifact Id>
  373                                 
  374       <version>
  375        1.0.1
  376       </version>
  377                                 
  378       <scope>
  379        system
  380       </scope>
  381                                 
  382       <systemPat h>
  383        ${project. basedir}/l ib/mviclie ntlib-1.0. 1.jar
  384       </systemPa th>
  385                        
  386      </dependen cy>
  387     
  388                       
  389      <dependenc y>
  390                                 
  391       <groupId>
  392        gov.va.dst
  393       </groupId>
  394                                 
  395       <artifactI d>
  396        dst-common -lib
  397       </artifact Id>
  398                                 
  399       <version>
  400        1.0.0
  401       </version>
  402                                 
  403       <scope>
  404        system
  405       </scope>
  406                                 
  407       <systemPat h>
  408        ${project. basedir}/l ib/dst-com mon-lib-1. 0.0.jar
  409       </systemPa th>
  410                        
  411      </dependen cy>
  412     
  413                       
  414      <dependenc y>
  415                                 
  416       <groupId>
  417        gov.va.mob ilehealth
  418       </groupId>
  419                                 
  420       <artifactI d>
  421        soapclient
  422       </artifact Id>
  423                                 
  424       <version>
  425        2.0.3-SNAP SHOT
  426       </version>
  427                                 
  428       <scope>
  429        system
  430       </scope>
  431                                 
  432       <systemPat h>
  433        ${project. basedir}/l ib/soapcli ent-2.0.3. jar
  434       </systemPa th>
  435                        
  436      </dependen cy>
  437     
  438                       
  439      <dependenc y>
  440                                 
  441       <groupId>
  442        org.projec tlombok
  443       </groupId>
  444                                 
  445       <artifactI d>
  446        lombok
  447       </artifact Id>
  448                                 
  449       <optional>
  450        true
  451       </optional >
  452                        
  453      </dependen cy>
  454     
  455                       
  456      <dependenc y>
  457                                 
  458       <groupId>
  459        com.google .guava
  460       </groupId>
  461                                 
  462       <artifactI d>
  463        guava
  464       </artifact Id>
  465                                 
  466       <version>
  467        24.0-jre
  468       </version>
  469                        
  470      </dependen cy>
  471     
  472              
  473     </dependen cies>
  474    
  475             
  476     <build>
  477                       
  478      <plugins>
  479                                 
  480       <plugin>
  481                                           
  482        <groupId>
  483         org.spring framework. boot
  484        </groupId>
  485                                           
  486        <artifactI d>
  487         spring-boo t-maven-pl ugin
  488        </artifact Id>
  489                                           
  490        <configura tion>
  491                                                    
  492         <includeSy stemScope>
  493          true
  494         </includeS ystemScope >
  495                                            
  496        </configur ation>
  497                                           
  498        <execution s>
  499                                                    
  500         <execution >
  501                                                              
  502          <goals>
  503                                                                        
  504           <goal>
  505            repackage
  506           </goal>
  507                                                               
  508          </goals>
  509                                                     
  510         </executio n>
  511                                            
  512        </executio ns>
  513                                  
  514       </plugin>
  515      
  516                                 
  517       <plugin>
  518                                           
  519        <groupId>
  520         org.apache .maven.plu gins
  521        </groupId>
  522                                           
  523        <artifactI d>
  524         maven-sure fire-plugi n
  525        </artifact Id>
  526                                  
  527       </plugin>
  528      
  529                                 
  530       <plugin>
  531                                           
  532        <groupId>
  533         org.apache .maven.plu gins
  534        </groupId>
  535                                           
  536        <artifactI d>
  537         maven-depl oy-plugin
  538        </artifact Id>
  539                                  
  540       </plugin>
  541      
  542                                 
  543       <plugin>
  544                                           
  545        <groupId>
  546         org.jacoco
  547        </groupId>
  548                                           
  549        <artifactI d>
  550         jacoco-mav en-plugin
  551        </artifact Id>
  552                                           
  553        <version>
  554         0.8.2
  555        </version>
  556                                           
  557        <execution s>
  558                                                    
  559         <execution >
  560                                                              
  561          <goals>
  562                                                                        
  563           <goal>
  564            prepare-ag ent
  565           </goal>
  566                                                               
  567          </goals>
  568                                                     
  569         </executio n>
  570                                                    
  571         <!-- attac hed to Mav en test ph ase -->
  572                                                    
  573         <execution >
  574                                                              
  575          <id>
  576           report
  577          </id>
  578                                                              
  579          <phase>
  580           test
  581          </phase>
  582                                                              
  583          <goals>
  584                                                                        
  585           <goal>
  586            report
  587           </goal>
  588                                                               
  589          </goals>
  590                                                     
  591         </executio n>
  592                                            
  593        </executio ns>
  594                                  
  595       </plugin>
  596      
  597                        
  598      </plugins>
  599              
  600     </build>
  601    
  602   </project>