build.gradle 249 B

12345678910
  1. description = "maxkey-protocol-saml-2.0"
  2. dependencies {
  3. //local jars
  4. compile fileTree(dir: '../maxkey-lib/*/', include: '*.jar')
  5. compile project(":maxkey-common")
  6. compile project(":maxkey-core")
  7. compile project(":maxkey-persistence")
  8. }