2 Star 0 Fork 0

mirrors_auth0/auth0-java-mvc-common

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 1.67 KB
一键复制 编辑 原始数据 按行查看 历史
James Anderson 提交于 2020-07-03 02:09 +08:00 . Update dependencies
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'
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_auth0/auth0-java-mvc-common.git
git@gitee.com:mirrors_auth0/auth0-java-mvc-common.git
mirrors_auth0
auth0-java-mvc-common
auth0-java-mvc-common
1.3.0

搜索帮助