Home | History | Annotate | Download | only in integrationtest
      1 // intergationtest module
      2 apply plugin: 'java'
      3 
      4 dependencies {
      5     compile project(':shared')
      6     compile project(':applier')
      7     compile project(':generator')
      8 
      9     testCompile 'junit:junit:4.12'
     10     testCompile project(':sharedtest')
     11 }
     12 // EOF
     13