35. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 12/8/2017 1:33:40 PM 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.

35.1 Files compared

# Location File Last Modified
1 PC_CP4_CiF.zip\FPPS_Backend\fpps_app build-ede-qa.gradle Fri Dec 8 17:51:38 2017 UTC
2 PC_CP4_CiF.zip\FPPS_Backend\fpps_app build-ede-qa.gradle Fri Dec 8 19:04:08 2017 UTC

35.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 2 232
Changed 1 2
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   /*
  2    * This bu ild file w as generat ed by the  Gradle 'in it' task.
  3    *
  4    * This ge nerated fi le contain s a sample  Java Libr ary projec t to get y ou started .
  5    * For mor e details  take a loo k at the J ava Librar ies chapte r in the G radle
  6    * user gu ide availa ble at htt ps://docs. gradle.org /3.5/userg uide/java_ library_pl ugin.html
  7    */
  8  
  9   group 'gov .va.fpps'
  10   version 'q a'
  11  
  12   // Apply p lugins
  13   apply plug in: 'java'
  14   apply plug in: 'war'
  15   apply plug in: 'eclip se'
  16   apply plug in: 'eclip se-wtp'
  17   apply plug in: 'maven '
  18  
  19   sourceComp atibility  = 1.8
  20   targetComp atibility  = 1.8
  21  
  22   repositori es {
  23       //mave nCentral()
  24       maven  {
  25             url 'http: // SERVER : PORT /repositor y/maven-ce ntral'
  26       }
  27   }
  28  
  29   war {
  30    baseName  = 'fpps';
  31   }
  32  
  33   dependenci es {
  34   providedCo mpile 'jav ax:javaee- web-api:7. 0'
  35           
  36           
  37           //  Dependenc y for Tomc at
  38           // def tomcat Version =  '9.0.0.M17 '
  39                             
  40           // tomcat "or g.apache.t omcat.embe d:tomcat-e mbed-core: ${tomcatVe rsion}",
  41           //                "org.a pache.tomc at.embed:t omcat-embe d-logging- juli:${tom catVersion }",
  42           //                "org.a pache.tomc at.embed:t omcat-embe d-jasper:$ {tomcatVer sion}"
  43           // classpath  'com.bmusc hko:gradle -tomcat-pl ugin:2.2.2 '
  44           //  End Tomca t Dependen cy
  45           co mpile file Tree(dir:  'WEB-INF/l ib', inclu de: '*.jar ')
  46           co mpile (
  47                    // J unit depen dency
  48                    'jun it:junit:4 .12',
  49                    
  50                    // j stl depend ency
  51                    'jav ax.servlet :jstl:1.2' ,
  52                    
  53                    // s ervlet api  dependenc y
  54                    'jav ax.servlet :javax.ser vlet-api:3 .1.0',
  55                    
  56                    // B egin Sprin g Framewor k Dependen cy
  57                    'org .springfra mework:spr ing-contex t:4.3.4.RE LEASE',
  58                    'org .springfra mework:spr ing-web:4. 3.4.RELEAS E',
  59                    'org .springfra mework:spr ing-webmvc :4.3.4.REL EASE',
  60                    'org .springfra mework:spr ing-test:4 .3.4.RELEA SE',
  61                    'com .fasterxml .jackson.c ore:jackso n-databind :2.7.4',
  62                    // E nd Spring  Framework  Dependency
  63                    
  64                    // S pring ORM  support
  65                    'org .springfra mework:spr ing-orm:4. 3.4.RELEAS E',
  66                    // E nd Spring  ORM suppor t
  67                    
  68                    // S pring AOP  + AspectJ
  69                    'org .springfra mework:spr ing-aop:4. 3.4.RELEAS E',
  70                    'org .aspectj:a spectjrt:1 .7.3',
  71                    'org .aspectj:a spectjweav er:1.7.3',
  72                    // E nd AOP
  73                    
  74                    
  75                    // L og4j Depen dencies
  76                    'org .apache.lo gging.log4 j:log4j:2. 7',
  77                    
  78                    // H ibernate d ependencie s
  79                    'org .hibernate :hibernate -entityman ager:5.2.5 .Final',
  80                    'org .hibernate :hibernate -core:5.2. 5.Final',
  81                    //En d Hibernat e Configur ation
  82                    
  83                    // H ibernate v alidation
  84                    'org .hibernate :hibernate -validator :5.2.5.Fin al',
  85                    
  86                    // O racle depe ndency to  be added t o the Nexu s Reposito ry
  87                    // ' com.oracle :ojdbc14:1 0.2.0.2.0' ,
  88                    
  89                    // S pring Data  Dependenc ies
  90                    'org .springfra mework.dat a:spring-d ata-jpa:1. 10.5.RELEA SE',
  91                    'org .springfra mework:spr ing-tx:4.3 .4.RELEASE ',
  92                    
  93                    //Ju nit depend encies
  94                    'org .mockito:m ockito-all :1.10.19',
  95                    
  96                    //Po wer Mock d ependency
  97                    'org .powermock :powermock -module-ju nit4:1.6.6 ',
  98                    
  99                    // S pring Secu rity Depen dencies
  100                    'org .springfra mework.sec urity:spri ng-securit y-core:4.2 .0.RELEASE ',
  101                    'org .springfra mework.sec urity:spri ng-securit y-config:4 .2.0.RELEA SE',
  102                    'org .springfra mework.sec urity:spri ng-securit y-web:4.2. 0.RELEASE' ,
  103                    
  104                    // A pache Comm ons Depend ency
  105                    //'o rg.apache. commons:co mmons-io:1 .3.2',
  106                    'com mons-dbcp: commons-db cp:1.4' ,
  107                    
  108                    // M ockito Tes ting Frame work
  109                    'org .mockito:m ockito-all :1.10.19',
  110                    
  111                    // H amCrest Te sting Fram ework
  112                    'org .hamcrest: hamcrest-l ibrary:1.3 ',
  113                    
  114                    //lo mbok depen dency
  115                    'org .projectlo mbok:lombo k:1.16.18'
  116                    )
  117   }