description = "maxkey-core" dependencies { compile project(":maxkey-common") compile project(":maxkey-authentications:maxkey-authentication-otp") //local jars compile fileTree(dir: '../maxkey-lib/', include: '*/*.jar') }