165. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 12/7/2018 11:36:00 AM Central 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.

165.1 Files compared

# Location File Last Modified
1 C:\SCRUB\MHED\MHED\VAR 4.10.0\var-resources-release-4.10@1091a011694\VeteranAppointmentRequestService build.gradle Thu Oct 18 18:44:32 2018 UTC
2 C:\MHED-scrubbed\MHED\MHED\VAR 4.10.0\var-resources-release-4.10@1091a011694\VeteranAppointmentRequestService build.gradle Fri Dec 7 13:05:38 2018 UTC

165.2 Comparison summary

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

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

165.4 Active regular expressions

No regular expressions were active.

165.5 Comparison detail

  1   apply plug in: 'war'
  2   apply plug in: 'eclip se'
  3   apply plug in: 'idea'
  4   apply plug in: 'maven -publish'
  5   apply plug in: 'proje ct-report'
  6   apply plug in: 'groov y'
  7   apply from :   'jacoc o.gradle'
  8  
  9   task gener atedWsdlJa r(type: Ja r) {
  10       apply  plugin: 'j ava'
  11  
  12       source Sets {
  13           ge neratedWsd l {
  14                java.src Dir file(' src/main/j ava/com/ag ilex/healt hcare/dire ctscheduli ng/mdws/ge neratedwsd l/scheduli ngservice' )
  15           }
  16       }
  17  
  18       from s ourceSets. generatedW sdl.output
  19       baseNa me = sourc eSets.gene ratedWsdl. name
  20   }
  21  
  22   task write Classpath  << {
  23       buildD ir.mkdirs( )
  24       File o utputFile  = new File (buildDir,  'classpat h.txt')
  25       output File.write  sourceSet s.main.run timeClassp ath.asPath  + "\n"
  26   }
  27   writeClass path.depen dsOn(war)
  28  
  29   ext {
  30       contex tVersion =  "%%APP_CO NTEXT_VERS ION%%"
  31       warBas eName = pr oject.name  + '-' + c ontextVers ion
  32       implem entationTi tle = proj ect.name +  '/' + con textVersio n
  33   }
  34  
  35   war.doFirs t {
  36       printl n 'Buildin g MANIFEST .MF ...'
  37       manife st {
  38           at tributes ' Implementa tion-Title ': impleme ntationTit le,
  39                    'Imp lementatio n-Version' : version,
  40                    'Imp lementatio n-Build-Mo de': build Mode,
  41                    'Imp lementatio n-Timestam p': timest amp,
  42                    'Com mit-Branch ': commitB ranch,
  43                    'Com mit-Count' : commitCo unt,
  44                    'Com mit-Revisi on': commi tRevision
  45       }
  46       war.ma nifest.wri teTo(file( 'src/main/ webapp/man ifest.html '))
  47   }
  48  
  49   war.baseNa me = warBa seName
  50  
  51   dependenci es {
  52       compil e('agilex: agilex-com mons:0.3.4 ') {
  53           ex clude grou p: 'org.mo ngodb'
  54       }
  55  
  56       compil e(group: ' com.agilex .vamf', na me: 'Healt hAdapterLi b', versio n: '3.4.1' ){
  57           ex clude modu le: 'Healt hCheck'
  58           ex clude modu le: 'HAAut horization ServicesLi b'
  59           ex clude modu le: 'AuthS ervicesLib '
  60           ex clude modu le: 'jerse y-core'
  61           ex clude modu le: 'jerse y-client'
  62           ex clude modu le: 'xerce s'
  63           ex clude modu le: 'xerce sImpl'
  64       }
  65  
  66         compile(gr oup: 'com. agilex.vam f', name:' DNS    Gateway',  version: ' 3.4.1'){
  67           ex clude modu le: 'Healt hAdapterLi b'
  68           ex clude modu le: 'AuthS ervicesLib '
  69       }
  70  
  71       compil e(group: ' com.agilex .vamf', na me: 'MDWSL ib', versi on: '3.4.1 ') {
  72           ex clude modu le: 'Healt hAdapterLi b'
  73           ex clude modu le: 'Autho rizationSe rvicesLib'
  74           ex clude modu le: 'Healt hCheck'
  75           ex clude modu le: 'HAAut horization ServicesLi b'
  76           ex clude modu le: 'AuthS ervicesLib '
  77       }
  78  
  79       compil e ('gov.va .vamf.lib: video-visi ts-lib:1.0 .1+') {
  80           tr ansitive=f alse
  81       }
  82  
  83       compil e "gov.va. vamf.lib:j wt-securit y-lib:1.7. 3", {
  84           ex clude grou p: 'org.mo ngodb'
  85       }
  86  
  87       compil e "gov.va. vamf.lib:m dws-domain -lib:1.0.0 ", {
  88           ex clude grou p: 'org.mo ngodb'
  89       }
  90  
  91       compil e "org.hib ernate:hib ernate-cor e:3.5.6-Fi nal"
  92       compil e "org.hib ernate:hib ernate-ann otations:3 .5.6-Final "
  93       compil e "org.hib ernate:hib ernate-ent itymanager :3.5.6-Fin al"
  94  
  95       compil e 'com.fas terxml.jac kson.core: jackson-da tabind:2.8 .4'
  96  
  97  
  98       compil e 'org.spr ingframewo rk:spring- context:4. 3.17.RELEA SE'
  99       compil e 'org.spr ingframewo rk.data:sp ring-data- mongodb:1. 10.12.RELE ASE', {
  100           ex clude grou p: 'org.mo ngodb'
  101       }
  102  
  103       compil e 'org.spr ingframewo rk:spring- orm:4.3.17 .RELEASE'
  104  
  105       compil e 'org.mon godb:mongo db-driver: 3.6.3'
  106  
  107       compil e "org.asp ectj:aspec tjrt:1.6.0 "
  108       compil e "org.asp ectj:aspec tjweaver:1 .6.10"
  109  
  110       compil e 'org.gla ssfish.jer sey.contai ners:jerse y-containe r-servlet- core:2.27'
  111       compil e 'org.gla ssfish.jer sey.core:j ersey-serv er:2.27'
  112       compil e 'org.gla ssfish.jer sey.core:j ersey-clie nt:2.27'
  113       compil e 'org.gla ssfish.jer sey.ext:je rsey-sprin g4:2.27'
  114       compil e (group:' org.glassf ish.jersey .media', n ame:'jerse y-media-js on-jackson ', version :'2.25.1')  {
  115           ex clude modu le: 'jacks on-annotat ions'
  116       }
  117  
  118       compil e 'javax.e l:javax.el -api:2.2.5 '
  119       compil e 'org.gla ssfish.web :javax.el: 2.2.5'
  120  
  121       compil e 'javax.w s.rs:javax .ws.rs-api :2.0.1'
  122  
  123       compil e "javax.s ervlet:ser vlet-api:2 .5"
  124       compil e "javax.s ervlet:jst l:1.2"
  125  
  126       compil e 'com.tho ughtworks. xstream:xs tream:1.4. 2'
  127  
  128       compil e 'org.mno de.ical4j: ical4j:1.0 .7'
  129  
  130       compil e 'org.jso up:jsoup:1 .10.1'
  131  
  132       runtim e 'com.ora cle:ojdbc6 :11.2'
  133       runtim e 'mysql:m ysql-conne ctor-java: 5.1.17'
  134       runtim e 'org.liq uibase:liq uibase-cor e:2.0.5'
  135       runtim e 'net.sou rceforge.j tds:jtds:1 .2.8'
  136  
  137  
  138       testCo mpile 'org .springfra mework:spr ing-test:4 .2.5.RELEA SE'
  139       testCo mpile grou p: 'org.sp ockframewo rk', name:  'spock-co re', versi on: '1.1-g roovy-2.4'
  140       testCo mpile grou p: 'org.sp ockframewo rk', name:  'spock-sp ring', ver sion: '1.1 -groovy-2. 4'
  141  
  142       runtim e "xerces: xercesImpl :2.11.0"
  143   }
  144  
  145   if (System .propertie s['useEnun ciate'] ==  'true') {
  146       ant.pr operties[' env.ENUNCI ATE_HOME'] =System.ge tenv()['EN UNCIATE_HO ME']
  147       ant.im portBuild  '../ant-bu ilds/enunc iate/targe ts.xml'
  148       genera teIcd.depe ndsOn gene ratedWsdlJ ar
  149   }
  150  
  151   ant.proper ties['depl oyment.war .name']=wa r.baseName
  152   ant.proper ties['depl oyment.war .file.path ']=war.arc hivePath
  153  
  154   if (System .propertie s['useEnun ciate'] ==  'true') {
  155       ant.pr operties[' enunciate. baseSource Directory' ]=file('sr c/main/jav a')
  156       ant.pr operties[' enunciate. destinatio nDirectory ']= file(' build/enun ciate-work ing-area/g enerated-i cd')
  157       ant.pr operties[' enunciate. app.depend encies']=c onfigurati ons.runtim e.asPath
  158       ant.pr operties[' enunciate. artifact'] =project.n ame+'-'+ve rsion
  159       ant.pr operties[' enunciate. wsdl.depen dencies']= generatedW sdlJar.arc hivePath
  160   }
  161  
  162   test {
  163       testLo gging {
  164           ex ceptionFor mat "full"
  165           ev ents "skip ped", "fai led"
  166           sh owStandard Streams tr ue
  167       }
  168   }