32. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 10/2/2017 7:00:17 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.

32.1 Files compared

# Location File Last Modified
1 cds.zip\cds\product\production\cdsinvocation\cds-metrics-collection-service build.gradle Fri Apr 28 17:27:00 2017 UTC
2 cds.zip\cds\product\production\cdsinvocation\cds-metrics-collection-service build.gradle Thu Sep 28 16:21:21 2017 UTC

32.2 Comparison summary

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

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

32.4 Active regular expressions

No regular expressions were active.

32.5 Comparison detail

  1   apply plug in: 'java'
  2   apply plug in: 'maven '
  3   apply plug in: 'war'
  4   apply from : 'https:/ /raw.githu b.com/akhi khl/gretty /master/pl uginScript s/gretty.p lugin'
  5  
  6   group = 'c om.cogniti ve.cds'
  7   descriptio n = """Cog nitive Med icine CDS  Service fo r Clinical  Rules Inv ocation an d Metrics" ""
  8   sourceComp atibility  = property ('javaVers ion')
  9   targetComp atibility  = property ('targetJa vaVersion' )
  10  
  11   repositori es {
  12        maven  { url "ht tps://stor e.vistacor e.us/nexus /content/g roups/publ ic" }
  13   }
  14   dependenci es {
  15       compil e group: ' org.apache .cxf', nam e: 'cxf-rt -frontend- jaxrs', ve rsion: pro perty('cxf Version')
  16       compil e group: ' org.apache .cxf', nam e: 'cxf-rt -rs-client ', version : property ('cxfVersi on')
  17       compil e group: ' org.apache .cxf', nam e: 'cxf-rt -frontend- jaxws', ve rsion: pro perty('cxf Version')
  18       compil e group: ' org.apache .cxf', nam e: 'cxf-rt -rs-extens ion-provid ers', vers ion: prope rty('cxfVe rsion')
  19       compil e group: ' org.apache .cxf', nam e: 'cxf-rt -transport s-http', v ersion: pr operty('cx fVersion')
  20       compil e group: ' org.apache .cxf', nam e: 'cxf-rt -features- logging',  version: p roperty('c xfVersion' )
  21       compil e group: ' org.spring framework' , name: 's pring-web' , version:  property( 'springVer sion')
  22       compil e group: ' org.spring framework. security',  name: 'sp ring-secur ity-core',  version:  property(' springSecu rityVersio n')
  23       
  24       compil e project( ':producti on:cdsinvo cation:cds -invocatio n')
  25       compil e project( ':producti on:cdsutil s')
  26       testCo mpile grou p: 'junit' , name: 'j unit', ver sion: prop erty('juni tVersion')
  27   }
  28  
  29   war {
  30       baseNa me = 'cdsi nvocation- metrics'
  31           ro otSpec.exc lude('**/c ds-metrics -service.p roperties' )
  32           ro otSpec.exc lude('**/c ds-metrics -log4j2.xm l')
  33           ro otSpec.exc lude('**/c erts/')
  34   }
  35  
  36  
  37   gretty {
  38           ht tpPort =  PORT
  39           ma nagedClass Reload = t rue
  40           jv mArgs = [" -Djavax.ne t.ssl.trus tStorePass word=Store Pass","-Dj avax.net.s sl.trustSt ore=$proje ctDir/src/ main/resou rces/certs /mongoStor e.ts"]       
  41   }
  42  
  43   artifacts  {
  44     archives  war.archi vePath
  45   }
  46  
  47   uploadArch ives.depen dsOn(war)