代码拉取完成,页面将自动刷新
group 'com.auth0'
apply plugin: 'com.auth0.gradle.oss-library.java'
apply plugin: 'jacoco'
oss {
name 'mvc-auth-commons'
repository 'auth0-java-mvc-common'
organization 'auth0'
description 'Java library that simplifies the use of Auth0 for server-side MVC web apps'
developers {
auth0 {
displayName = 'Auth0'
email = 'oss@auth0.com'
}
lbalmaceda {
displayName = 'Luciano Balmaceda'
email = 'luciano.balmaceda@auth0.com'
}
}
}
jacocoTestReport {
reports {
xml.enabled = true
html.enabled = true
}
}
compileJava {
sourceCompatibility '1.7'
targetCompatibility '1.7'
}
test {
testLogging {
events "skipped", "failed"
exceptionFormat "short"
}
}
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
classpath 'gradle.plugin.com.auth0.gradle:oss-library:0.10.0'
}
}
repositories {
jcenter()
}
dependencies {
implementation 'javax.servlet:javax.servlet-api:3.1.0'
implementation 'org.bouncycastle:bcprov-jdk15on:1.64'
implementation 'org.apache.commons:commons-lang3:3.10'
api 'com.auth0:auth0:1.19.0'
api 'com.auth0:java-jwt:3.10.3'
api 'com.auth0:jwks-rsa:0.12.0'
testImplementation 'org.hamcrest:java-hamcrest:2.0.0.0'
testImplementation 'org.hamcrest:hamcrest-core:1.3'
testImplementation 'org.mockito:mockito-core:2.8.9'
testImplementation 'junit:junit:4.12'
testImplementation 'org.springframework:spring-test:4.3.14.RELEASE'
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。