build.gradle 293 B

123456789101112131415
  1. description = "maxkey-identity-scim"
  2. apply plugin: 'java'
  3. apply plugin: 'eclipse-wtp'
  4. dependencies {
  5. //local jars
  6. compile fileTree(dir: '../maxkey-lib/*/', include: '*.jar')
  7. compile project(":maxkey-core")
  8. compile project(":maxkey-dao")
  9. compile project(":maxkey-client-sdk")
  10. }