15. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 2/9/2017 12:58:03 PM 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.

15.1 Files compared

# Location File Last Modified
1 Genisis2Services-2.0.zip\Genisis2JBPM-master pom.xml Sat Jan 28 00:15:20 2017 UTC
2 Genisis2Services-2.0.zip\Genisis2JBPM-master pom.xml Wed Feb 8 16:22:12 2017 UTC

15.2 Comparison summary

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

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

15.4 Active regular expressions

No regular expressions were active.

15.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.gen isis2
  13     </groupId>
  14       
  15     <artifactI d>
  16      Genisis2JB PM
  17     </artifact Id>
  18       
  19     <packaging >
  20      war
  21     </packagin g>
  22       
  23     <version>
  24      0.0.2-SNAP SHOT
  25     </version>
  26       
  27     <name>
  28      Genisis2JB PM Maven W ebapp
  29     </name>
  30       
  31     <url>
  32      http://mav en.apache. org
  33     </url>
  34       
  35     <propertie s>
  36              
  37      <springmvc >
  38       4.1.4.RELE ASE
  39      </springmv c>
  40              
  41      <maven.com piler.targ et>
  42       1.8
  43      </maven.co mpiler.tar get>
  44              
  45      <maven.com piler.sour ce>
  46       1.8
  47      </maven.co mpiler.sou rce>
  48              
  49      <jstl.vers ion>
  50       1.2
  51      </jstl.ver sion>
  52              
  53      <warName>
  54       ${project. artifactId }
  55      </warName>
  56        
  57     </properti es>
  58    
  59             
  60     <!--  SCM  connection  propertie s for mvn  release pl ugin -->
  61             
  62     <scm>
  63                       
  64      <connectio n>
  65       scm:git:gi t://github .boozallen csn.com/HE ALTH-ACCT- GROUP/Geni sis2JBPM.g it
  66      </connecti on>
  67                   
  68      <developer Connection >
  69       scm:git:gi t@github.b oozallencs n.com:HEAL TH-ACCT-GR OUP/Genisi s2JBPM.git
  70      </develope rConnectio n>
  71                   
  72      <url>
  73       https://gi thub.booza llencsn.co m/HEALTH-A CCT-GROUP/ Genisis2JB PM
  74      </url>
  75                   
  76      <tag>
  77       HEAD
  78      </tag>
  79              
  80     </scm>
  81    
  82             
  83     <dependenc ies>
  84              
  85                       
  86      <!-- log4  Libs -->
  87                       
  88      <dependenc y>
  89                                 
  90       <groupId>
  91        log4j
  92       </groupId>
  93                                 
  94       <artifactI d>
  95        log4j
  96       </artifact Id>
  97                                 
  98       <version>
  99        1.2.15
  100       </version>
  101                                 
  102       <exclusion s>
  103                                           
  104        <exclusion >
  105                                                    
  106         <groupId>
  107          com.sun.jm x
  108         </groupId>
  109                                                    
  110         <artifactI d>
  111          jmxri
  112         </artifact Id>
  113                                            
  114        </exclusio n>
  115                                           
  116        <exclusion >
  117                                                    
  118         <groupId>
  119          com.sun.jd mk
  120         </groupId>
  121                                                    
  122         <artifactI d>
  123          jmxtools
  124         </artifact Id>
  125                                            
  126        </exclusio n>
  127                                           
  128        <exclusion >
  129                                                    
  130         <groupId>
  131          javax.jms
  132         </groupId>
  133                                                    
  134         <artifactI d>
  135          jms
  136         </artifact Id>
  137                                            
  138        </exclusio n>
  139                                  
  140       </exclusio ns>
  141                        
  142      </dependen cy>
  143              
  144                       
  145      <dependenc y>
  146                                 
  147       <groupId>
  148        javax.serv let
  149       </groupId>
  150                                 
  151       <artifactI d>
  152        javax.serv let-api
  153       </artifact Id>
  154                                 
  155       <version>
  156        3.0.1
  157       </version>
  158                        
  159      </dependen cy>
  160              
  161                       
  162      <!-- Sprin g Libs -->
  163                       
  164      <dependenc y>
  165                                 
  166       <groupId>
  167        org.spring framework
  168       </groupId>
  169                                 
  170       <artifactI d>
  171        spring-con text
  172       </artifact Id>
  173                                 
  174       <version>
  175        ${springmv c}
  176       </version>
  177                        
  178      </dependen cy>
  179                       
  180      <dependenc y>
  181                                 
  182       <groupId>
  183        org.spring framework
  184       </groupId>
  185                                 
  186       <artifactI d>
  187        spring-web
  188       </artifact Id>
  189                                 
  190       <version>
  191        ${springmv c}
  192       </version>
  193                        
  194      </dependen cy>
  195              
  196                       
  197      <dependenc y>
  198                                 
  199       <groupId>
  200        org.spring framework
  201       </groupId>
  202                                 
  203       <artifactI d>
  204        spring-web mvc
  205       </artifact Id>
  206                                 
  207       <version>
  208        ${springmv c}
  209       </version>
  210                        
  211      </dependen cy>
  212              
  213                       
  214      <!-- JSTL  -->
  215                       
  216      <dependenc y>
  217                                 
  218       <groupId>
  219        javax.serv let
  220       </groupId>
  221                                 
  222       <artifactI d>
  223        jstl
  224       </artifact Id>
  225                                 
  226       <version>
  227        ${jstl.ver sion}
  228       </version>
  229                        
  230      </dependen cy>
  231              
  232              
  233                       
  234      <!-- kie d ependencie s -->
  235              
  236                       
  237      <dependenc y>
  238                                 
  239       <groupId>
  240        org.kie
  241       </groupId>
  242                                 
  243       <artifactI d>
  244        kie-aries- blueprint
  245       </artifact Id>
  246                                 
  247       <version>
  248        6.4.0.Fina l
  249       </version>
  250                        
  251      </dependen cy>
  252                       
  253      <dependenc y>
  254                                 
  255       <groupId>
  256        org.kie
  257       </groupId>
  258                                 
  259       <artifactI d>
  260        kie-ci
  261       </artifact Id>
  262                                 
  263       <version>
  264        6.4.0.Fina l
  265       </version>
  266                        
  267      </dependen cy>
  268                       
  269      <dependenc y>
  270                                 
  271       <groupId>
  272        org.kie
  273       </groupId>
  274                                 
  275       <artifactI d>
  276        kie-ci-osg i
  277       </artifact Id>
  278                                 
  279       <version>
  280        6.4.0.Fina l
  281       </version>
  282                        
  283      </dependen cy>
  284                       
  285      <dependenc y>
  286                                 
  287       <groupId>
  288        org.kie
  289       </groupId>
  290                                 
  291       <artifactI d>
  292        kie-intern al
  293       </artifact Id>
  294                                 
  295       <version>
  296        6.4.0.Fina l
  297       </version>
  298                        
  299      </dependen cy>
  300                       
  301      <dependenc y>
  302                                 
  303       <groupId>
  304        org.kie
  305       </groupId>
  306                                 
  307       <artifactI d>
  308        kie-maven- plugin
  309       </artifact Id>
  310                                 
  311       <version>
  312        6.4.0.Fina l
  313       </version>
  314                        
  315      </dependen cy>
  316              
  317                       
  318      <dependenc y>
  319                                 
  320       <groupId>
  321        org.kie.re mote
  322       </groupId>
  323                                 
  324       <artifactI d>
  325        kie-remote -client
  326       </artifact Id>
  327                                 
  328       <version>
  329        6.4.0.Fina l
  330       </version>
  331                        
  332      </dependen cy>
  333              
  334                       
  335      <dependenc y>
  336                                 
  337       <groupId>
  338        org.kie.se rver
  339       </groupId>
  340                                 
  341       <artifactI d>
  342        kie-server -api
  343       </artifact Id>
  344                                 
  345       <version>
  346        6.4.0.Fina l
  347       </version>
  348                        
  349      </dependen cy>
  350              
  351                       
  352      <dependenc y>
  353                                 
  354       <groupId>
  355        org.kie
  356       </groupId>
  357                                 
  358       <artifactI d>
  359        kie-spring
  360       </artifact Id>
  361                                 
  362       <version>
  363        6.4.0.Fina l
  364       </version>
  365                        
  366      </dependen cy>
  367                       
  368      <dependenc y>
  369                                 
  370       <groupId>
  371        org.drools
  372       </groupId>
  373                                 
  374       <artifactI d>
  375        knowledge- api
  376       </artifact Id>
  377                                 
  378       <version>
  379        6.4.0.Fina l
  380       </version>
  381                        
  382      </dependen cy>
  383              
  384                       
  385      <dependenc y>
  386                                 
  387       <groupId>
  388        commons-be anutils
  389       </groupId>
  390                                 
  391       <artifactI d>
  392        commons-be anutils
  393       </artifact Id>
  394                                 
  395       <version>
  396        1.8.3
  397       </version>
  398                        
  399      </dependen cy>
  400                       
  401                                
  402                                
  403      <dependenc y>
  404                                     
  405       <groupId>
  406        org.jbpm
  407       </groupId>
  408                                     
  409       <artifactI d>
  410        jbpm-worki tems
  411       </artifact Id>
  412                                     
  413       <version>
  414        6.4.0.Fina l
  415       </version>
  416                                 
  417      </dependen cy>
  418                       
  419                       
  420              
  421      <!-- Jacks on -->
  422                       
  423      <dependenc y>
  424                                 
  425       <groupId>
  426        org.codeha us.jackson
  427       </groupId>
  428                                 
  429       <artifactI d>
  430        jackson-ma pper-asl
  431       </artifact Id>
  432                                 
  433       <version>
  434        1.9.13
  435       </version>
  436                        
  437      </dependen cy>
  438                       
  439      <dependenc y>
  440                                 
  441       <groupId>
  442        com.faster xml.jackso n.core
  443       </groupId>
  444                                 
  445       <artifactI d>
  446        jackson-co re
  447       </artifact Id>
  448                                 
  449       <version>
  450        2.5.0
  451       </version>
  452                        
  453      </dependen cy>
  454                       
  455              
  456                                
  457      <dependenc y>
  458                                     
  459       <groupId>
  460        com.faster xml.jackso n.core
  461       </groupId>
  462                                     
  463       <artifactI d>
  464        jackson-an notations
  465       </artifact Id>
  466                                     
  467       <version>
  468        2.7.0
  469       </version>
  470                                 
  471      </dependen cy>
  472                       
  473              
  474              
  475                       
  476      <dependenc y>
  477                                 
  478       <groupId>
  479        commons-be anutils
  480       </groupId>
  481                                 
  482       <artifactI d>
  483        commons-be anutils
  484       </artifact Id>
  485                                 
  486       <version>
  487        1.8.3
  488       </version>
  489                        
  490      </dependen cy>
  491              
  492              
  493                       
  494      <!-- JSON  Libs are C ool for JS ON objects -->
  495                       
  496      <dependenc y>
  497                                 
  498       <groupId>
  499        org.json
  500       </groupId>
  501                                 
  502       <artifactI d>
  503        json
  504       </artifact Id>
  505                                 
  506       <version>
  507        20140107
  508       </version>
  509                        
  510      </dependen cy>
  511              
  512              
  513                       
  514      <dependenc y>
  515                                 
  516       <groupId>
  517        org.jboss. logging
  518       </groupId>
  519                                 
  520       <artifactI d>
  521        jboss-logg ing
  522       </artifact Id>
  523                                 
  524       <version>
  525        3.3.0.Fina l
  526       </version>
  527                        
  528      </dependen cy> 
  529              
  530              
  531     </dependen cies>
  532    
  533             
  534     <build>
  535                       
  536      <sourceDir ectory>
  537       src/main/j ava
  538      </sourceDi rectory>
  539                       
  540      <finalName >
  541       Genisis2JB PM
  542      </finalNam e>
  543                       
  544      <plugins>
  545                                 
  546       <plugin>
  547                                           
  548        <groupId>
  549         org.apache .maven.plu gins
  550        </groupId>
  551                                           
  552        <artifactI d>
  553         maven-war- plugin
  554        </artifact Id>
  555                                           
  556        <configura tion>
  557                                                    
  558         <warName>
  559          ${warName}
  560         </warName>
  561                                            
  562        </configur ation>
  563                                  
  564       </plugin>
  565      
  566                                 
  567       <plugin>
  568                                           
  569        <artifactI d>
  570         maven-comp iler-plugi n
  571        </artifact Id>
  572                                           
  573        <configura tion>
  574                                                    
  575         <source>
  576          1.8
  577         </source>
  578                                                    
  579         <target>
  580          1.8
  581         </target>
  582                                            
  583        </configur ation>
  584                                  
  585       </plugin>
  586                                 
  587                                 
  588       <plugin>
  589                                           
  590        <artifactI d>
  591         maven-rele ase-plugin
  592        </artifact Id>
  593                                           
  594        <version>
  595         2.4.2
  596        </version>
  597                                           
  598        <configura tion>
  599                                   
  600         <checkModi ficationEx cludes>
  601                                        
  602          <checkModi ficationEx clude>
  603           .gitignore
  604          </checkMod ificationE xclude>
  605                                    
  606         </checkMod ificationE xcludes>
  607                                   
  608        </configur ation>
  609                                           
  610        <dependenc ies>
  611                                                    
  612         <dependenc y>
  613                                                              
  614          <groupId>
  615           org.apache .maven.scm
  616          </groupId>
  617                                                              
  618          <artifactI d>
  619           maven-scm- provider-g itexe
  620          </artifact Id>
  621                                                              
  622          <version>
  623           1.8.1
  624          </version>
  625                                                     
  626         </dependen cy>
  627                                            
  628        </dependen cies>
  629                         
  630       </plugin>
  631                        
  632      </plugins>
  633     
  634                       
  635      <resources >
  636                                 
  637       <resource>
  638                                           
  639        <directory >
  640         src/main/j ava
  641        </director y>
  642                                           
  643        <includes>
  644                                                    
  645         <include>
  646          **/*.java
  647         </include>
  648                                            
  649        </includes >
  650                                  
  651       </resource >
  652                                 
  653       <resource>
  654                                           
  655        <directory >
  656         src/main/r esources
  657        </director y>
  658                                           
  659        <includes>
  660                                                    
  661         <include>
  662          **/*
  663         </include>
  664                                            
  665        </includes >
  666                                  
  667       </resource >
  668                        
  669      </resource s>
  670     
  671              
  672     </build>
  673    
  674             
  675     <distribut ionManagem ent>
  676                       
  677      <!-- Publi sh the ver sioned rel eases here  -->
  678                       
  679      <repositor y>
  680                                 
  681       <id>
  682        nexus
  683       </id>
  684                                 
  685       <name>
  686        nexus
  687       </name>
  688                                 
  689       <url>
  690        http:// IP                  /nexus/con tent/repos itories/re leases
  691       </url>
  692                        
  693      </reposito ry>
  694     
  695                       
  696      <!-- Publi sh the sna pshot rele ases here  -->
  697                       
  698      <snapshotR epository>
  699                                 
  700       <id>
  701        nexus
  702       </id>
  703                                 
  704       <name>
  705        nexus
  706       </name>
  707                                 
  708       <url>
  709        http:// IP                  /nexus/con tent/repos itories/sn apshots
  710       </url>
  711                        
  712      </snapshot Repository >
  713              
  714     </distribu tionManage ment>
  715    
  716   </project>