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

35.1 Files compared

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

35.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 3 104
Changed 2 6
Inserted 0 0
Removed 0 0

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

35.4 Active regular expressions

No regular expressions were active.

35.5 Comparison detail

  1   apply plug in: 'java'
  2   apply plug in: 'maven '
  3   apply plug in: 'war'
  4   //apply pl ugin: 'jet ty'
  5   apply from : 'https:/ /raw.githu b.com/akhi khl/gretty /master/pl uginScript s/gretty.p lugin'
  6  
  7   group = 'c om.cogniti ve.cds'
  8   descriptio n = """Cog nitive Med icine CDS  Service fo r Clinical  Rules Inv ocation an d Metrics" ""
  9   sourceComp atibility  = property ('javaVers ion')
  10   targetComp atibility  = property ('targetJa vaVersion' )
  11  
  12   repositori es {
  13        maven  { url "ht tps://stor e.vistacor e.us/nexus /content/g roups/publ ic" }
  14   }
  15   dependenci es {
  16       compil e group: ' org.apache .cxf', nam e: 'cxf-rt -frontend- jaxrs', ve rsion: pro perty('cxf Version')
  17       compil e group: ' org.apache .cxf', nam e: 'cxf-rt -rs-client ', version : property ('cxfVersi on')
  18       compil e group: ' org.apache .cxf', nam e: 'cxf-rt -frontend- jaxws', ve rsion: pro perty('cxf Version')
  19       compil e group: ' org.apache .cxf', nam e: 'cxf-rt -rs-extens ion-provid ers', vers ion: prope rty('cxfVe rsion')
  20       compil e group: ' org.apache .cxf', nam e: 'cxf-rt -transport s-http', v ersion: pr operty('cx fVersion')
  21       compil e group: ' org.apache .cxf', nam e: 'cxf-rt -features- logging',  version: p roperty('c xfVersion' )
  22       compil e group: ' org.spring framework' , name: 's pring-web' , version:  property( 'springVer sion')
  23       compil e group: ' org.spring framework. security',  name: 'sp ring-secur ity-core',  version:  property(' springSecu rityVersio n')
  24       testCo mpile grou p: 'org.sp ringframew ork', name : 'spring- test', ver sion: prop erty('spri ngVersion' )
  25       compil e group: ' javax.serv let', name : 'javax.s ervlet-api ', version :property( 'servlet-a pi')
  26       testCo mpile grou p: 'junit' , name: 'j unit', ver sion: prop erty('juni tVersion')
  27       compil e project( ':producti on:cdsinvo cation:cds -invocatio n')
  28       compil e project( ':producti on:cdsutil s')
  29   }
  30  
  31   war {
  32       baseNa me = 'cdsi nvocation- results'
  33           ro otSpec.exc lude('**/c ds-results -service.p roperties' )
  34           ro otSpec.exc lude('**/c ds-results -log4j2.xm l')
  35           ro otSpec.exc lude('**/c erts/')
  36   }
  37  
  38  
  39   gretty {
  40           ht tpPort =  PORT
  41           ma nagedClass Reload = t rue
  42           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"]       
  43   }
  44  
  45   artifacts  {
  46     archives  war.archi vePath
  47   }
  48  
  49   uploadArch ives.depen dsOn(war)
  50  
  51  
  52   //Leaving  Jetty plug in support  for now
  53   //httpPort  =  PORT
  54   //stopPort  =  PORT
  55   //stopKey  = 'JettySt op'